Interface OrchestratorService.GetInstanceRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrchestratorService.GetInstanceRequest,OrchestratorService.GetInstanceRequest.Builder
- Enclosing class:
- OrchestratorService
public static interface OrchestratorService.GetInstanceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetGetInputsAndOutputs()bool getInputsAndOutputs = 2;java.lang.StringgetInstanceId()string instanceId = 1;com.google.protobuf.ByteStringgetInstanceIdBytes()string instanceId = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInstanceId
java.lang.String getInstanceId()
string instanceId = 1;- Returns:
- The instanceId.
-
getInstanceIdBytes
com.google.protobuf.ByteString getInstanceIdBytes()
string instanceId = 1;- Returns:
- The bytes for instanceId.
-
getGetInputsAndOutputs
boolean getGetInputsAndOutputs()
bool getInputsAndOutputs = 2;- Returns:
- The getInputsAndOutputs.
-
-