Class GetDataPolicyRequest.Builder (0.80.0)

public static final class GetDataPolicyRequest.Builder extends GeneratedMessage.Builder<GetDataPolicyRequest.Builder> implements GetDataPolicyRequestOrBuilder

Request message for the GetDataPolicy method.

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

Static Methods

getDescriptor()

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

Methods

build()

public GetDataPolicyRequest build()
Returns
Type Description
GetDataPolicyRequest

buildPartial()

public GetDataPolicyRequest buildPartial()
Returns
Type Description
GetDataPolicyRequest

clear()

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

clearName()

public GetDataPolicyRequest.Builder clearName()

Required. Resource name of the requested data policy. 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
GetDataPolicyRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetDataPolicyRequest getDefaultInstanceForType()
Returns
Type Description
GetDataPolicyRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Resource name of the requested data policy. 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 requested data policy. 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(GetDataPolicyRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetDataPolicyRequest.Builder setName(String value)

Required. Resource name of the requested data policy. 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
GetDataPolicyRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetDataPolicyRequest.Builder setNameBytes(ByteString value)

Required. Resource name of the requested data policy. 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
GetDataPolicyRequest.Builder

This builder for chaining.