Interface OrchestratorService.InstanceQueryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrchestratorService.InstanceQuery,OrchestratorService.InstanceQuery.Builder
- Enclosing class:
- OrchestratorService
public static interface OrchestratorService.InstanceQueryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.StringValuegetContinuationToken().google.protobuf.StringValue continuationToken = 6;com.google.protobuf.StringValueOrBuildergetContinuationTokenOrBuilder().google.protobuf.StringValue continuationToken = 6;com.google.protobuf.TimestampgetCreatedTimeFrom().google.protobuf.Timestamp createdTimeFrom = 2;com.google.protobuf.TimestampOrBuildergetCreatedTimeFromOrBuilder().google.protobuf.Timestamp createdTimeFrom = 2;com.google.protobuf.TimestampgetCreatedTimeTo().google.protobuf.Timestamp createdTimeTo = 3;com.google.protobuf.TimestampOrBuildergetCreatedTimeToOrBuilder().google.protobuf.Timestamp createdTimeTo = 3;booleangetFetchInputsAndOutputs()bool fetchInputsAndOutputs = 8;com.google.protobuf.StringValuegetInstanceIdPrefix().google.protobuf.StringValue instanceIdPrefix = 7;com.google.protobuf.StringValueOrBuildergetInstanceIdPrefixOrBuilder().google.protobuf.StringValue instanceIdPrefix = 7;intgetMaxInstanceCount()int32 maxInstanceCount = 5;OrchestratorService.OrchestrationStatusgetRuntimeStatus(int index)repeated .OrchestrationStatus runtimeStatus = 1;intgetRuntimeStatusCount()repeated .OrchestrationStatus runtimeStatus = 1;java.util.List<OrchestratorService.OrchestrationStatus>getRuntimeStatusList()repeated .OrchestrationStatus runtimeStatus = 1;intgetRuntimeStatusValue(int index)repeated .OrchestrationStatus runtimeStatus = 1;java.util.List<java.lang.Integer>getRuntimeStatusValueList()repeated .OrchestrationStatus runtimeStatus = 1;com.google.protobuf.StringValuegetTaskHubNames(int index)repeated .google.protobuf.StringValue taskHubNames = 4;intgetTaskHubNamesCount()repeated .google.protobuf.StringValue taskHubNames = 4;java.util.List<com.google.protobuf.StringValue>getTaskHubNamesList()repeated .google.protobuf.StringValue taskHubNames = 4;com.google.protobuf.StringValueOrBuildergetTaskHubNamesOrBuilder(int index)repeated .google.protobuf.StringValue taskHubNames = 4;java.util.List<? extends com.google.protobuf.StringValueOrBuilder>getTaskHubNamesOrBuilderList()repeated .google.protobuf.StringValue taskHubNames = 4;booleanhasContinuationToken().google.protobuf.StringValue continuationToken = 6;booleanhasCreatedTimeFrom().google.protobuf.Timestamp createdTimeFrom = 2;booleanhasCreatedTimeTo().google.protobuf.Timestamp createdTimeTo = 3;booleanhasInstanceIdPrefix().google.protobuf.StringValue instanceIdPrefix = 7;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRuntimeStatusList
java.util.List<OrchestratorService.OrchestrationStatus> getRuntimeStatusList()
repeated .OrchestrationStatus runtimeStatus = 1;- Returns:
- A list containing the runtimeStatus.
-
getRuntimeStatusCount
int getRuntimeStatusCount()
repeated .OrchestrationStatus runtimeStatus = 1;- Returns:
- The count of runtimeStatus.
-
getRuntimeStatus
OrchestratorService.OrchestrationStatus getRuntimeStatus(int index)
repeated .OrchestrationStatus runtimeStatus = 1;- Parameters:
index- The index of the element to return.- Returns:
- The runtimeStatus at the given index.
-
getRuntimeStatusValueList
java.util.List<java.lang.Integer> getRuntimeStatusValueList()
repeated .OrchestrationStatus runtimeStatus = 1;- Returns:
- A list containing the enum numeric values on the wire for runtimeStatus.
-
getRuntimeStatusValue
int getRuntimeStatusValue(int index)
repeated .OrchestrationStatus runtimeStatus = 1;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of runtimeStatus at the given index.
-
hasCreatedTimeFrom
boolean hasCreatedTimeFrom()
.google.protobuf.Timestamp createdTimeFrom = 2;- Returns:
- Whether the createdTimeFrom field is set.
-
getCreatedTimeFrom
com.google.protobuf.Timestamp getCreatedTimeFrom()
.google.protobuf.Timestamp createdTimeFrom = 2;- Returns:
- The createdTimeFrom.
-
getCreatedTimeFromOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedTimeFromOrBuilder()
.google.protobuf.Timestamp createdTimeFrom = 2;
-
hasCreatedTimeTo
boolean hasCreatedTimeTo()
.google.protobuf.Timestamp createdTimeTo = 3;- Returns:
- Whether the createdTimeTo field is set.
-
getCreatedTimeTo
com.google.protobuf.Timestamp getCreatedTimeTo()
.google.protobuf.Timestamp createdTimeTo = 3;- Returns:
- The createdTimeTo.
-
getCreatedTimeToOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedTimeToOrBuilder()
.google.protobuf.Timestamp createdTimeTo = 3;
-
getTaskHubNamesList
java.util.List<com.google.protobuf.StringValue> getTaskHubNamesList()
repeated .google.protobuf.StringValue taskHubNames = 4;
-
getTaskHubNames
com.google.protobuf.StringValue getTaskHubNames(int index)
repeated .google.protobuf.StringValue taskHubNames = 4;
-
getTaskHubNamesCount
int getTaskHubNamesCount()
repeated .google.protobuf.StringValue taskHubNames = 4;
-
getTaskHubNamesOrBuilderList
java.util.List<? extends com.google.protobuf.StringValueOrBuilder> getTaskHubNamesOrBuilderList()
repeated .google.protobuf.StringValue taskHubNames = 4;
-
getTaskHubNamesOrBuilder
com.google.protobuf.StringValueOrBuilder getTaskHubNamesOrBuilder(int index)
repeated .google.protobuf.StringValue taskHubNames = 4;
-
getMaxInstanceCount
int getMaxInstanceCount()
int32 maxInstanceCount = 5;- Returns:
- The maxInstanceCount.
-
hasContinuationToken
boolean hasContinuationToken()
.google.protobuf.StringValue continuationToken = 6;- Returns:
- Whether the continuationToken field is set.
-
getContinuationToken
com.google.protobuf.StringValue getContinuationToken()
.google.protobuf.StringValue continuationToken = 6;- Returns:
- The continuationToken.
-
getContinuationTokenOrBuilder
com.google.protobuf.StringValueOrBuilder getContinuationTokenOrBuilder()
.google.protobuf.StringValue continuationToken = 6;
-
hasInstanceIdPrefix
boolean hasInstanceIdPrefix()
.google.protobuf.StringValue instanceIdPrefix = 7;- Returns:
- Whether the instanceIdPrefix field is set.
-
getInstanceIdPrefix
com.google.protobuf.StringValue getInstanceIdPrefix()
.google.protobuf.StringValue instanceIdPrefix = 7;- Returns:
- The instanceIdPrefix.
-
getInstanceIdPrefixOrBuilder
com.google.protobuf.StringValueOrBuilder getInstanceIdPrefixOrBuilder()
.google.protobuf.StringValue instanceIdPrefix = 7;
-
getFetchInputsAndOutputs
boolean getFetchInputsAndOutputs()
bool fetchInputsAndOutputs = 8;- Returns:
- The fetchInputsAndOutputs.
-
-