Interface OrchestratorService.GetInstanceResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrchestratorService.GetInstanceResponse,OrchestratorService.GetInstanceResponse.Builder
- Enclosing class:
- OrchestratorService
public static interface OrchestratorService.GetInstanceResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetExists()bool exists = 1;OrchestratorService.OrchestrationStategetOrchestrationState().OrchestrationState orchestrationState = 2;OrchestratorService.OrchestrationStateOrBuildergetOrchestrationStateOrBuilder().OrchestrationState orchestrationState = 2;booleanhasOrchestrationState().OrchestrationState orchestrationState = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getExists
boolean getExists()
bool exists = 1;- Returns:
- The exists.
-
hasOrchestrationState
boolean hasOrchestrationState()
.OrchestrationState orchestrationState = 2;- Returns:
- Whether the orchestrationState field is set.
-
getOrchestrationState
OrchestratorService.OrchestrationState getOrchestrationState()
.OrchestrationState orchestrationState = 2;- Returns:
- The orchestrationState.
-
getOrchestrationStateOrBuilder
OrchestratorService.OrchestrationStateOrBuilder getOrchestrationStateOrBuilder()
.OrchestrationState orchestrationState = 2;
-
-