Interface OrchestratorService.TerminateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrchestratorService.TerminateRequest,OrchestratorService.TerminateRequest.Builder
- Enclosing class:
- OrchestratorService
public static interface OrchestratorService.TerminateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetInstanceId()string instanceId = 1;com.google.protobuf.ByteStringgetInstanceIdBytes()string instanceId = 1;com.google.protobuf.StringValuegetOutput().google.protobuf.StringValue output = 2;com.google.protobuf.StringValueOrBuildergetOutputOrBuilder().google.protobuf.StringValue output = 2;booleanhasOutput().google.protobuf.StringValue output = 2;-
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.
-
hasOutput
boolean hasOutput()
.google.protobuf.StringValue output = 2;- Returns:
- Whether the output field is set.
-
getOutput
com.google.protobuf.StringValue getOutput()
.google.protobuf.StringValue output = 2;- Returns:
- The output.
-
getOutputOrBuilder
com.google.protobuf.StringValueOrBuilder getOutputOrBuilder()
.google.protobuf.StringValue output = 2;
-
-