public interface PhaseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getChildRolloutJobs()
public abstract ChildRolloutJobs getChildRolloutJobs()
Output only. ChildRollout job composition.
.google.events.cloud.deploy.v1.ChildRolloutJobs child_rollout_jobs = 5;
Returns | |
---|---|
Type | Description |
ChildRolloutJobs |
The childRolloutJobs. |
getChildRolloutJobsOrBuilder()
public abstract ChildRolloutJobsOrBuilder getChildRolloutJobsOrBuilder()
Output only. ChildRollout job composition.
.google.events.cloud.deploy.v1.ChildRolloutJobs child_rollout_jobs = 5;
Returns | |
---|---|
Type | Description |
ChildRolloutJobsOrBuilder |
getDeploymentJobs()
public abstract DeploymentJobs getDeploymentJobs()
Output only. Deployment job composition.
.google.events.cloud.deploy.v1.DeploymentJobs deployment_jobs = 4;
Returns | |
---|---|
Type | Description |
DeploymentJobs |
The deploymentJobs. |
getDeploymentJobsOrBuilder()
public abstract DeploymentJobsOrBuilder getDeploymentJobsOrBuilder()
Output only. Deployment job composition.
.google.events.cloud.deploy.v1.DeploymentJobs deployment_jobs = 4;
Returns | |
---|---|
Type | Description |
DeploymentJobsOrBuilder |
getId()
public abstract String getId()
Output only. The ID of the Phase.
string id = 1;
Returns | |
---|---|
Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()
Output only. The ID of the Phase.
string id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for id. |
getJobsCase()
public abstract Phase.JobsCase getJobsCase()
Returns | |
---|---|
Type | Description |
Phase.JobsCase |
getSkipMessage()
public abstract String getSkipMessage()
Output only. Additional information on why the Phase was skipped, if available.
string skip_message = 6;
Returns | |
---|---|
Type | Description |
String |
The skipMessage. |
getSkipMessageBytes()
public abstract ByteString getSkipMessageBytes()
Output only. Additional information on why the Phase was skipped, if available.
string skip_message = 6;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for skipMessage. |
getState()
public abstract Phase.State getState()
Output only. Current state of the Phase.
.google.events.cloud.deploy.v1.Phase.State state = 3;
Returns | |
---|---|
Type | Description |
Phase.State |
The state. |
getStateValue()
public abstract int getStateValue()
Output only. Current state of the Phase.
.google.events.cloud.deploy.v1.Phase.State state = 3;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |
hasChildRolloutJobs()
public abstract boolean hasChildRolloutJobs()
Output only. ChildRollout job composition.
.google.events.cloud.deploy.v1.ChildRolloutJobs child_rollout_jobs = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the childRolloutJobs field is set. |
hasDeploymentJobs()
public abstract boolean hasDeploymentJobs()
Output only. Deployment job composition.
.google.events.cloud.deploy.v1.DeploymentJobs deployment_jobs = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the deploymentJobs field is set. |