Interface OrchestratorService.OrchestrationInstanceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrchestratorService.OrchestrationInstance,OrchestratorService.OrchestrationInstance.Builder
- Enclosing class:
- OrchestratorService
public static interface OrchestratorService.OrchestrationInstanceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.StringValuegetExecutionId().google.protobuf.StringValue executionId = 2;com.google.protobuf.StringValueOrBuildergetExecutionIdOrBuilder().google.protobuf.StringValue executionId = 2;java.lang.StringgetInstanceId()string instanceId = 1;com.google.protobuf.ByteStringgetInstanceIdBytes()string instanceId = 1;booleanhasExecutionId().google.protobuf.StringValue executionId = 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.
-
hasExecutionId
boolean hasExecutionId()
.google.protobuf.StringValue executionId = 2;- Returns:
- Whether the executionId field is set.
-
getExecutionId
com.google.protobuf.StringValue getExecutionId()
.google.protobuf.StringValue executionId = 2;- Returns:
- The executionId.
-
getExecutionIdOrBuilder
com.google.protobuf.StringValueOrBuilder getExecutionIdOrBuilder()
.google.protobuf.StringValue executionId = 2;
-
-