Class DeleteCapacityCommitmentRequest.Builder (2.84.0)

public static final class DeleteCapacityCommitmentRequest.Builder extends GeneratedMessage.Builder<DeleteCapacityCommitmentRequest.Builder> implements DeleteCapacityCommitmentRequestOrBuilder

The request for ReservationService.DeleteCapacityCommitment.

Protobuf type google.cloud.bigquery.reservation.v1.DeleteCapacityCommitmentRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteCapacityCommitmentRequest build()
Returns
Type Description
DeleteCapacityCommitmentRequest

buildPartial()

public DeleteCapacityCommitmentRequest buildPartial()
Returns
Type Description
DeleteCapacityCommitmentRequest

clear()

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

clearForce()

public DeleteCapacityCommitmentRequest.Builder clearForce()

Can be used to force delete commitments even if assignments exist. Deleting commitments with assignments may cause queries to fail if they no longer have access to slots.

bool force = 3;

Returns
Type Description
DeleteCapacityCommitmentRequest.Builder

This builder for chaining.

clearName()

public DeleteCapacityCommitmentRequest.Builder clearName()

Required. Resource name of the capacity commitment to delete. E.g., projects/myproject/locations/US/capacityCommitments/123

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

Returns
Type Description
DeleteCapacityCommitmentRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteCapacityCommitmentRequest getDefaultInstanceForType()
Returns
Type Description
DeleteCapacityCommitmentRequest

getDescriptorForType()

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

getForce()

public boolean getForce()

Can be used to force delete commitments even if assignments exist. Deleting commitments with assignments may cause queries to fail if they no longer have access to slots.

bool force = 3;

Returns
Type Description
boolean

The force.

getName()

public String getName()

Required. Resource name of the capacity commitment to delete. E.g., projects/myproject/locations/US/capacityCommitments/123

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Resource name of the capacity commitment to delete. E.g., projects/myproject/locations/US/capacityCommitments/123

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setForce(boolean value)

public DeleteCapacityCommitmentRequest.Builder setForce(boolean value)

Can be used to force delete commitments even if assignments exist. Deleting commitments with assignments may cause queries to fail if they no longer have access to slots.

bool force = 3;

Parameter
Name Description
value boolean

The force to set.

Returns
Type Description
DeleteCapacityCommitmentRequest.Builder

This builder for chaining.

setName(String value)

public DeleteCapacityCommitmentRequest.Builder setName(String value)

Required. Resource name of the capacity commitment to delete. E.g., projects/myproject/locations/US/capacityCommitments/123

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteCapacityCommitmentRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteCapacityCommitmentRequest.Builder setNameBytes(ByteString value)

Required. Resource name of the capacity commitment to delete. E.g., projects/myproject/locations/US/capacityCommitments/123

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

This builder for chaining.