- 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 ListCatalogsResponse.Builder extends GeneratedMessage.Builder<ListCatalogsResponse.Builder> implements ListCatalogsResponseOrBuilderResponse message for the ListCatalogs method.
Protobuf type google.cloud.bigquery.biglake.v1alpha1.ListCatalogsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListCatalogsResponse.BuilderImplements
ListCatalogsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllCatalogs(Iterable<? extends Catalog> values)
public ListCatalogsResponse.Builder addAllCatalogs(Iterable<? extends Catalog> values)The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.bigquery.biglake.v1alpha1.Catalog> |
| Returns | |
|---|---|
| Type | Description |
ListCatalogsResponse.Builder |
|
addCatalogs(Catalog value)
public ListCatalogsResponse.Builder addCatalogs(Catalog value)The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Catalog |
| Returns | |
|---|---|
| Type | Description |
ListCatalogsResponse.Builder |
|
addCatalogs(Catalog.Builder builderForValue)
public ListCatalogsResponse.Builder addCatalogs(Catalog.Builder builderForValue)The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Catalog.Builder |
| Returns | |
|---|---|
| Type | Description |
ListCatalogsResponse.Builder |
|
addCatalogs(int index, Catalog value)
public ListCatalogsResponse.Builder addCatalogs(int index, Catalog value)The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Catalog |
| Returns | |
|---|---|
| Type | Description |
ListCatalogsResponse.Builder |
|
addCatalogs(int index, Catalog.Builder builderForValue)
public ListCatalogsResponse.Builder addCatalogs(int index, Catalog.Builder builderForValue)The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Catalog.Builder |
| Returns | |
|---|---|
| Type | Description |
ListCatalogsResponse.Builder |
|
addCatalogsBuilder()
public Catalog.Builder addCatalogsBuilder()The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Returns | |
|---|---|
| Type | Description |
Catalog.Builder |
|
addCatalogsBuilder(int index)
public Catalog.Builder addCatalogsBuilder(int index)The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Catalog.Builder |
|
build()
public ListCatalogsResponse build()| Returns | |
|---|---|
| Type | Description |
ListCatalogsResponse |
|
buildPartial()
public ListCatalogsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListCatalogsResponse |
|
clear()
public ListCatalogsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListCatalogsResponse.Builder |
|
clearCatalogs()
public ListCatalogsResponse.Builder clearCatalogs()The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Returns | |
|---|---|
| Type | Description |
ListCatalogsResponse.Builder |
|
clearNextPageToken()
public ListCatalogsResponse.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 |
ListCatalogsResponse.Builder |
This builder for chaining. |
getCatalogs(int index)
public Catalog getCatalogs(int index)The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Catalog |
|
getCatalogsBuilder(int index)
public Catalog.Builder getCatalogsBuilder(int index)The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Catalog.Builder |
|
getCatalogsBuilderList()
public List<Catalog.Builder> getCatalogsBuilderList()The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getCatalogsCount()
public int getCatalogsCount()The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCatalogsList()
public List<Catalog> getCatalogsList()The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Returns | |
|---|---|
| Type | Description |
List<Catalog> |
|
getCatalogsOrBuilder(int index)
public CatalogOrBuilder getCatalogsOrBuilder(int index)The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CatalogOrBuilder |
|
getCatalogsOrBuilderList()
public List<? extends CatalogOrBuilder> getCatalogsOrBuilderList()The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.bigquery.biglake.v1alpha1.CatalogOrBuilder> |
|
getDefaultInstanceForType()
public ListCatalogsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListCatalogsResponse |
|
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListCatalogsResponse other)
public ListCatalogsResponse.Builder mergeFrom(ListCatalogsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListCatalogsResponse |
| Returns | |
|---|---|
| Type | Description |
ListCatalogsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListCatalogsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListCatalogsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListCatalogsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListCatalogsResponse.Builder |
|
removeCatalogs(int index)
public ListCatalogsResponse.Builder removeCatalogs(int index)The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListCatalogsResponse.Builder |
|
setCatalogs(int index, Catalog value)
public ListCatalogsResponse.Builder setCatalogs(int index, Catalog value)The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Catalog |
| Returns | |
|---|---|
| Type | Description |
ListCatalogsResponse.Builder |
|
setCatalogs(int index, Catalog.Builder builderForValue)
public ListCatalogsResponse.Builder setCatalogs(int index, Catalog.Builder builderForValue)The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Catalog.Builder |
| Returns | |
|---|---|
| Type | Description |
ListCatalogsResponse.Builder |
|
setNextPageToken(String value)
public ListCatalogsResponse.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 |
ListCatalogsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListCatalogsResponse.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 |
ListCatalogsResponse.Builder |
This builder for chaining. |