public interface PhaseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
Output only. The ID of the Phase.
string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getIdBytes()
Output only. The ID of the Phase.
string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];int getStateValue()
Output only. Current state of the Phase.
.google.cloud.deploy.v1.Phase.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Phase.State getState()
Output only. Current state of the Phase.
.google.cloud.deploy.v1.Phase.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getSkipMessage()
Output only. Additional information on why the Phase was skipped, if available.
string skip_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];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];boolean hasDeploymentJobs()
Output only. Deployment job composition.
.google.cloud.deploy.v1.DeploymentJobs deployment_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
DeploymentJobs getDeploymentJobs()
Output only. Deployment job composition.
.google.cloud.deploy.v1.DeploymentJobs deployment_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
DeploymentJobsOrBuilder getDeploymentJobsOrBuilder()
Output only. Deployment job composition.
.google.cloud.deploy.v1.DeploymentJobs deployment_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasChildRolloutJobs()
Output only. ChildRollout job composition.
.google.cloud.deploy.v1.ChildRolloutJobs child_rollout_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
ChildRolloutJobs getChildRolloutJobs()
Output only. ChildRollout job composition.
.google.cloud.deploy.v1.ChildRolloutJobs child_rollout_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
ChildRolloutJobsOrBuilder getChildRolloutJobsOrBuilder()
Output only. ChildRollout job composition.
.google.cloud.deploy.v1.ChildRolloutJobs child_rollout_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Phase.JobsCase getJobsCase()
Copyright © 2024 Google LLC. All rights reserved.