public static interface Service.GetArtifactOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Path of the artifact to fetch (relative to the root artifact directory for the run).
|
com.google.protobuf.ByteString |
getPathBytes()
Path of the artifact to fetch (relative to the root artifact directory for the run).
|
String |
getRunUuid()
ID of the run from which to fetch the artifact.
|
com.google.protobuf.ByteString |
getRunUuidBytes()
ID of the run from which to fetch the artifact.
|
boolean |
hasPath()
Path of the artifact to fetch (relative to the root artifact directory for the run).
|
boolean |
hasRunUuid()
ID of the run from which to fetch the artifact.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRunUuid()
ID of the run from which to fetch the artifact.
optional string run_uuid = 1;
String getRunUuid()
ID of the run from which to fetch the artifact.
optional string run_uuid = 1;
com.google.protobuf.ByteString getRunUuidBytes()
ID of the run from which to fetch the artifact.
optional string run_uuid = 1;
boolean hasPath()
Path of the artifact to fetch (relative to the root artifact directory for the run).
optional string path = 2;
String getPath()
Path of the artifact to fetch (relative to the root artifact directory for the run).
optional string path = 2;
com.google.protobuf.ByteString getPathBytes()
Path of the artifact to fetch (relative to the root artifact directory for the run).
optional string path = 2;
Copyright © 2019. All rights reserved.