Uses of Class
com.google.bigtable.admin.v2.UpdateAppProfileRequest
-
Packages that use UpdateAppProfileRequest Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.models com.google.cloud.bigtable.admin.v2.stub -
-
Uses of UpdateAppProfileRequest in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return UpdateAppProfileRequest Modifier and Type Method Description UpdateAppProfileRequest
UpdateAppProfileRequest.Builder. build()
UpdateAppProfileRequest
UpdateAppProfileRequest.Builder. buildPartial()
static UpdateAppProfileRequest
UpdateAppProfileRequest. getDefaultInstance()
UpdateAppProfileRequest
UpdateAppProfileRequest.Builder. getDefaultInstanceForType()
UpdateAppProfileRequest
UpdateAppProfileRequest. getDefaultInstanceForType()
static UpdateAppProfileRequest
UpdateAppProfileRequest. parseDelimitedFrom(InputStream input)
static UpdateAppProfileRequest
UpdateAppProfileRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAppProfileRequest
UpdateAppProfileRequest. parseFrom(byte[] data)
static UpdateAppProfileRequest
UpdateAppProfileRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAppProfileRequest
UpdateAppProfileRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateAppProfileRequest
UpdateAppProfileRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAppProfileRequest
UpdateAppProfileRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateAppProfileRequest
UpdateAppProfileRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAppProfileRequest
UpdateAppProfileRequest. parseFrom(InputStream input)
static UpdateAppProfileRequest
UpdateAppProfileRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAppProfileRequest
UpdateAppProfileRequest. parseFrom(ByteBuffer data)
static UpdateAppProfileRequest
UpdateAppProfileRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type UpdateAppProfileRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateAppProfileRequest>
UpdateAppProfileRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateAppProfileRequest,com.google.longrunning.Operation>
BigtableInstanceAdminGrpc. getUpdateAppProfileMethod()
static com.google.protobuf.Parser<UpdateAppProfileRequest>
UpdateAppProfileRequest. parser()
Methods in com.google.bigtable.admin.v2 with parameters of type UpdateAppProfileRequest Modifier and Type Method Description UpdateAppProfileRequest.Builder
UpdateAppProfileRequest.Builder. mergeFrom(UpdateAppProfileRequest other)
static UpdateAppProfileRequest.Builder
UpdateAppProfileRequest. newBuilder(UpdateAppProfileRequest prototype)
default void
BigtableInstanceAdminGrpc.AsyncService. updateAppProfile(UpdateAppProfileRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates an app profile within an instance.com.google.longrunning.Operation
BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub. updateAppProfile(UpdateAppProfileRequest request)
Updates an app profile within an instance.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub. updateAppProfile(UpdateAppProfileRequest request)
Updates an app profile within an instance.void
BigtableInstanceAdminGrpc.BigtableInstanceAdminStub. updateAppProfile(UpdateAppProfileRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates an app profile within an instance. -
Uses of UpdateAppProfileRequest in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return UpdateAppProfileRequest Modifier and Type Method Description UpdateAppProfileRequest
UpdateAppProfileRequest. toProto(String projectId)
Creates the request protobuf. -
Uses of UpdateAppProfileRequest in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type UpdateAppProfileRequest Modifier and Type Method Description com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateAppProfileRequest,AppProfile,UpdateAppProfileMetadata>
BigtableInstanceAdminStubSettings.Builder. updateAppProfileOperationSettings()
Returns the builder for the settings used for calls to updateAppProfile.com.google.api.gax.rpc.OperationCallSettings<UpdateAppProfileRequest,AppProfile,UpdateAppProfileMetadata>
BigtableInstanceAdminStubSettings. updateAppProfileOperationSettings()
Returns the object with the settings used for calls to updateAppProfile.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAppProfileRequest,com.google.longrunning.Operation>
BigtableInstanceAdminStubSettings.Builder. updateAppProfileSettings()
Returns the builder for the settings used for calls to updateAppProfile.com.google.api.gax.rpc.UnaryCallSettings<UpdateAppProfileRequest,com.google.longrunning.Operation>
BigtableInstanceAdminStubSettings. updateAppProfileSettings()
Returns the object with the settings used for calls to updateAppProfile.
-