Interface ListHiveTablesResponseOrBuilder (0.76.0)

public interface ListHiveTablesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for nextPageToken.

getTables(int index)

public abstract HiveTable getTables(int index)

Output only. The tables from the specified project, catalog and database.

repeated .google.cloud.biglake.hive.v1beta.HiveTable tables = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
HiveTable

getTablesCount()

public abstract int getTablesCount()

Output only. The tables from the specified project, catalog and database.

repeated .google.cloud.biglake.hive.v1beta.HiveTable tables = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getTablesList()

public abstract List<HiveTable> getTablesList()

Output only. The tables from the specified project, catalog and database.

repeated .google.cloud.biglake.hive.v1beta.HiveTable tables = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<HiveTable>

getTablesOrBuilder(int index)

public abstract HiveTableOrBuilder getTablesOrBuilder(int index)

Output only. The tables from the specified project, catalog and database.

repeated .google.cloud.biglake.hive.v1beta.HiveTable tables = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
HiveTableOrBuilder

getTablesOrBuilderList()

public abstract List<? extends HiveTableOrBuilder> getTablesOrBuilderList()

Output only. The tables from the specified project, catalog and database.

repeated .google.cloud.biglake.hive.v1beta.HiveTable tables = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.biglake.hive.v1beta.HiveTableOrBuilder>