Class DeleteDataPolicyRequest.Builder (0.80.0)

public static final class DeleteDataPolicyRequest.Builder extends GeneratedMessage.Builder<DeleteDataPolicyRequest.Builder> implements DeleteDataPolicyRequestOrBuilder

Request message for the DeleteDataPolicy method.

Protobuf type google.cloud.bigquery.datapolicies.v2.DeleteDataPolicyRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteDataPolicyRequest build()
Returns
Type Description
DeleteDataPolicyRequest

buildPartial()

public DeleteDataPolicyRequest buildPartial()
Returns
Type Description
DeleteDataPolicyRequest

clear()

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

clearName()

public DeleteDataPolicyRequest.Builder clearName()

Required. Resource name of the data policy to delete. Format is projects/{project_number}/locations/{location_id}/dataPolicies/{id}.

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

Returns
Type Description
DeleteDataPolicyRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteDataPolicyRequest getDefaultInstanceForType()
Returns
Type Description
DeleteDataPolicyRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Resource name of the data policy to delete. Format is projects/{project_number}/locations/{location_id}/dataPolicies/{id}.

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 data policy to delete. Format is projects/{project_number}/locations/{location_id}/dataPolicies/{id}.

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DeleteDataPolicyRequest.Builder setName(String value)

Required. Resource name of the data policy to delete. Format is projects/{project_number}/locations/{location_id}/dataPolicies/{id}.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteDataPolicyRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteDataPolicyRequest.Builder setNameBytes(ByteString value)

Required. Resource name of the data policy to delete. Format is projects/{project_number}/locations/{location_id}/dataPolicies/{id}.

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

This builder for chaining.