Class GetCatalogRequest.Builder (0.71.0)

public static final class GetCatalogRequest.Builder extends GeneratedMessage.Builder<GetCatalogRequest.Builder> implements GetCatalogRequestOrBuilder

Request message for the GetCatalog method.

Protobuf type google.cloud.bigquery.biglake.v1alpha1.GetCatalogRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetCatalogRequest build()
Returns
Type Description
GetCatalogRequest

buildPartial()

public GetCatalogRequest buildPartial()
Returns
Type Description
GetCatalogRequest

clear()

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

clearName()

public GetCatalogRequest.Builder clearName()

Required. The name of the catalog to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}

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

Returns
Type Description
GetCatalogRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetCatalogRequest getDefaultInstanceForType()
Returns
Type Description
GetCatalogRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the catalog to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the catalog to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_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(GetCatalogRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetCatalogRequest.Builder setName(String value)

Required. The name of the catalog to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_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
GetCatalogRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetCatalogRequest.Builder setNameBytes(ByteString value)

Required. The name of the catalog to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_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
GetCatalogRequest.Builder

This builder for chaining.