Class CancelAutomationRunRequest.Builder (1.83.0)

public static final class CancelAutomationRunRequest.Builder extends GeneratedMessage.Builder<CancelAutomationRunRequest.Builder> implements CancelAutomationRunRequestOrBuilder

The request object used by CancelAutomationRun.

Protobuf type google.cloud.deploy.v1.CancelAutomationRunRequest

Static Methods

getDescriptor()

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

Methods

build()

public CancelAutomationRunRequest build()
Returns
Type Description
CancelAutomationRunRequest

buildPartial()

public CancelAutomationRunRequest buildPartial()
Returns
Type Description
CancelAutomationRunRequest

clear()

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

clearName()

public CancelAutomationRunRequest.Builder clearName()

Required. Name of the AutomationRun. Format is projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}.

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

Returns
Type Description
CancelAutomationRunRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public CancelAutomationRunRequest getDefaultInstanceForType()
Returns
Type Description
CancelAutomationRunRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. Name of the AutomationRun. Format is projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the AutomationRun. Format is projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}.

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

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CancelAutomationRunRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public CancelAutomationRunRequest.Builder setName(String value)

Required. Name of the AutomationRun. Format is projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
CancelAutomationRunRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public CancelAutomationRunRequest.Builder setNameBytes(ByteString value)

Required. Name of the AutomationRun. Format is projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}.

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
CancelAutomationRunRequest.Builder

This builder for chaining.