Uses of Class
com.google.bigtable.admin.v2.UpdateClusterMetadata
-
Packages that use UpdateClusterMetadata Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of UpdateClusterMetadata in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return UpdateClusterMetadata Modifier and Type Method Description UpdateClusterMetadata
UpdateClusterMetadata.Builder. build()
UpdateClusterMetadata
UpdateClusterMetadata.Builder. buildPartial()
static UpdateClusterMetadata
UpdateClusterMetadata. getDefaultInstance()
UpdateClusterMetadata
UpdateClusterMetadata.Builder. getDefaultInstanceForType()
UpdateClusterMetadata
UpdateClusterMetadata. getDefaultInstanceForType()
static UpdateClusterMetadata
UpdateClusterMetadata. parseDelimitedFrom(InputStream input)
static UpdateClusterMetadata
UpdateClusterMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateClusterMetadata
UpdateClusterMetadata. parseFrom(byte[] data)
static UpdateClusterMetadata
UpdateClusterMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateClusterMetadata
UpdateClusterMetadata. parseFrom(com.google.protobuf.ByteString data)
static UpdateClusterMetadata
UpdateClusterMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateClusterMetadata
UpdateClusterMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateClusterMetadata
UpdateClusterMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateClusterMetadata
UpdateClusterMetadata. parseFrom(InputStream input)
static UpdateClusterMetadata
UpdateClusterMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateClusterMetadata
UpdateClusterMetadata. parseFrom(ByteBuffer data)
static UpdateClusterMetadata
UpdateClusterMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type UpdateClusterMetadata Modifier and Type Method Description com.google.protobuf.Parser<UpdateClusterMetadata>
UpdateClusterMetadata. getParserForType()
static com.google.protobuf.Parser<UpdateClusterMetadata>
UpdateClusterMetadata. parser()
Methods in com.google.bigtable.admin.v2 with parameters of type UpdateClusterMetadata Modifier and Type Method Description UpdateClusterMetadata.Builder
UpdateClusterMetadata.Builder. mergeFrom(UpdateClusterMetadata other)
static UpdateClusterMetadata.Builder
UpdateClusterMetadata. newBuilder(UpdateClusterMetadata prototype)
-
Uses of UpdateClusterMetadata in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type UpdateClusterMetadata Modifier and Type Method Description com.google.api.gax.rpc.OperationCallSettings.Builder<Cluster,Cluster,UpdateClusterMetadata>
BigtableInstanceAdminStubSettings.Builder. updateClusterOperationSettings()
Returns the builder for the settings used for calls to updateCluster.com.google.api.gax.rpc.OperationCallSettings<Cluster,Cluster,UpdateClusterMetadata>
BigtableInstanceAdminStubSettings. updateClusterOperationSettings()
Returns the object with the settings used for calls to updateCluster.
-