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