Package com.google.cloud.deploy.v1
Interface PhaseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Phase,Phase.Builder
public interface PhaseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChildRolloutJobsgetChildRolloutJobs()Output only.ChildRolloutJobsOrBuildergetChildRolloutJobsOrBuilder()Output only.DeploymentJobsgetDeploymentJobs()Output only.DeploymentJobsOrBuildergetDeploymentJobsOrBuilder()Output only.StringgetId()Output only.com.google.protobuf.ByteStringgetIdBytes()Output only.Phase.JobsCasegetJobsCase()StringgetSkipMessage()Output only.com.google.protobuf.ByteStringgetSkipMessageBytes()Output only.Phase.StategetState()Output only.intgetStateValue()Output only.booleanhasChildRolloutJobs()Output only.booleanhasDeploymentJobs()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
Output only. The ID of the Phase.
string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
Output only. The ID of the Phase.
string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for id.
-
getStateValue
int getStateValue()
Output only. Current state of the Phase.
.google.cloud.deploy.v1.Phase.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for state.
-
getState
Phase.State getState()
Output only. Current state of the Phase.
.google.cloud.deploy.v1.Phase.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The state.
-
getSkipMessage
String getSkipMessage()
Output only. Additional information on why the Phase was skipped, if available.
string skip_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The skipMessage.
-
getSkipMessageBytes
com.google.protobuf.ByteString getSkipMessageBytes()
Output only. Additional information on why the Phase was skipped, if available.
string skip_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for skipMessage.
-
hasDeploymentJobs
boolean hasDeploymentJobs()
Output only. Deployment job composition.
.google.cloud.deploy.v1.DeploymentJobs deployment_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the deploymentJobs field is set.
-
getDeploymentJobs
DeploymentJobs getDeploymentJobs()
Output only. Deployment job composition.
.google.cloud.deploy.v1.DeploymentJobs deployment_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The deploymentJobs.
-
getDeploymentJobsOrBuilder
DeploymentJobsOrBuilder getDeploymentJobsOrBuilder()
Output only. Deployment job composition.
.google.cloud.deploy.v1.DeploymentJobs deployment_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasChildRolloutJobs
boolean hasChildRolloutJobs()
Output only. ChildRollout job composition.
.google.cloud.deploy.v1.ChildRolloutJobs child_rollout_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the childRolloutJobs field is set.
-
getChildRolloutJobs
ChildRolloutJobs getChildRolloutJobs()
Output only. ChildRollout job composition.
.google.cloud.deploy.v1.ChildRolloutJobs child_rollout_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The childRolloutJobs.
-
getChildRolloutJobsOrBuilder
ChildRolloutJobsOrBuilder getChildRolloutJobsOrBuilder()
Output only. ChildRollout job composition.
.google.cloud.deploy.v1.ChildRolloutJobs child_rollout_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getJobsCase
Phase.JobsCase getJobsCase()
-
-