public interface AdvanceChildRolloutJobRunOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for rolloutPhaseId. |