public interface ListIcebergCatalogsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIcebergCatalogs(int index)
public abstract 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 |
|
getIcebergCatalogsCount()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract List<String> 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 |
List<String> |
A list containing the unreachable. |