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