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 ChildRolloutJobs
getChildRolloutJobs()
Output only.ChildRolloutJobsOrBuilder
getChildRolloutJobsOrBuilder()
Output only.DeploymentJobs
getDeploymentJobs()
Output only.DeploymentJobsOrBuilder
getDeploymentJobsOrBuilder()
Output only.String
getId()
Output only.com.google.protobuf.ByteString
getIdBytes()
Output only.Phase.JobsCase
getJobsCase()
String
getSkipMessage()
Output only.com.google.protobuf.ByteString
getSkipMessageBytes()
Output only.Phase.State
getState()
Output only.int
getStateValue()
Output only.boolean
hasChildRolloutJobs()
Output only.boolean
hasDeploymentJobs()
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()
-
-