public interface CloudBigtableInstanceSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CloudBigtableInstanceSpec.CloudBigtableClusterSpec |
getCloudBigtableClusterSpecs(int index)
The list of clusters for the Instance.
|
int |
getCloudBigtableClusterSpecsCount()
The list of clusters for the Instance.
|
List<CloudBigtableInstanceSpec.CloudBigtableClusterSpec> |
getCloudBigtableClusterSpecsList()
The list of clusters for the Instance.
|
CloudBigtableInstanceSpec.CloudBigtableClusterSpecOrBuilder |
getCloudBigtableClusterSpecsOrBuilder(int index)
The list of clusters for the Instance.
|
List<? extends CloudBigtableInstanceSpec.CloudBigtableClusterSpecOrBuilder> |
getCloudBigtableClusterSpecsOrBuilderList()
The list of clusters for the Instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<CloudBigtableInstanceSpec.CloudBigtableClusterSpec> getCloudBigtableClusterSpecsList()
The list of clusters for the Instance.
repeated .google.cloud.datacatalog.v1.CloudBigtableInstanceSpec.CloudBigtableClusterSpec cloud_bigtable_cluster_specs = 1;
CloudBigtableInstanceSpec.CloudBigtableClusterSpec getCloudBigtableClusterSpecs(int index)
The list of clusters for the Instance.
repeated .google.cloud.datacatalog.v1.CloudBigtableInstanceSpec.CloudBigtableClusterSpec cloud_bigtable_cluster_specs = 1;
int getCloudBigtableClusterSpecsCount()
The list of clusters for the Instance.
repeated .google.cloud.datacatalog.v1.CloudBigtableInstanceSpec.CloudBigtableClusterSpec cloud_bigtable_cluster_specs = 1;
List<? extends CloudBigtableInstanceSpec.CloudBigtableClusterSpecOrBuilder> getCloudBigtableClusterSpecsOrBuilderList()
The list of clusters for the Instance.
repeated .google.cloud.datacatalog.v1.CloudBigtableInstanceSpec.CloudBigtableClusterSpec cloud_bigtable_cluster_specs = 1;
CloudBigtableInstanceSpec.CloudBigtableClusterSpecOrBuilder getCloudBigtableClusterSpecsOrBuilder(int index)
The list of clusters for the Instance.
repeated .google.cloud.datacatalog.v1.CloudBigtableInstanceSpec.CloudBigtableClusterSpec cloud_bigtable_cluster_specs = 1;
Copyright © 2023 Google LLC. All rights reserved.