Interface OrchestratorService.OrchestrationStateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrchestratorService.OrchestrationState,OrchestratorService.OrchestrationState.Builder
- Enclosing class:
- OrchestratorService
public static interface OrchestratorService.OrchestrationStateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreatedTimestamp().google.protobuf.Timestamp createdTimestamp = 6;com.google.protobuf.TimestampOrBuildergetCreatedTimestampOrBuilder().google.protobuf.Timestamp createdTimestamp = 6;com.google.protobuf.StringValuegetCustomStatus().google.protobuf.StringValue customStatus = 10;com.google.protobuf.StringValueOrBuildergetCustomStatusOrBuilder().google.protobuf.StringValue customStatus = 10;OrchestratorService.TaskFailureDetailsgetFailureDetails().TaskFailureDetails failureDetails = 11;OrchestratorService.TaskFailureDetailsOrBuildergetFailureDetailsOrBuilder().TaskFailureDetails failureDetails = 11;com.google.protobuf.StringValuegetInput().google.protobuf.StringValue input = 8;com.google.protobuf.StringValueOrBuildergetInputOrBuilder().google.protobuf.StringValue input = 8;java.lang.StringgetInstanceId()string instanceId = 1;com.google.protobuf.ByteStringgetInstanceIdBytes()string instanceId = 1;com.google.protobuf.TimestampgetLastUpdatedTimestamp().google.protobuf.Timestamp lastUpdatedTimestamp = 7;com.google.protobuf.TimestampOrBuildergetLastUpdatedTimestampOrBuilder().google.protobuf.Timestamp lastUpdatedTimestamp = 7;java.lang.StringgetName()string name = 2;com.google.protobuf.ByteStringgetNameBytes()string name = 2;OrchestratorService.OrchestrationStatusgetOrchestrationStatus().OrchestrationStatus orchestrationStatus = 4;intgetOrchestrationStatusValue().OrchestrationStatus orchestrationStatus = 4;com.google.protobuf.StringValuegetOutput().google.protobuf.StringValue output = 9;com.google.protobuf.StringValueOrBuildergetOutputOrBuilder().google.protobuf.StringValue output = 9;com.google.protobuf.TimestampgetScheduledStartTimestamp().google.protobuf.Timestamp scheduledStartTimestamp = 5;com.google.protobuf.TimestampOrBuildergetScheduledStartTimestampOrBuilder().google.protobuf.Timestamp scheduledStartTimestamp = 5;com.google.protobuf.StringValuegetVersion().google.protobuf.StringValue version = 3;com.google.protobuf.StringValueOrBuildergetVersionOrBuilder().google.protobuf.StringValue version = 3;booleanhasCreatedTimestamp().google.protobuf.Timestamp createdTimestamp = 6;booleanhasCustomStatus().google.protobuf.StringValue customStatus = 10;booleanhasFailureDetails().TaskFailureDetails failureDetails = 11;booleanhasInput().google.protobuf.StringValue input = 8;booleanhasLastUpdatedTimestamp().google.protobuf.Timestamp lastUpdatedTimestamp = 7;booleanhasOutput().google.protobuf.StringValue output = 9;booleanhasScheduledStartTimestamp().google.protobuf.Timestamp scheduledStartTimestamp = 5;booleanhasVersion().google.protobuf.StringValue version = 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.
-
getName
java.lang.String getName()
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 2;- Returns:
- The bytes for name.
-
hasVersion
boolean hasVersion()
.google.protobuf.StringValue version = 3;- Returns:
- Whether the version field is set.
-
getVersion
com.google.protobuf.StringValue getVersion()
.google.protobuf.StringValue version = 3;- Returns:
- The version.
-
getVersionOrBuilder
com.google.protobuf.StringValueOrBuilder getVersionOrBuilder()
.google.protobuf.StringValue version = 3;
-
getOrchestrationStatusValue
int getOrchestrationStatusValue()
.OrchestrationStatus orchestrationStatus = 4;- Returns:
- The enum numeric value on the wire for orchestrationStatus.
-
getOrchestrationStatus
OrchestratorService.OrchestrationStatus getOrchestrationStatus()
.OrchestrationStatus orchestrationStatus = 4;- Returns:
- The orchestrationStatus.
-
hasScheduledStartTimestamp
boolean hasScheduledStartTimestamp()
.google.protobuf.Timestamp scheduledStartTimestamp = 5;- Returns:
- Whether the scheduledStartTimestamp field is set.
-
getScheduledStartTimestamp
com.google.protobuf.Timestamp getScheduledStartTimestamp()
.google.protobuf.Timestamp scheduledStartTimestamp = 5;- Returns:
- The scheduledStartTimestamp.
-
getScheduledStartTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getScheduledStartTimestampOrBuilder()
.google.protobuf.Timestamp scheduledStartTimestamp = 5;
-
hasCreatedTimestamp
boolean hasCreatedTimestamp()
.google.protobuf.Timestamp createdTimestamp = 6;- Returns:
- Whether the createdTimestamp field is set.
-
getCreatedTimestamp
com.google.protobuf.Timestamp getCreatedTimestamp()
.google.protobuf.Timestamp createdTimestamp = 6;- Returns:
- The createdTimestamp.
-
getCreatedTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedTimestampOrBuilder()
.google.protobuf.Timestamp createdTimestamp = 6;
-
hasLastUpdatedTimestamp
boolean hasLastUpdatedTimestamp()
.google.protobuf.Timestamp lastUpdatedTimestamp = 7;- Returns:
- Whether the lastUpdatedTimestamp field is set.
-
getLastUpdatedTimestamp
com.google.protobuf.Timestamp getLastUpdatedTimestamp()
.google.protobuf.Timestamp lastUpdatedTimestamp = 7;- Returns:
- The lastUpdatedTimestamp.
-
getLastUpdatedTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getLastUpdatedTimestampOrBuilder()
.google.protobuf.Timestamp lastUpdatedTimestamp = 7;
-
hasInput
boolean hasInput()
.google.protobuf.StringValue input = 8;- Returns:
- Whether the input field is set.
-
getInput
com.google.protobuf.StringValue getInput()
.google.protobuf.StringValue input = 8;- Returns:
- The input.
-
getInputOrBuilder
com.google.protobuf.StringValueOrBuilder getInputOrBuilder()
.google.protobuf.StringValue input = 8;
-
hasOutput
boolean hasOutput()
.google.protobuf.StringValue output = 9;- Returns:
- Whether the output field is set.
-
getOutput
com.google.protobuf.StringValue getOutput()
.google.protobuf.StringValue output = 9;- Returns:
- The output.
-
getOutputOrBuilder
com.google.protobuf.StringValueOrBuilder getOutputOrBuilder()
.google.protobuf.StringValue output = 9;
-
hasCustomStatus
boolean hasCustomStatus()
.google.protobuf.StringValue customStatus = 10;- Returns:
- Whether the customStatus field is set.
-
getCustomStatus
com.google.protobuf.StringValue getCustomStatus()
.google.protobuf.StringValue customStatus = 10;- Returns:
- The customStatus.
-
getCustomStatusOrBuilder
com.google.protobuf.StringValueOrBuilder getCustomStatusOrBuilder()
.google.protobuf.StringValue customStatus = 10;
-
hasFailureDetails
boolean hasFailureDetails()
.TaskFailureDetails failureDetails = 11;- Returns:
- Whether the failureDetails field is set.
-
getFailureDetails
OrchestratorService.TaskFailureDetails getFailureDetails()
.TaskFailureDetails failureDetails = 11;- Returns:
- The failureDetails.
-
getFailureDetailsOrBuilder
OrchestratorService.TaskFailureDetailsOrBuilder getFailureDetailsOrBuilder()
.TaskFailureDetails failureDetails = 11;
-
-