Class CreateChildRolloutJobRun.Builder (1.40.0)

public static final class CreateChildRolloutJobRun.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CreateChildRolloutJobRun.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
CreateChildRolloutJobRun.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public CreateChildRolloutJobRun.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
CreateChildRolloutJobRun.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public CreateChildRolloutJobRun.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
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/a-z{0,62}.

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.

clone()

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

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/a-z{0,62}.

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/a-z{0,62}.

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CreateChildRolloutJobRun.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CreateChildRolloutJobRun.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public CreateChildRolloutJobRun.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
CreateChildRolloutJobRun.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public CreateChildRolloutJobRun.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
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/a-z{0,62}.

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/a-z{0,62}.

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.

setUnknownFields(UnknownFieldSet unknownFields)

public final CreateChildRolloutJobRun.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CreateChildRolloutJobRun.Builder
Overrides