Class CreateRolloutRequest.Builder (1.2.0)

public static final class CreateRolloutRequest.Builder extends GeneratedMessageV3.Builder<CreateRolloutRequest.Builder> implements CreateRolloutRequestOrBuilder

CreateRolloutRequest is the request object used by CreateRollout.

Protobuf type google.cloud.deploy.v1.CreateRolloutRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CreateRolloutRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CreateRolloutRequest.Builder
Overrides

build()

public CreateRolloutRequest build()
Returns
TypeDescription
CreateRolloutRequest

buildPartial()

public CreateRolloutRequest buildPartial()
Returns
TypeDescription
CreateRolloutRequest

clear()

public CreateRolloutRequest.Builder clear()
Returns
TypeDescription
CreateRolloutRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public CreateRolloutRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
CreateRolloutRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public CreateRolloutRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
CreateRolloutRequest.Builder
Overrides

clearParent()

public CreateRolloutRequest.Builder clearParent()

Required. The parent collection in which the Rollout should be created. Format should be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
CreateRolloutRequest.Builder

This builder for chaining.

clearRequestId()

public CreateRolloutRequest.Builder clearRequestId()

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
CreateRolloutRequest.Builder

This builder for chaining.

clearRollout()

public CreateRolloutRequest.Builder clearRollout()

Required. The Rollout to create.

.google.cloud.deploy.v1.Rollout rollout = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CreateRolloutRequest.Builder

clearRolloutId()

public CreateRolloutRequest.Builder clearRolloutId()

Required. ID of the Rollout.

string rollout_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CreateRolloutRequest.Builder

This builder for chaining.

clearValidateOnly()

public CreateRolloutRequest.Builder clearValidateOnly()

Optional. If set to true, the request is validated and the user is provided with an expected result, but no actual change is made.

bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
CreateRolloutRequest.Builder

This builder for chaining.

clone()

public CreateRolloutRequest.Builder clone()
Returns
TypeDescription
CreateRolloutRequest.Builder
Overrides

getDefaultInstanceForType()

public CreateRolloutRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateRolloutRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getParent()

public String getParent()

Required. The parent collection in which the Rollout should be created. Format should be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent collection in which the Rollout should be created. Format should be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getRequestId()

public String getRequestId()

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The requestId.

getRequestIdBytes()

public ByteString getRequestIdBytes()

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for requestId.

getRollout()

public Rollout getRollout()

Required. The Rollout to create.

.google.cloud.deploy.v1.Rollout rollout = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Rollout

The rollout.

getRolloutBuilder()

public Rollout.Builder getRolloutBuilder()

Required. The Rollout to create.

.google.cloud.deploy.v1.Rollout rollout = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Rollout.Builder

getRolloutId()

public String getRolloutId()

Required. ID of the Rollout.

string rollout_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The rolloutId.

getRolloutIdBytes()

public ByteString getRolloutIdBytes()

Required. ID of the Rollout.

string rollout_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for rolloutId.

getRolloutOrBuilder()

public RolloutOrBuilder getRolloutOrBuilder()

Required. The Rollout to create.

.google.cloud.deploy.v1.Rollout rollout = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
RolloutOrBuilder

getValidateOnly()

public boolean getValidateOnly()

Optional. If set to true, the request is validated and the user is provided with an expected result, but no actual change is made.

bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The validateOnly.

hasRollout()

public boolean hasRollout()

Required. The Rollout to create.

.google.cloud.deploy.v1.Rollout rollout = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the rollout field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CreateRolloutRequest other)

public CreateRolloutRequest.Builder mergeFrom(CreateRolloutRequest other)
Parameter
NameDescription
otherCreateRolloutRequest
Returns
TypeDescription
CreateRolloutRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateRolloutRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateRolloutRequest.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public CreateRolloutRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
CreateRolloutRequest.Builder
Overrides

mergeRollout(Rollout value)

public CreateRolloutRequest.Builder mergeRollout(Rollout value)

Required. The Rollout to create.

.google.cloud.deploy.v1.Rollout rollout = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueRollout
Returns
TypeDescription
CreateRolloutRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CreateRolloutRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CreateRolloutRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public CreateRolloutRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CreateRolloutRequest.Builder
Overrides

setParent(String value)

public CreateRolloutRequest.Builder setParent(String value)

Required. The parent collection in which the Rollout should be created. Format should be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
CreateRolloutRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateRolloutRequest.Builder setParentBytes(ByteString value)

Required. The parent collection in which the Rollout should be created. Format should be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
CreateRolloutRequest.Builder

This builder for chaining.

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

public CreateRolloutRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
CreateRolloutRequest.Builder
Overrides

setRequestId(String value)

public CreateRolloutRequest.Builder setRequestId(String value)

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The requestId to set.

Returns
TypeDescription
CreateRolloutRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public CreateRolloutRequest.Builder setRequestIdBytes(ByteString value)

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for requestId to set.

Returns
TypeDescription
CreateRolloutRequest.Builder

This builder for chaining.

setRollout(Rollout value)

public CreateRolloutRequest.Builder setRollout(Rollout value)

Required. The Rollout to create.

.google.cloud.deploy.v1.Rollout rollout = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueRollout
Returns
TypeDescription
CreateRolloutRequest.Builder

setRollout(Rollout.Builder builderForValue)

public CreateRolloutRequest.Builder setRollout(Rollout.Builder builderForValue)

Required. The Rollout to create.

.google.cloud.deploy.v1.Rollout rollout = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueRollout.Builder
Returns
TypeDescription
CreateRolloutRequest.Builder

setRolloutId(String value)

public CreateRolloutRequest.Builder setRolloutId(String value)

Required. ID of the Rollout.

string rollout_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The rolloutId to set.

Returns
TypeDescription
CreateRolloutRequest.Builder

This builder for chaining.

setRolloutIdBytes(ByteString value)

public CreateRolloutRequest.Builder setRolloutIdBytes(ByteString value)

Required. ID of the Rollout.

string rollout_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for rolloutId to set.

Returns
TypeDescription
CreateRolloutRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final CreateRolloutRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CreateRolloutRequest.Builder
Overrides

setValidateOnly(boolean value)

public CreateRolloutRequest.Builder setValidateOnly(boolean value)

Optional. If set to true, the request is validated and the user is provided with an expected result, but no actual change is made.

bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueboolean

The validateOnly to set.

Returns
TypeDescription
CreateRolloutRequest.Builder

This builder for chaining.