public interface ListHiveCatalogsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCatalogs(int index)
public abstract HiveCatalog getCatalogs(int index)Output only. The catalogs from the specified project.
repeated .google.cloud.biglake.hive.v1beta.HiveCatalog catalogs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
HiveCatalog |
|
getCatalogsCount()
public abstract int getCatalogsCount()Output only. The catalogs from the specified project.
repeated .google.cloud.biglake.hive.v1beta.HiveCatalog catalogs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getCatalogsList()
public abstract List<HiveCatalog> getCatalogsList()Output only. The catalogs from the specified project.
repeated .google.cloud.biglake.hive.v1beta.HiveCatalog catalogs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<HiveCatalog> |
|
getCatalogsOrBuilder(int index)
public abstract HiveCatalogOrBuilder getCatalogsOrBuilder(int index)Output only. The catalogs from the specified project.
repeated .google.cloud.biglake.hive.v1beta.HiveCatalog catalogs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
HiveCatalogOrBuilder |
|
getCatalogsOrBuilderList()
public abstract List<? extends HiveCatalogOrBuilder> getCatalogsOrBuilderList()Output only. The catalogs from the specified project.
repeated .google.cloud.biglake.hive.v1beta.HiveCatalog catalogs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.biglake.hive.v1beta.HiveCatalogOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() Output only. 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 [(.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. If non-empty, the result set might be incomplete.
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. If non-empty, the result set might be incomplete.
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. If non-empty, the result set might be incomplete.
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. If non-empty, the result set might be incomplete.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the unreachable. |