Interface OrchestratorService.OrchestratorResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrchestratorService.OrchestratorResponse,OrchestratorService.OrchestratorResponse.Builder
- Enclosing class:
- OrchestratorService
public static interface OrchestratorService.OrchestratorResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrchestratorService.OrchestratorActiongetActions(int index)repeated .OrchestratorAction actions = 2;intgetActionsCount()repeated .OrchestratorAction actions = 2;java.util.List<OrchestratorService.OrchestratorAction>getActionsList()repeated .OrchestratorAction actions = 2;OrchestratorService.OrchestratorActionOrBuildergetActionsOrBuilder(int index)repeated .OrchestratorAction actions = 2;java.util.List<? extends OrchestratorService.OrchestratorActionOrBuilder>getActionsOrBuilderList()repeated .OrchestratorAction actions = 2;com.google.protobuf.StringValuegetCustomStatus().google.protobuf.StringValue customStatus = 3;com.google.protobuf.StringValueOrBuildergetCustomStatusOrBuilder().google.protobuf.StringValue customStatus = 3;java.lang.StringgetInstanceId()string instanceId = 1;com.google.protobuf.ByteStringgetInstanceIdBytes()string instanceId = 1;booleanhasCustomStatus().google.protobuf.StringValue customStatus = 3;-
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.
-
getActionsList
java.util.List<OrchestratorService.OrchestratorAction> getActionsList()
repeated .OrchestratorAction actions = 2;
-
getActions
OrchestratorService.OrchestratorAction getActions(int index)
repeated .OrchestratorAction actions = 2;
-
getActionsCount
int getActionsCount()
repeated .OrchestratorAction actions = 2;
-
getActionsOrBuilderList
java.util.List<? extends OrchestratorService.OrchestratorActionOrBuilder> getActionsOrBuilderList()
repeated .OrchestratorAction actions = 2;
-
getActionsOrBuilder
OrchestratorService.OrchestratorActionOrBuilder getActionsOrBuilder(int index)
repeated .OrchestratorAction actions = 2;
-
hasCustomStatus
boolean hasCustomStatus()
.google.protobuf.StringValue customStatus = 3;- Returns:
- Whether the customStatus field is set.
-
getCustomStatus
com.google.protobuf.StringValue getCustomStatus()
.google.protobuf.StringValue customStatus = 3;- Returns:
- The customStatus.
-
getCustomStatusOrBuilder
com.google.protobuf.StringValueOrBuilder getCustomStatusOrBuilder()
.google.protobuf.StringValue customStatus = 3;
-
-