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