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