public interface CreateChildRolloutJobRunOrBuilder 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/{rollout}.
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/{rollout}.
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 Phase initiated by this JobRun.
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 Phase initiated by this JobRun.
string rollout_phase_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for rolloutPhaseId. |