Class AdvanceChildRolloutJobRun.Builder (1.81.0)

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

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AdvanceChildRolloutJobRun.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AdvanceChildRolloutJobRun.Builder
Overrides

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 String

The 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 ByteString

The 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 String

The 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 ByteString

The bytes for rolloutPhaseId to set.

Returns
Type Description
AdvanceChildRolloutJobRun.Builder

This builder for chaining.