Class CreateChildRolloutJobRun.Builder (1.81.0)

public static final class CreateChildRolloutJobRun.Builder extends GeneratedMessage.Builder<CreateChildRolloutJobRun.Builder> implements CreateChildRolloutJobRunOrBuilder

CreateChildRolloutJobRun contains information specific to a createChildRollout JobRun.

Protobuf type google.cloud.deploy.v1.CreateChildRolloutJobRun

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public CreateChildRolloutJobRun build()
Returns
Type Description
CreateChildRolloutJobRun

buildPartial()

public CreateChildRolloutJobRun buildPartial()
Returns
Type Description
CreateChildRolloutJobRun

clear()

public CreateChildRolloutJobRun.Builder clear()
Returns
Type Description
CreateChildRolloutJobRun.Builder
Overrides

clearRollout()

public CreateChildRolloutJobRun.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
CreateChildRolloutJobRun.Builder

This builder for chaining.

clearRolloutPhaseId()

public CreateChildRolloutJobRun.Builder clearRolloutPhaseId()

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
CreateChildRolloutJobRun.Builder

This builder for chaining.

getDefaultInstanceForType()

public CreateChildRolloutJobRun getDefaultInstanceForType()
Returns
Type Description
CreateChildRolloutJobRun

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 Phase initiated by this JobRun.

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 Phase initiated by this JobRun.

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(CreateChildRolloutJobRun other)

public CreateChildRolloutJobRun.Builder mergeFrom(CreateChildRolloutJobRun other)
Parameter
Name Description
other CreateChildRolloutJobRun
Returns
Type Description
CreateChildRolloutJobRun.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateChildRolloutJobRun.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateChildRolloutJobRun.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

setRollout(String value)

public CreateChildRolloutJobRun.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
CreateChildRolloutJobRun.Builder

This builder for chaining.

setRolloutBytes(ByteString value)

public CreateChildRolloutJobRun.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
CreateChildRolloutJobRun.Builder

This builder for chaining.

setRolloutPhaseId(String value)

public CreateChildRolloutJobRun.Builder setRolloutPhaseId(String value)

Output only. The ID of the childRollout Phase initiated by this JobRun.

string rollout_phase_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The rolloutPhaseId to set.

Returns
Type Description
CreateChildRolloutJobRun.Builder

This builder for chaining.

setRolloutPhaseIdBytes(ByteString value)

public CreateChildRolloutJobRun.Builder setRolloutPhaseIdBytes(ByteString value)

Output only. The ID of the childRollout Phase initiated by this JobRun.

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
CreateChildRolloutJobRun.Builder

This builder for chaining.