Interface CreateChildRolloutJobRunOrBuilder (1.39.0)

public interface CreateChildRolloutJobRunOrBuilder 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 Phase initiated by this JobRun.

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 Phase initiated by this JobRun.

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

Returns
TypeDescription
ByteString

The bytes for rolloutPhaseId.