public interface PhaseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeploymentJobs()
public abstract DeploymentJobs getDeploymentJobs()Output only. Deployment job composition.
.google.cloud.deploy.v1.DeploymentJobs deployment_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| DeploymentJobs | The deploymentJobs. |
getDeploymentJobsOrBuilder()
public abstract DeploymentJobsOrBuilder getDeploymentJobsOrBuilder()Output only. Deployment job composition.
.google.cloud.deploy.v1.DeploymentJobs deployment_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| DeploymentJobsOrBuilder |
getId()
public abstract String getId()Output only. The ID of the Phase.
string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The id. |
getIdBytes()
public abstract ByteString getIdBytes()Output only. The ID of the Phase.
string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for id. |
getJobsCase()
public abstract Phase.JobsCase getJobsCase()| Type | Description |
| Phase.JobsCase |
getState()
public abstract Phase.State getState()Output only. Current state of the Phase.
.google.cloud.deploy.v1.Phase.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Phase.State | The state. |
getStateValue()
public abstract int getStateValue()Output only. Current state of the Phase.
.google.cloud.deploy.v1.Phase.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| int | The enum numeric value on the wire for state. |
hasDeploymentJobs()
public abstract boolean hasDeploymentJobs()Output only. Deployment job composition.
.google.cloud.deploy.v1.DeploymentJobs deployment_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the deploymentJobs field is set. |