Interface AdvanceChildRolloutJobRunOrBuilder (1.14.0)

public interface AdvanceChildRolloutJobRunOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRollout()

public abstract String getRollout()

Output only. Name of the ChildRollout. Format is projects/{project}/ locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/a-z{0,62}.

string rollout = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The rollout.

getRolloutBytes()

public abstract ByteString getRolloutBytes()

Output only. Name of the ChildRollout. Format is projects/{project}/ locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/a-z{0,62}.

string rollout = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for rollout.

getRolloutPhaseId()

public abstract String getRolloutPhaseId()

Output only. the ID of the ChildRollout's Phase.

string rollout_phase_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The rolloutPhaseId.

getRolloutPhaseIdBytes()

public abstract ByteString getRolloutPhaseIdBytes()

Output only. the ID of the ChildRollout's Phase.

string rollout_phase_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for rolloutPhaseId.