public static final class ListHiveTablesResponse.Builder extends GeneratedMessage.Builder<ListHiveTablesResponse.Builder> implements ListHiveTablesResponseOrBuilderResponse message for the ListHiveTables method.
Protobuf type google.cloud.biglake.hive.v1beta.ListHiveTablesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListHiveTablesResponse.BuilderImplements
ListHiveTablesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllTables(Iterable<? extends HiveTable> values)
public ListHiveTablesResponse.Builder addAllTables(Iterable<? extends HiveTable> values)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 |
values |
Iterable<? extends com.google.cloud.biglake.hive.v1beta.HiveTable> |
| Returns | |
|---|---|
| Type | Description |
ListHiveTablesResponse.Builder |
|
addTables(HiveTable value)
public ListHiveTablesResponse.Builder addTables(HiveTable value)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 |
value |
HiveTable |
| Returns | |
|---|---|
| Type | Description |
ListHiveTablesResponse.Builder |
|
addTables(HiveTable.Builder builderForValue)
public ListHiveTablesResponse.Builder addTables(HiveTable.Builder builderForValue)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 |
builderForValue |
HiveTable.Builder |
| Returns | |
|---|---|
| Type | Description |
ListHiveTablesResponse.Builder |
|
addTables(int index, HiveTable value)
public ListHiveTablesResponse.Builder addTables(int index, HiveTable value)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];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
HiveTable |
| Returns | |
|---|---|
| Type | Description |
ListHiveTablesResponse.Builder |
|
addTables(int index, HiveTable.Builder builderForValue)
public ListHiveTablesResponse.Builder addTables(int index, HiveTable.Builder builderForValue)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];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
HiveTable.Builder |
| Returns | |
|---|---|
| Type | Description |
ListHiveTablesResponse.Builder |
|
addTablesBuilder()
public HiveTable.Builder addTablesBuilder()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 |
HiveTable.Builder |
|
addTablesBuilder(int index)
public HiveTable.Builder addTablesBuilder(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.Builder |
|
build()
public ListHiveTablesResponse build()| Returns | |
|---|---|
| Type | Description |
ListHiveTablesResponse |
|
buildPartial()
public ListHiveTablesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListHiveTablesResponse |
|
clear()
public ListHiveTablesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListHiveTablesResponse.Builder |
|
clearNextPageToken()
public ListHiveTablesResponse.Builder clearNextPageToken() 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 |
ListHiveTablesResponse.Builder |
This builder for chaining. |
clearTables()
public ListHiveTablesResponse.Builder clearTables()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 |
ListHiveTablesResponse.Builder |
|
getDefaultInstanceForType()
public ListHiveTablesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListHiveTablesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public 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 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 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 |
|
getTablesBuilder(int index)
public HiveTable.Builder getTablesBuilder(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.Builder |
|
getTablesBuilderList()
public List<HiveTable.Builder> getTablesBuilderList()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<Builder> |
|
getTablesCount()
public 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 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 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 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> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListHiveTablesResponse other)
public ListHiveTablesResponse.Builder mergeFrom(ListHiveTablesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListHiveTablesResponse |
| Returns | |
|---|---|
| Type | Description |
ListHiveTablesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListHiveTablesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListHiveTablesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListHiveTablesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListHiveTablesResponse.Builder |
|
removeTables(int index)
public ListHiveTablesResponse.Builder removeTables(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 |
ListHiveTablesResponse.Builder |
|
setNextPageToken(String value)
public ListHiveTablesResponse.Builder setNextPageToken(String value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListHiveTablesResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListHiveTablesResponse.Builder setNextPageTokenBytes(ByteString value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListHiveTablesResponse.Builder |
This builder for chaining. |
setTables(int index, HiveTable value)
public ListHiveTablesResponse.Builder setTables(int index, HiveTable value)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];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
HiveTable |
| Returns | |
|---|---|
| Type | Description |
ListHiveTablesResponse.Builder |
|
setTables(int index, HiveTable.Builder builderForValue)
public ListHiveTablesResponse.Builder setTables(int index, HiveTable.Builder builderForValue)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];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
HiveTable.Builder |
| Returns | |
|---|---|
| Type | Description |
ListHiveTablesResponse.Builder |
|