Class GetIcebergCatalogConfigRequest.Builder (0.71.0)

public static final class GetIcebergCatalogConfigRequest.Builder extends GeneratedMessage.Builder<GetIcebergCatalogConfigRequest.Builder> implements GetIcebergCatalogConfigRequestOrBuilder

The request message for the GetIcebergCatalogConfig API.

Protobuf type google.cloud.biglake.v1.GetIcebergCatalogConfigRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetIcebergCatalogConfigRequest build()
Returns
Type Description
GetIcebergCatalogConfigRequest

buildPartial()

public GetIcebergCatalogConfigRequest buildPartial()
Returns
Type Description
GetIcebergCatalogConfigRequest

clear()

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

clearWarehouse()

public GetIcebergCatalogConfigRequest.Builder clearWarehouse()

Required. Warehouse location or identifier to request from the service.

string warehouse = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetIcebergCatalogConfigRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetIcebergCatalogConfigRequest getDefaultInstanceForType()
Returns
Type Description
GetIcebergCatalogConfigRequest

getDescriptorForType()

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

getWarehouse()

public String getWarehouse()

Required. Warehouse location or identifier to request from the service.

string warehouse = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The warehouse.

getWarehouseBytes()

public ByteString getWarehouseBytes()

Required. Warehouse location or identifier to request from the service.

string warehouse = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for warehouse.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetIcebergCatalogConfigRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setWarehouse(String value)

public GetIcebergCatalogConfigRequest.Builder setWarehouse(String value)

Required. Warehouse location or identifier to request from the service.

string warehouse = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The warehouse to set.

Returns
Type Description
GetIcebergCatalogConfigRequest.Builder

This builder for chaining.

setWarehouseBytes(ByteString value)

public GetIcebergCatalogConfigRequest.Builder setWarehouseBytes(ByteString value)

Required. Warehouse location or identifier to request from the service.

string warehouse = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for warehouse to set.

Returns
Type Description
GetIcebergCatalogConfigRequest.Builder

This builder for chaining.