Interface OrchestratorService.PurgeInstanceFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrchestratorService.PurgeInstanceFilter,OrchestratorService.PurgeInstanceFilter.Builder
- Enclosing class:
- OrchestratorService
public static interface OrchestratorService.PurgeInstanceFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreatedTimeFrom().google.protobuf.Timestamp createdTimeFrom = 1;com.google.protobuf.TimestampOrBuildergetCreatedTimeFromOrBuilder().google.protobuf.Timestamp createdTimeFrom = 1;com.google.protobuf.TimestampgetCreatedTimeTo().google.protobuf.Timestamp createdTimeTo = 2;com.google.protobuf.TimestampOrBuildergetCreatedTimeToOrBuilder().google.protobuf.Timestamp createdTimeTo = 2;OrchestratorService.OrchestrationStatusgetRuntimeStatus(int index)repeated .OrchestrationStatus runtimeStatus = 3;intgetRuntimeStatusCount()repeated .OrchestrationStatus runtimeStatus = 3;java.util.List<OrchestratorService.OrchestrationStatus>getRuntimeStatusList()repeated .OrchestrationStatus runtimeStatus = 3;intgetRuntimeStatusValue(int index)repeated .OrchestrationStatus runtimeStatus = 3;java.util.List<java.lang.Integer>getRuntimeStatusValueList()repeated .OrchestrationStatus runtimeStatus = 3;booleanhasCreatedTimeFrom().google.protobuf.Timestamp createdTimeFrom = 1;booleanhasCreatedTimeTo().google.protobuf.Timestamp createdTimeTo = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCreatedTimeFrom
boolean hasCreatedTimeFrom()
.google.protobuf.Timestamp createdTimeFrom = 1;- Returns:
- Whether the createdTimeFrom field is set.
-
getCreatedTimeFrom
com.google.protobuf.Timestamp getCreatedTimeFrom()
.google.protobuf.Timestamp createdTimeFrom = 1;- Returns:
- The createdTimeFrom.
-
getCreatedTimeFromOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedTimeFromOrBuilder()
.google.protobuf.Timestamp createdTimeFrom = 1;
-
hasCreatedTimeTo
boolean hasCreatedTimeTo()
.google.protobuf.Timestamp createdTimeTo = 2;- Returns:
- Whether the createdTimeTo field is set.
-
getCreatedTimeTo
com.google.protobuf.Timestamp getCreatedTimeTo()
.google.protobuf.Timestamp createdTimeTo = 2;- Returns:
- The createdTimeTo.
-
getCreatedTimeToOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedTimeToOrBuilder()
.google.protobuf.Timestamp createdTimeTo = 2;
-
getRuntimeStatusList
java.util.List<OrchestratorService.OrchestrationStatus> getRuntimeStatusList()
repeated .OrchestrationStatus runtimeStatus = 3;- Returns:
- A list containing the runtimeStatus.
-
getRuntimeStatusCount
int getRuntimeStatusCount()
repeated .OrchestrationStatus runtimeStatus = 3;- Returns:
- The count of runtimeStatus.
-
getRuntimeStatus
OrchestratorService.OrchestrationStatus getRuntimeStatus(int index)
repeated .OrchestrationStatus runtimeStatus = 3;- 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 = 3;- Returns:
- A list containing the enum numeric values on the wire for runtimeStatus.
-
getRuntimeStatusValue
int getRuntimeStatusValue(int index)
repeated .OrchestrationStatus runtimeStatus = 3;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of runtimeStatus at the given index.
-
-