- 0.66.0 (latest)
- 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 ListIcebergCatalogsResponse.Builder extends GeneratedMessageV3.Builder<ListIcebergCatalogsResponse.Builder> implements ListIcebergCatalogsResponseOrBuilder The response message for the ListIcebergCatalogs API.
Protobuf type google.cloud.biglake.v1.ListIcebergCatalogsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListIcebergCatalogsResponse.BuilderImplements
ListIcebergCatalogsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllIcebergCatalogs(Iterable<? extends IcebergCatalog> values)
public ListIcebergCatalogsResponse.Builder addAllIcebergCatalogs(Iterable<? extends IcebergCatalog> values)Output only. The list of iceberg catalogs.
repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.biglake.v1.IcebergCatalog> |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
addAllUnreachable(Iterable<String> values)
public ListIcebergCatalogsResponse.Builder addAllUnreachable(Iterable<String> values)Output only. The list of unreachable cloud regions for router fanout.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The unreachable to add. |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
This builder for chaining. |
addIcebergCatalogs(IcebergCatalog value)
public ListIcebergCatalogsResponse.Builder addIcebergCatalogs(IcebergCatalog value)Output only. The list of iceberg catalogs.
repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
IcebergCatalog |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
addIcebergCatalogs(IcebergCatalog.Builder builderForValue)
public ListIcebergCatalogsResponse.Builder addIcebergCatalogs(IcebergCatalog.Builder builderForValue)Output only. The list of iceberg catalogs.
repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
IcebergCatalog.Builder |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
addIcebergCatalogs(int index, IcebergCatalog value)
public ListIcebergCatalogsResponse.Builder addIcebergCatalogs(int index, IcebergCatalog value)Output only. The list of iceberg catalogs.
repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
IcebergCatalog |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
addIcebergCatalogs(int index, IcebergCatalog.Builder builderForValue)
public ListIcebergCatalogsResponse.Builder addIcebergCatalogs(int index, IcebergCatalog.Builder builderForValue)Output only. The list of iceberg catalogs.
repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
IcebergCatalog.Builder |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
addIcebergCatalogsBuilder()
public IcebergCatalog.Builder addIcebergCatalogsBuilder()Output only. The list of iceberg catalogs.
repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
IcebergCatalog.Builder |
|
addIcebergCatalogsBuilder(int index)
public IcebergCatalog.Builder addIcebergCatalogsBuilder(int index)Output only. The list of iceberg catalogs.
repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
IcebergCatalog.Builder |
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListIcebergCatalogsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
addUnreachable(String value)
public ListIcebergCatalogsResponse.Builder addUnreachable(String value)Output only. The list of unreachable cloud regions for router fanout.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe unreachable to add. |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
This builder for chaining. |
addUnreachableBytes(ByteString value)
public ListIcebergCatalogsResponse.Builder addUnreachableBytes(ByteString value)Output only. The list of unreachable cloud regions for router fanout.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the unreachable to add. |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
This builder for chaining. |
build()
public ListIcebergCatalogsResponse build()| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse |
|
buildPartial()
public ListIcebergCatalogsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse |
|
clear()
public ListIcebergCatalogsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public ListIcebergCatalogsResponse.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
clearIcebergCatalogs()
public ListIcebergCatalogsResponse.Builder clearIcebergCatalogs()Output only. The list of iceberg catalogs.
repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
clearNextPageToken()
public ListIcebergCatalogsResponse.Builder clearNextPageToken()Output only. The next page token for pagination.
string next_page_token = 2 [json_name = "next-page-token", (.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListIcebergCatalogsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
clearUnreachable()
public ListIcebergCatalogsResponse.Builder clearUnreachable()Output only. The list of unreachable cloud regions for router fanout.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
This builder for chaining. |
clone()
public ListIcebergCatalogsResponse.Builder clone()| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
getDefaultInstanceForType()
public ListIcebergCatalogsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIcebergCatalogs(int index)
public IcebergCatalog getIcebergCatalogs(int index)Output only. The list of iceberg catalogs.
repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
IcebergCatalog |
|
getIcebergCatalogsBuilder(int index)
public IcebergCatalog.Builder getIcebergCatalogsBuilder(int index)Output only. The list of iceberg catalogs.
repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
IcebergCatalog.Builder |
|
getIcebergCatalogsBuilderList()
public List<IcebergCatalog.Builder> getIcebergCatalogsBuilderList()Output only. The list of iceberg catalogs.
repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getIcebergCatalogsCount()
public int getIcebergCatalogsCount()Output only. The list of iceberg catalogs.
repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getIcebergCatalogsList()
public List<IcebergCatalog> getIcebergCatalogsList()Output only. The list of iceberg catalogs.
repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<IcebergCatalog> |
|
getIcebergCatalogsOrBuilder(int index)
public IcebergCatalogOrBuilder getIcebergCatalogsOrBuilder(int index)Output only. The list of iceberg catalogs.
repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
IcebergCatalogOrBuilder |
|
getIcebergCatalogsOrBuilderList()
public List<? extends IcebergCatalogOrBuilder> getIcebergCatalogsOrBuilderList()Output only. The list of iceberg catalogs.
repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.biglake.v1.IcebergCatalogOrBuilder> |
|
getNextPageToken()
public String getNextPageToken()Output only. The next page token for pagination.
string next_page_token = 2 [json_name = "next-page-token", (.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()Output only. The next page token for pagination.
string next_page_token = 2 [json_name = "next-page-token", (.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getUnreachable(int index)
public String getUnreachable(int index)Output only. The list of unreachable cloud regions for router fanout.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The unreachable at the given index. |
getUnreachableBytes(int index)
public ByteString getUnreachableBytes(int index)Output only. The list of unreachable cloud regions for router fanout.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the unreachable at the given index. |
getUnreachableCount()
public int getUnreachableCount()Output only. The list of unreachable cloud regions for router fanout.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The count of unreachable. |
getUnreachableList()
public ProtocolStringList getUnreachableList()Output only. The list of unreachable cloud regions for router fanout.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the unreachable. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListIcebergCatalogsResponse other)
public ListIcebergCatalogsResponse.Builder mergeFrom(ListIcebergCatalogsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListIcebergCatalogsResponse |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListIcebergCatalogsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListIcebergCatalogsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListIcebergCatalogsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
removeIcebergCatalogs(int index)
public ListIcebergCatalogsResponse.Builder removeIcebergCatalogs(int index)Output only. The list of iceberg catalogs.
repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListIcebergCatalogsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
setIcebergCatalogs(int index, IcebergCatalog value)
public ListIcebergCatalogsResponse.Builder setIcebergCatalogs(int index, IcebergCatalog value)Output only. The list of iceberg catalogs.
repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
IcebergCatalog |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
setIcebergCatalogs(int index, IcebergCatalog.Builder builderForValue)
public ListIcebergCatalogsResponse.Builder setIcebergCatalogs(int index, IcebergCatalog.Builder builderForValue)Output only. The list of iceberg catalogs.
repeated .google.cloud.biglake.v1.IcebergCatalog iceberg_catalogs = 1 [json_name = "iceberg-catalogs", (.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
IcebergCatalog.Builder |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
setNextPageToken(String value)
public ListIcebergCatalogsResponse.Builder setNextPageToken(String value)Output only. The next page token for pagination.
string next_page_token = 2 [json_name = "next-page-token", (.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListIcebergCatalogsResponse.Builder setNextPageTokenBytes(ByteString value)Output only. The next page token for pagination.
string next_page_token = 2 [json_name = "next-page-token", (.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListIcebergCatalogsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ListIcebergCatalogsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
|
setUnreachable(int index, String value)
public ListIcebergCatalogsResponse.Builder setUnreachable(int index, String value)Output only. The list of unreachable cloud regions for router fanout.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe unreachable to set. |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsResponse.Builder |
This builder for chaining. |