Class CreateAutomationRequest.Builder (1.39.0)

public static final class CreateAutomationRequest.Builder extends GeneratedMessageV3.Builder<CreateAutomationRequest.Builder> implements CreateAutomationRequestOrBuilder

The request object for CreateAutomation.

Protobuf type google.cloud.deploy.v1.CreateAutomationRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public CreateAutomationRequest build()
Returns
TypeDescription
CreateAutomationRequest

buildPartial()

public CreateAutomationRequest buildPartial()
Returns
TypeDescription
CreateAutomationRequest

clear()

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

clearAutomation()

public CreateAutomationRequest.Builder clearAutomation()

Required. The Automation to create.

.google.cloud.deploy.v1.Automation automation = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CreateAutomationRequest.Builder

clearAutomationId()

public CreateAutomationRequest.Builder clearAutomationId()

Required. ID of the Automation.

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

Returns
TypeDescription
CreateAutomationRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearParent()

public CreateAutomationRequest.Builder clearParent()

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

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

Returns
TypeDescription
CreateAutomationRequest.Builder

This builder for chaining.

clearRequestId()

public CreateAutomationRequest.Builder clearRequestId()

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after 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
CreateAutomationRequest.Builder

This builder for chaining.

clearValidateOnly()

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

This builder for chaining.

clone()

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

getAutomation()

public Automation getAutomation()

Required. The Automation to create.

.google.cloud.deploy.v1.Automation automation = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Automation

The automation.

getAutomationBuilder()

public Automation.Builder getAutomationBuilder()

Required. The Automation to create.

.google.cloud.deploy.v1.Automation automation = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Automation.Builder

getAutomationId()

public String getAutomationId()

Required. ID of the Automation.

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

Returns
TypeDescription
String

The automationId.

getAutomationIdBytes()

public ByteString getAutomationIdBytes()

Required. ID of the Automation.

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

Returns
TypeDescription
ByteString

The bytes for automationId.

getAutomationOrBuilder()

public AutomationOrBuilder getAutomationOrBuilder()

Required. The Automation to create.

.google.cloud.deploy.v1.Automation automation = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AutomationOrBuilder

getDefaultInstanceForType()

public CreateAutomationRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateAutomationRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getParent()

public String getParent()

Required. The parent collection in which the Automation should be created. Format should be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_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 Automation should be created. Format should be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_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 knows to ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after 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 knows to ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after 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.

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.

hasAutomation()

public boolean hasAutomation()

Required. The Automation to create.

.google.cloud.deploy.v1.Automation automation = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the automation field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeAutomation(Automation value)

public CreateAutomationRequest.Builder mergeAutomation(Automation value)

Required. The Automation to create.

.google.cloud.deploy.v1.Automation automation = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueAutomation
Returns
TypeDescription
CreateAutomationRequest.Builder

mergeFrom(CreateAutomationRequest other)

public CreateAutomationRequest.Builder mergeFrom(CreateAutomationRequest other)
Parameter
NameDescription
otherCreateAutomationRequest
Returns
TypeDescription
CreateAutomationRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setAutomation(Automation value)

public CreateAutomationRequest.Builder setAutomation(Automation value)

Required. The Automation to create.

.google.cloud.deploy.v1.Automation automation = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueAutomation
Returns
TypeDescription
CreateAutomationRequest.Builder

setAutomation(Automation.Builder builderForValue)

public CreateAutomationRequest.Builder setAutomation(Automation.Builder builderForValue)

Required. The Automation to create.

.google.cloud.deploy.v1.Automation automation = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueAutomation.Builder
Returns
TypeDescription
CreateAutomationRequest.Builder

setAutomationId(String value)

public CreateAutomationRequest.Builder setAutomationId(String value)

Required. ID of the Automation.

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

Parameter
NameDescription
valueString

The automationId to set.

Returns
TypeDescription
CreateAutomationRequest.Builder

This builder for chaining.

setAutomationIdBytes(ByteString value)

public CreateAutomationRequest.Builder setAutomationIdBytes(ByteString value)

Required. ID of the Automation.

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

Parameter
NameDescription
valueByteString

The bytes for automationId to set.

Returns
TypeDescription
CreateAutomationRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setParent(String value)

public CreateAutomationRequest.Builder setParent(String value)

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

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

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
CreateAutomationRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateAutomationRequest.Builder setParentBytes(ByteString value)

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

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

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
CreateAutomationRequest.Builder

This builder for chaining.

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

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

setRequestId(String value)

public CreateAutomationRequest.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 knows to ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after 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
CreateAutomationRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public CreateAutomationRequest.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 knows to ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after 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
CreateAutomationRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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

setValidateOnly(boolean value)

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

This builder for chaining.