Class ListIcebergCatalogsResponse.Builder (0.62.0)

public static final class ListIcebergCatalogsResponse.Builder extends GeneratedMessageV3.Builder<ListIcebergCatalogsResponse.Builder> implements ListIcebergCatalogsResponseOrBuilder

The response message for the ListIcebergCatalogs API.

Protobuf type google.cloud.biglake.v1.ListIcebergCatalogsResponse

Static Methods

getDescriptor()

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

Methods

addAllIcebergCatalogs(Iterable<? extends IcebergCatalog> values)

public ListIcebergCatalogsResponse.Builder addAllIcebergCatalogs(Iterable<? extends IcebergCatalog> values)

Output only. The list of iceberg catalogs.

repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
values Iterable<? extends com.google.cloud.biglake.v1.IcebergCatalog>
Returns
Type Description
ListIcebergCatalogsResponse.Builder

addAllUnreachable(Iterable<String> values)

public ListIcebergCatalogsResponse.Builder addAllUnreachable(Iterable<String> values)

Output only. The list of unreachable cloud regions for router fanout.

repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
values Iterable<String>

The unreachable to add.

Returns
Type Description
ListIcebergCatalogsResponse.Builder

This builder for chaining.

addIcebergCatalogs(IcebergCatalog value)

public ListIcebergCatalogsResponse.Builder addIcebergCatalogs(IcebergCatalog value)

Output only. The list of iceberg catalogs.

repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value IcebergCatalog
Returns
Type Description
ListIcebergCatalogsResponse.Builder

addIcebergCatalogs(IcebergCatalog.Builder builderForValue)

public ListIcebergCatalogsResponse.Builder addIcebergCatalogs(IcebergCatalog.Builder builderForValue)

Output only. The list of iceberg catalogs.

repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue IcebergCatalog.Builder
Returns
Type Description
ListIcebergCatalogsResponse.Builder

addIcebergCatalogs(int index, IcebergCatalog value)

public ListIcebergCatalogsResponse.Builder addIcebergCatalogs(int index, IcebergCatalog value)

Output only. The list of iceberg catalogs.

repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value IcebergCatalog
Returns
Type Description
ListIcebergCatalogsResponse.Builder

addIcebergCatalogs(int index, IcebergCatalog.Builder builderForValue)

public ListIcebergCatalogsResponse.Builder addIcebergCatalogs(int index, IcebergCatalog.Builder builderForValue)

Output only. The list of iceberg catalogs.

repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue IcebergCatalog.Builder
Returns
Type Description
ListIcebergCatalogsResponse.Builder

addIcebergCatalogsBuilder()

public IcebergCatalog.Builder addIcebergCatalogsBuilder()

Output only. The list of iceberg catalogs.

repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
IcebergCatalog.Builder

addIcebergCatalogsBuilder(int index)

public IcebergCatalog.Builder addIcebergCatalogsBuilder(int index)

Output only. The list of iceberg catalogs.

repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
IcebergCatalog.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListIcebergCatalogsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListIcebergCatalogsResponse.Builder
Overrides

addUnreachable(String value)

public ListIcebergCatalogsResponse.Builder addUnreachable(String value)

Output only. The list of unreachable cloud regions for router fanout.

repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The unreachable to add.

Returns
Type Description
ListIcebergCatalogsResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

public ListIcebergCatalogsResponse.Builder addUnreachableBytes(ByteString value)

Output only. The list of unreachable cloud regions for router fanout.

repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes of the unreachable to add.

Returns
Type Description
ListIcebergCatalogsResponse.Builder

This builder for chaining.

build()

public ListIcebergCatalogsResponse build()
Returns
Type Description
ListIcebergCatalogsResponse

buildPartial()

public ListIcebergCatalogsResponse buildPartial()
Returns
Type Description
ListIcebergCatalogsResponse

clear()

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

clearField(Descriptors.FieldDescriptor field)

public ListIcebergCatalogsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListIcebergCatalogsResponse.Builder
Overrides

clearIcebergCatalogs()

public ListIcebergCatalogsResponse.Builder clearIcebergCatalogs()

Output only. The list of iceberg catalogs.

repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ListIcebergCatalogsResponse.Builder

clearNextPageToken()

public ListIcebergCatalogsResponse.Builder clearNextPageToken()

Output only. The next page token for pagination.

string next_page_token = 2 [json_name = "next-page-token", (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ListIcebergCatalogsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListIcebergCatalogsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListIcebergCatalogsResponse.Builder
Overrides

clearUnreachable()

public ListIcebergCatalogsResponse.Builder clearUnreachable()

Output only. The list of unreachable cloud regions for router fanout.

repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ListIcebergCatalogsResponse.Builder

This builder for chaining.

clone()

public ListIcebergCatalogsResponse.Builder clone()
Returns
Type Description
ListIcebergCatalogsResponse.Builder
Overrides

getDefaultInstanceForType()

public ListIcebergCatalogsResponse getDefaultInstanceForType()
Returns
Type Description
ListIcebergCatalogsResponse

getDescriptorForType()

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

getIcebergCatalogs(int index)

public IcebergCatalog getIcebergCatalogs(int index)

Output only. The list of iceberg catalogs.

repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
IcebergCatalog

getIcebergCatalogsBuilder(int index)

public IcebergCatalog.Builder getIcebergCatalogsBuilder(int index)

Output only. The list of iceberg catalogs.

repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
IcebergCatalog.Builder

getIcebergCatalogsBuilderList()

public List<IcebergCatalog.Builder> getIcebergCatalogsBuilderList()

Output only. The list of iceberg catalogs.

repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Builder>

getIcebergCatalogsCount()

public int getIcebergCatalogsCount()

Output only. The list of iceberg catalogs.

repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getIcebergCatalogsList()

public List<IcebergCatalog> getIcebergCatalogsList()

Output only. The list of iceberg catalogs.

repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<IcebergCatalog>

getIcebergCatalogsOrBuilder(int index)

public IcebergCatalogOrBuilder getIcebergCatalogsOrBuilder(int index)

Output only. The list of iceberg catalogs.

repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
IcebergCatalogOrBuilder

getIcebergCatalogsOrBuilderList()

public List<? extends IcebergCatalogOrBuilder> getIcebergCatalogsOrBuilderList()

Output only. The list of iceberg catalogs.

repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.biglake.v1.IcebergCatalogOrBuilder>

getNextPageToken()

public String getNextPageToken()

Output only. The next page token for pagination.

string next_page_token = 2 [json_name = "next-page-token", (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

Output only. The next page token for pagination.

string next_page_token = 2 [json_name = "next-page-token", (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

public String getUnreachable(int index)

Output only. The list of unreachable cloud regions for router fanout.

repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachable at the given index.

getUnreachableBytes(int index)

public ByteString getUnreachableBytes(int index)

Output only. The list of unreachable cloud regions for router fanout.

repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public int getUnreachableCount()

Output only. The list of unreachable cloud regions for router fanout.

repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

Output only. The list of unreachable cloud regions for router fanout.

repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProtocolStringList

A list containing the unreachable.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListIcebergCatalogsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListIcebergCatalogsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListIcebergCatalogsResponse.Builder
Overrides

removeIcebergCatalogs(int index)

public ListIcebergCatalogsResponse.Builder removeIcebergCatalogs(int index)

Output only. The list of iceberg catalogs.

repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
ListIcebergCatalogsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListIcebergCatalogsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListIcebergCatalogsResponse.Builder
Overrides

setIcebergCatalogs(int index, IcebergCatalog value)

public ListIcebergCatalogsResponse.Builder setIcebergCatalogs(int index, IcebergCatalog value)

Output only. The list of iceberg catalogs.

repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value IcebergCatalog
Returns
Type Description
ListIcebergCatalogsResponse.Builder

setIcebergCatalogs(int index, IcebergCatalog.Builder builderForValue)

public ListIcebergCatalogsResponse.Builder setIcebergCatalogs(int index, IcebergCatalog.Builder builderForValue)

Output only. The list of iceberg catalogs.

repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue IcebergCatalog.Builder
Returns
Type Description
ListIcebergCatalogsResponse.Builder

setNextPageToken(String value)

public ListIcebergCatalogsResponse.Builder setNextPageToken(String value)

Output only. The next page token for pagination.

string next_page_token = 2 [json_name = "next-page-token", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListIcebergCatalogsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListIcebergCatalogsResponse.Builder setNextPageTokenBytes(ByteString value)

Output only. The next page token for pagination.

string next_page_token = 2 [json_name = "next-page-token", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListIcebergCatalogsResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListIcebergCatalogsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListIcebergCatalogsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListIcebergCatalogsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListIcebergCatalogsResponse.Builder
Overrides

setUnreachable(int index, String value)

public ListIcebergCatalogsResponse.Builder setUnreachable(int index, String value)

Output only. The list of unreachable cloud regions for router fanout.

repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int

The index to set the value at.

value String

The unreachable to set.

Returns
Type Description
ListIcebergCatalogsResponse.Builder

This builder for chaining.