- 0.71.0 (latest)
- 0.70.0
- 0.69.0
- 0.68.0
- 0.66.0
- 0.64.0
- 0.63.0
- 0.62.0
- 0.61.0
- 0.60.0
- 0.58.0
- 0.56.0
- 0.55.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class ListTablesResponse.Builder extends GeneratedMessage.Builder<ListTablesResponse.Builder> implements ListTablesResponseOrBuilderResponse message for the ListTables method.
Protobuf type google.cloud.bigquery.biglake.v1alpha1.ListTablesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListTablesResponse.BuilderImplements
ListTablesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllTables(Iterable<? extends Table> values)
public ListTablesResponse.Builder addAllTables(Iterable<? extends Table> values)The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Table tables = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.bigquery.biglake.v1alpha1.Table> |
| Returns | |
|---|---|
| Type | Description |
ListTablesResponse.Builder |
|
addTables(Table value)
public ListTablesResponse.Builder addTables(Table value)The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Table tables = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Table |
| Returns | |
|---|---|
| Type | Description |
ListTablesResponse.Builder |
|
addTables(Table.Builder builderForValue)
public ListTablesResponse.Builder addTables(Table.Builder builderForValue)The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Table tables = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Table.Builder |
| Returns | |
|---|---|
| Type | Description |
ListTablesResponse.Builder |
|
addTables(int index, Table value)
public ListTablesResponse.Builder addTables(int index, Table value)The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Table tables = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Table |
| Returns | |
|---|---|
| Type | Description |
ListTablesResponse.Builder |
|
addTables(int index, Table.Builder builderForValue)
public ListTablesResponse.Builder addTables(int index, Table.Builder builderForValue)The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Table tables = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Table.Builder |
| Returns | |
|---|---|
| Type | Description |
ListTablesResponse.Builder |
|
addTablesBuilder()
public Table.Builder addTablesBuilder()The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Table tables = 1;
| Returns | |
|---|---|
| Type | Description |
Table.Builder |
|
addTablesBuilder(int index)
public Table.Builder addTablesBuilder(int index)The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Table tables = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Table.Builder |
|
build()
public ListTablesResponse build()| Returns | |
|---|---|
| Type | Description |
ListTablesResponse |
|
buildPartial()
public ListTablesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListTablesResponse |
|
clear()
public ListTablesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListTablesResponse.Builder |
|
clearNextPageToken()
public ListTablesResponse.Builder clearNextPageToken() 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;
| Returns | |
|---|---|
| Type | Description |
ListTablesResponse.Builder |
This builder for chaining. |
clearTables()
public ListTablesResponse.Builder clearTables()The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Table tables = 1;
| Returns | |
|---|---|
| Type | Description |
ListTablesResponse.Builder |
|
getDefaultInstanceForType()
public ListTablesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListTablesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken() 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;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes() 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getTables(int index)
public Table getTables(int index)The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Table tables = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Table |
|
getTablesBuilder(int index)
public Table.Builder getTablesBuilder(int index)The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Table tables = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Table.Builder |
|
getTablesBuilderList()
public List<Table.Builder> getTablesBuilderList()The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Table tables = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getTablesCount()
public int getTablesCount()The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Table tables = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTablesList()
public List<Table> getTablesList()The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Table tables = 1;
| Returns | |
|---|---|
| Type | Description |
List<Table> |
|
getTablesOrBuilder(int index)
public TableOrBuilder getTablesOrBuilder(int index)The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Table tables = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TableOrBuilder |
|
getTablesOrBuilderList()
public List<? extends TableOrBuilder> getTablesOrBuilderList()The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Table tables = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.bigquery.biglake.v1alpha1.TableOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListTablesResponse other)
public ListTablesResponse.Builder mergeFrom(ListTablesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTablesResponse |
| Returns | |
|---|---|
| Type | Description |
ListTablesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListTablesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListTablesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListTablesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListTablesResponse.Builder |
|
removeTables(int index)
public ListTablesResponse.Builder removeTables(int index)The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Table tables = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListTablesResponse.Builder |
|
setNextPageToken(String value)
public ListTablesResponse.Builder setNextPageToken(String value) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListTablesResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListTablesResponse.Builder setNextPageTokenBytes(ByteString value) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListTablesResponse.Builder |
This builder for chaining. |
setTables(int index, Table value)
public ListTablesResponse.Builder setTables(int index, Table value)The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Table tables = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Table |
| Returns | |
|---|---|
| Type | Description |
ListTablesResponse.Builder |
|
setTables(int index, Table.Builder builderForValue)
public ListTablesResponse.Builder setTables(int index, Table.Builder builderForValue)The tables from the specified database.
repeated .google.cloud.bigquery.biglake.v1alpha1.Table tables = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Table.Builder |
| Returns | |
|---|---|
| Type | Description |
ListTablesResponse.Builder |
|