public interface CreateChildRolloutJobRunOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRollout()
Output only.
|
com.google.protobuf.ByteString |
getRolloutBytes()
Output only.
|
String |
getRolloutPhaseId()
Output only.
|
com.google.protobuf.ByteString |
getRolloutPhaseIdBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRollout()
Output only. Name of the `ChildRollout`. Format is
`projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/[a-z][a-z0-9\-]{0,62}`.
string rollout = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getRolloutBytes()
Output only. Name of the `ChildRollout`. Format is
`projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/[a-z][a-z0-9\-]{0,62}`.
string rollout = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];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];com.google.protobuf.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];Copyright © 2024 Google LLC. All rights reserved.