Interface ListIcebergTableIdentifiersResponseOrBuilder (0.62.0)

public interface ListIcebergTableIdentifiersResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdentifiers(int index)

public abstract TableIdentifier getIdentifiers(int index)

Output only. The list of table identifiers.

repeated .google.cloud.biglake.v1.TableIdentifier identifiers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
TableIdentifier

getIdentifiersCount()

public abstract int getIdentifiersCount()

Output only. The list of table identifiers.

repeated .google.cloud.biglake.v1.TableIdentifier identifiers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getIdentifiersList()

public abstract List<TableIdentifier> getIdentifiersList()

Output only. The list of table identifiers.

repeated .google.cloud.biglake.v1.TableIdentifier identifiers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<TableIdentifier>

getIdentifiersOrBuilder(int index)

public abstract TableIdentifierOrBuilder getIdentifiersOrBuilder(int index)

Output only. The list of table identifiers.

repeated .google.cloud.biglake.v1.TableIdentifier identifiers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
TableIdentifierOrBuilder

getIdentifiersOrBuilderList()

public abstract List<? extends TableIdentifierOrBuilder> getIdentifiersOrBuilderList()

Output only. The list of table identifiers.

repeated .google.cloud.biglake.v1.TableIdentifier identifiers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

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

getNextPageToken()

public abstract 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 abstract 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.