public static final class AdvanceChildRolloutJobRun.Builder extends GeneratedMessage.Builder<AdvanceChildRolloutJobRun.Builder> implements AdvanceChildRolloutJobRunOrBuilder AdvanceChildRolloutJobRun contains information specific to a
advanceChildRollout JobRun.
Protobuf type google.cloud.deploy.v1.AdvanceChildRolloutJobRun
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AdvanceChildRolloutJobRun.BuilderImplements
AdvanceChildRolloutJobRunOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AdvanceChildRolloutJobRun build()| Returns | |
|---|---|
| Type | Description |
AdvanceChildRolloutJobRun |
|
buildPartial()
public AdvanceChildRolloutJobRun buildPartial()| Returns | |
|---|---|
| Type | Description |
AdvanceChildRolloutJobRun |
|
clear()
public AdvanceChildRolloutJobRun.Builder clear()| Returns | |
|---|---|
| Type | Description |
AdvanceChildRolloutJobRun.Builder |
|
clearRollout()
public AdvanceChildRolloutJobRun.Builder clearRollout() 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 |
AdvanceChildRolloutJobRun.Builder |
This builder for chaining. |
clearRolloutPhaseId()
public AdvanceChildRolloutJobRun.Builder clearRolloutPhaseId()Output only. the ID of the ChildRollout's Phase.
string rollout_phase_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AdvanceChildRolloutJobRun.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public AdvanceChildRolloutJobRun getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AdvanceChildRolloutJobRun |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getRollout()
public 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AdvanceChildRolloutJobRun other)
public AdvanceChildRolloutJobRun.Builder mergeFrom(AdvanceChildRolloutJobRun other)| Parameter | |
|---|---|
| Name | Description |
other |
AdvanceChildRolloutJobRun |
| Returns | |
|---|---|
| Type | Description |
AdvanceChildRolloutJobRun.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AdvanceChildRolloutJobRun.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AdvanceChildRolloutJobRun.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AdvanceChildRolloutJobRun.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AdvanceChildRolloutJobRun.Builder |
|
setRollout(String value)
public AdvanceChildRolloutJobRun.Builder setRollout(String value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe rollout to set. |
| Returns | |
|---|---|
| Type | Description |
AdvanceChildRolloutJobRun.Builder |
This builder for chaining. |
setRolloutBytes(ByteString value)
public AdvanceChildRolloutJobRun.Builder setRolloutBytes(ByteString value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for rollout to set. |
| Returns | |
|---|---|
| Type | Description |
AdvanceChildRolloutJobRun.Builder |
This builder for chaining. |
setRolloutPhaseId(String value)
public AdvanceChildRolloutJobRun.Builder setRolloutPhaseId(String value)Output only. the ID of the ChildRollout's Phase.
string rollout_phase_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe rolloutPhaseId to set. |
| Returns | |
|---|---|
| Type | Description |
AdvanceChildRolloutJobRun.Builder |
This builder for chaining. |
setRolloutPhaseIdBytes(ByteString value)
public AdvanceChildRolloutJobRun.Builder setRolloutPhaseIdBytes(ByteString value)Output only. the ID of the ChildRollout's Phase.
string rollout_phase_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for rolloutPhaseId to set. |
| Returns | |
|---|---|
| Type | Description |
AdvanceChildRolloutJobRun.Builder |
This builder for chaining. |