public static interface Service.GetRunOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getRunUuid()
ID of the run to fetch.
|
com.google.protobuf.ByteString |
getRunUuidBytes()
ID of the run to fetch.
|
boolean |
hasRunUuid()
ID of the run to fetch.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRunUuid()
ID of the run to fetch.
optional string run_uuid = 1 [(.validate_required) = true];
String getRunUuid()
ID of the run to fetch.
optional string run_uuid = 1 [(.validate_required) = true];
com.google.protobuf.ByteString getRunUuidBytes()
ID of the run to fetch.
optional string run_uuid = 1 [(.validate_required) = true];
Copyright © 2018. All rights reserved.