public static final class ListCatalogsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListCatalogsResponse.Builder> implements ListCatalogsResponseOrBuilder
Response message for the ListCatalogs method.Protobuf type
google.cloud.bigquery.biglake.v1.ListCatalogsResponse| Modifier and Type | Method and Description |
|---|---|
ListCatalogsResponse.Builder |
addAllCatalogs(Iterable<? extends Catalog> values)
The catalogs from the specified project.
|
ListCatalogsResponse.Builder |
addCatalogs(Catalog.Builder builderForValue)
The catalogs from the specified project.
|
ListCatalogsResponse.Builder |
addCatalogs(Catalog value)
The catalogs from the specified project.
|
ListCatalogsResponse.Builder |
addCatalogs(int index,
Catalog.Builder builderForValue)
The catalogs from the specified project.
|
ListCatalogsResponse.Builder |
addCatalogs(int index,
Catalog value)
The catalogs from the specified project.
|
Catalog.Builder |
addCatalogsBuilder()
The catalogs from the specified project.
|
Catalog.Builder |
addCatalogsBuilder(int index)
The catalogs from the specified project.
|
ListCatalogsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListCatalogsResponse |
build() |
ListCatalogsResponse |
buildPartial() |
ListCatalogsResponse.Builder |
clear() |
ListCatalogsResponse.Builder |
clearCatalogs()
The catalogs from the specified project.
|
ListCatalogsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListCatalogsResponse.Builder |
clearNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
ListCatalogsResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListCatalogsResponse.Builder |
clone() |
Catalog |
getCatalogs(int index)
The catalogs from the specified project.
|
Catalog.Builder |
getCatalogsBuilder(int index)
The catalogs from the specified project.
|
List<Catalog.Builder> |
getCatalogsBuilderList()
The catalogs from the specified project.
|
int |
getCatalogsCount()
The catalogs from the specified project.
|
List<Catalog> |
getCatalogsList()
The catalogs from the specified project.
|
CatalogOrBuilder |
getCatalogsOrBuilder(int index)
The catalogs from the specified project.
|
List<? extends CatalogOrBuilder> |
getCatalogsOrBuilderList()
The catalogs from the specified project.
|
ListCatalogsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListCatalogsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListCatalogsResponse.Builder |
mergeFrom(ListCatalogsResponse other) |
ListCatalogsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListCatalogsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListCatalogsResponse.Builder |
removeCatalogs(int index)
The catalogs from the specified project.
|
ListCatalogsResponse.Builder |
setCatalogs(int index,
Catalog.Builder builderForValue)
The catalogs from the specified project.
|
ListCatalogsResponse.Builder |
setCatalogs(int index,
Catalog value)
The catalogs from the specified project.
|
ListCatalogsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListCatalogsResponse.Builder |
setNextPageToken(String value)
A token, which can be sent as `page_token` to retrieve the next page.
|
ListCatalogsResponse.Builder |
setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token, which can be sent as `page_token` to retrieve the next page.
|
ListCatalogsResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListCatalogsResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListCatalogsResponse.Builder>public ListCatalogsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListCatalogsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListCatalogsResponse.Builder>public ListCatalogsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListCatalogsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListCatalogsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListCatalogsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListCatalogsResponse.Builder>public ListCatalogsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ListCatalogsResponse.Builder>public ListCatalogsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListCatalogsResponse.Builder>public ListCatalogsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListCatalogsResponse.Builder>public ListCatalogsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListCatalogsResponse.Builder>public ListCatalogsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListCatalogsResponse.Builder>public ListCatalogsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListCatalogsResponse.Builder>public ListCatalogsResponse.Builder mergeFrom(ListCatalogsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListCatalogsResponse.Builder>public ListCatalogsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListCatalogsResponse.Builder>IOExceptionpublic List<Catalog> getCatalogsList()
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;getCatalogsList in interface ListCatalogsResponseOrBuilderpublic int getCatalogsCount()
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;getCatalogsCount in interface ListCatalogsResponseOrBuilderpublic Catalog getCatalogs(int index)
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;getCatalogs in interface ListCatalogsResponseOrBuilderpublic ListCatalogsResponse.Builder setCatalogs(int index, Catalog value)
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;public ListCatalogsResponse.Builder setCatalogs(int index, Catalog.Builder builderForValue)
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;public ListCatalogsResponse.Builder addCatalogs(Catalog value)
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;public ListCatalogsResponse.Builder addCatalogs(int index, Catalog value)
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;public ListCatalogsResponse.Builder addCatalogs(Catalog.Builder builderForValue)
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;public ListCatalogsResponse.Builder addCatalogs(int index, Catalog.Builder builderForValue)
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;public ListCatalogsResponse.Builder addAllCatalogs(Iterable<? extends Catalog> values)
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;public ListCatalogsResponse.Builder clearCatalogs()
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;public ListCatalogsResponse.Builder removeCatalogs(int index)
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;public Catalog.Builder getCatalogsBuilder(int index)
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;public CatalogOrBuilder getCatalogsOrBuilder(int index)
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;getCatalogsOrBuilder in interface ListCatalogsResponseOrBuilderpublic List<? extends CatalogOrBuilder> getCatalogsOrBuilderList()
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;getCatalogsOrBuilderList in interface ListCatalogsResponseOrBuilderpublic Catalog.Builder addCatalogsBuilder()
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;public Catalog.Builder addCatalogsBuilder(int index)
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;public List<Catalog.Builder> getCatalogsBuilderList()
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;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;getNextPageToken in interface ListCatalogsResponseOrBuilderpublic com.google.protobuf.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;getNextPageTokenBytes in interface ListCatalogsResponseOrBuilderpublic 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;value - The nextPageToken to set.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;public ListCatalogsResponse.Builder setNextPageTokenBytes(com.google.protobuf.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;value - The bytes for nextPageToken to set.public final ListCatalogsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListCatalogsResponse.Builder>public final ListCatalogsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListCatalogsResponse.Builder>Copyright © 2023 Google LLC. All rights reserved.