Uses of Class
com.google.bigtable.admin.v2.Cluster.Builder
-
Uses of Cluster.Builder in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return Cluster.BuilderModifier and TypeMethodDescriptionListClustersResponse.Builder.addClustersBuilder()The list of requested clusters.ListClustersResponse.Builder.addClustersBuilder(int index) The list of requested clusters.Cluster.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Cluster.Builder.clear()Cluster.Builder.clearClusterConfig()Configuration for this cluster.Cluster.Builder.clearConfig()Cluster.Builder.clearDefaultStorageType()Immutable.Cluster.Builder.clearEncryptionConfig()Immutable.Cluster.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Cluster.Builder.clearLocation()Immutable.Cluster.Builder.clearName()The unique name of the cluster.Cluster.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Cluster.Builder.clearServeNodes()The number of nodes allocated to this cluster.Cluster.Builder.clearState()Output only.Cluster.Builder.clone()CreateClusterRequest.Builder.getClusterBuilder()Required.PartialUpdateClusterRequest.Builder.getClusterBuilder()Required.ListClustersResponse.Builder.getClustersBuilder(int index) The list of requested clusters.UpdateClusterMetadata.Builder.getOriginalRequestBuilder()The request that prompted the initiation of this UpdateCluster operation.Cluster.Builder.mergeClusterConfig(Cluster.ClusterConfig value) Configuration for this cluster.Cluster.Builder.mergeEncryptionConfig(Cluster.EncryptionConfig value) Immutable.Cluster.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Cluster.Builder.mergeFrom(com.google.protobuf.Message other) final Cluster.BuilderCluster.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Cluster.BuilderCluster.newBuilder()static Cluster.BuilderCluster.newBuilder(Cluster prototype) Cluster.newBuilderForType()protected Cluster.BuilderCluster.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Cluster.Builder.setClusterConfig(Cluster.ClusterConfig value) Configuration for this cluster.Cluster.Builder.setClusterConfig(Cluster.ClusterConfig.Builder builderForValue) Configuration for this cluster.Cluster.Builder.setDefaultStorageType(StorageType value) Immutable.Cluster.Builder.setDefaultStorageTypeValue(int value) Immutable.Cluster.Builder.setEncryptionConfig(Cluster.EncryptionConfig value) Immutable.Cluster.Builder.setEncryptionConfig(Cluster.EncryptionConfig.Builder builderForValue) Immutable.Cluster.Builder.setLocation(String value) Immutable.Cluster.Builder.setLocationBytes(com.google.protobuf.ByteString value) Immutable.The unique name of the cluster.Cluster.Builder.setNameBytes(com.google.protobuf.ByteString value) The unique name of the cluster.Cluster.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Cluster.Builder.setServeNodes(int value) The number of nodes allocated to this cluster.Cluster.Builder.setState(Cluster.State value) Output only.Cluster.Builder.setStateValue(int value) Output only.final Cluster.BuilderCluster.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Cluster.toBuilder()Methods in com.google.bigtable.admin.v2 that return types with arguments of type Cluster.BuilderModifier and TypeMethodDescriptionListClustersResponse.Builder.getClustersBuilderList()The list of requested clusters.Methods in com.google.bigtable.admin.v2 with parameters of type Cluster.BuilderModifier and TypeMethodDescriptionListClustersResponse.Builder.addClusters(int index, Cluster.Builder builderForValue) The list of requested clusters.ListClustersResponse.Builder.addClusters(Cluster.Builder builderForValue) The list of requested clusters.CreateClusterRequest.Builder.setCluster(Cluster.Builder builderForValue) Required.PartialUpdateClusterRequest.Builder.setCluster(Cluster.Builder builderForValue) Required.ListClustersResponse.Builder.setClusters(int index, Cluster.Builder builderForValue) The list of requested clusters.UpdateClusterMetadata.Builder.setOriginalRequest(Cluster.Builder builderForValue) The request that prompted the initiation of this UpdateCluster operation.