@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/alloydb/v1beta/service.proto") public final class AlloyDBAdminGrpc extends Object
Service describing handlers for resources
| Modifier and Type | Class and Description |
|---|---|
static class |
AlloyDBAdminGrpc.AlloyDBAdminBlockingStub
A stub to allow clients to do synchronous rpc calls to service AlloyDBAdmin.
|
static class |
AlloyDBAdminGrpc.AlloyDBAdminFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service AlloyDBAdmin.
|
static class |
AlloyDBAdminGrpc.AlloyDBAdminImplBase
Base class for the server implementation of the service AlloyDBAdmin.
|
static class |
AlloyDBAdminGrpc.AlloyDBAdminStub
A stub to allow clients to do asynchronous rpc calls to service AlloyDBAdmin.
|
static interface |
AlloyDBAdminGrpc.AsyncService
Service describing handlers for resources
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(AlloyDBAdminGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<BatchCreateInstancesRequest,com.google.longrunning.Operation> |
getBatchCreateInstancesMethod() |
static io.grpc.MethodDescriptor<CreateBackupRequest,com.google.longrunning.Operation> |
getCreateBackupMethod() |
static io.grpc.MethodDescriptor<CreateClusterRequest,com.google.longrunning.Operation> |
getCreateClusterMethod() |
static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation> |
getCreateInstanceMethod() |
static io.grpc.MethodDescriptor<CreateSecondaryClusterRequest,com.google.longrunning.Operation> |
getCreateSecondaryClusterMethod() |
static io.grpc.MethodDescriptor<CreateSecondaryInstanceRequest,com.google.longrunning.Operation> |
getCreateSecondaryInstanceMethod() |
static io.grpc.MethodDescriptor<CreateUserRequest,User> |
getCreateUserMethod() |
static io.grpc.MethodDescriptor<DeleteBackupRequest,com.google.longrunning.Operation> |
getDeleteBackupMethod() |
static io.grpc.MethodDescriptor<DeleteClusterRequest,com.google.longrunning.Operation> |
getDeleteClusterMethod() |
static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.longrunning.Operation> |
getDeleteInstanceMethod() |
static io.grpc.MethodDescriptor<DeleteUserRequest,com.google.protobuf.Empty> |
getDeleteUserMethod() |
static io.grpc.MethodDescriptor<FailoverInstanceRequest,com.google.longrunning.Operation> |
getFailoverInstanceMethod() |
static io.grpc.MethodDescriptor<GenerateClientCertificateRequest,GenerateClientCertificateResponse> |
getGenerateClientCertificateMethod() |
static io.grpc.MethodDescriptor<GetBackupRequest,Backup> |
getGetBackupMethod() |
static io.grpc.MethodDescriptor<GetClusterRequest,Cluster> |
getGetClusterMethod() |
static io.grpc.MethodDescriptor<GetConnectionInfoRequest,ConnectionInfo> |
getGetConnectionInfoMethod() |
static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> |
getGetInstanceMethod() |
static io.grpc.MethodDescriptor<GetUserRequest,User> |
getGetUserMethod() |
static io.grpc.MethodDescriptor<InjectFaultRequest,com.google.longrunning.Operation> |
getInjectFaultMethod() |
static io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse> |
getListBackupsMethod() |
static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> |
getListClustersMethod() |
static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> |
getListInstancesMethod() |
static io.grpc.MethodDescriptor<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse> |
getListSupportedDatabaseFlagsMethod() |
static io.grpc.MethodDescriptor<ListUsersRequest,ListUsersResponse> |
getListUsersMethod() |
static io.grpc.MethodDescriptor<PromoteClusterRequest,com.google.longrunning.Operation> |
getPromoteClusterMethod() |
static io.grpc.MethodDescriptor<RestartInstanceRequest,com.google.longrunning.Operation> |
getRestartInstanceMethod() |
static io.grpc.MethodDescriptor<RestoreClusterRequest,com.google.longrunning.Operation> |
getRestoreClusterMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateBackupRequest,com.google.longrunning.Operation> |
getUpdateBackupMethod() |
static io.grpc.MethodDescriptor<UpdateClusterRequest,com.google.longrunning.Operation> |
getUpdateClusterMethod() |
static io.grpc.MethodDescriptor<UpdateInstanceRequest,com.google.longrunning.Operation> |
getUpdateInstanceMethod() |
static io.grpc.MethodDescriptor<UpdateUserRequest,User> |
getUpdateUserMethod() |
static AlloyDBAdminGrpc.AlloyDBAdminBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static AlloyDBAdminGrpc.AlloyDBAdminFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static AlloyDBAdminGrpc.AlloyDBAdminStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod()
public static io.grpc.MethodDescriptor<GetClusterRequest,Cluster> getGetClusterMethod()
public static io.grpc.MethodDescriptor<CreateClusterRequest,com.google.longrunning.Operation> getCreateClusterMethod()
public static io.grpc.MethodDescriptor<UpdateClusterRequest,com.google.longrunning.Operation> getUpdateClusterMethod()
public static io.grpc.MethodDescriptor<DeleteClusterRequest,com.google.longrunning.Operation> getDeleteClusterMethod()
public static io.grpc.MethodDescriptor<PromoteClusterRequest,com.google.longrunning.Operation> getPromoteClusterMethod()
public static io.grpc.MethodDescriptor<RestoreClusterRequest,com.google.longrunning.Operation> getRestoreClusterMethod()
public static io.grpc.MethodDescriptor<CreateSecondaryClusterRequest,com.google.longrunning.Operation> getCreateSecondaryClusterMethod()
public static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
public static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
public static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation> getCreateInstanceMethod()
public static io.grpc.MethodDescriptor<CreateSecondaryInstanceRequest,com.google.longrunning.Operation> getCreateSecondaryInstanceMethod()
public static io.grpc.MethodDescriptor<BatchCreateInstancesRequest,com.google.longrunning.Operation> getBatchCreateInstancesMethod()
public static io.grpc.MethodDescriptor<UpdateInstanceRequest,com.google.longrunning.Operation> getUpdateInstanceMethod()
public static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.longrunning.Operation> getDeleteInstanceMethod()
public static io.grpc.MethodDescriptor<FailoverInstanceRequest,com.google.longrunning.Operation> getFailoverInstanceMethod()
public static io.grpc.MethodDescriptor<InjectFaultRequest,com.google.longrunning.Operation> getInjectFaultMethod()
public static io.grpc.MethodDescriptor<RestartInstanceRequest,com.google.longrunning.Operation> getRestartInstanceMethod()
public static io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse> getListBackupsMethod()
public static io.grpc.MethodDescriptor<GetBackupRequest,Backup> getGetBackupMethod()
public static io.grpc.MethodDescriptor<CreateBackupRequest,com.google.longrunning.Operation> getCreateBackupMethod()
public static io.grpc.MethodDescriptor<UpdateBackupRequest,com.google.longrunning.Operation> getUpdateBackupMethod()
public static io.grpc.MethodDescriptor<DeleteBackupRequest,com.google.longrunning.Operation> getDeleteBackupMethod()
public static io.grpc.MethodDescriptor<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse> getListSupportedDatabaseFlagsMethod()
public static io.grpc.MethodDescriptor<GenerateClientCertificateRequest,GenerateClientCertificateResponse> getGenerateClientCertificateMethod()
public static io.grpc.MethodDescriptor<GetConnectionInfoRequest,ConnectionInfo> getGetConnectionInfoMethod()
public static io.grpc.MethodDescriptor<ListUsersRequest,ListUsersResponse> getListUsersMethod()
public static io.grpc.MethodDescriptor<GetUserRequest,User> getGetUserMethod()
public static io.grpc.MethodDescriptor<CreateUserRequest,User> getCreateUserMethod()
public static io.grpc.MethodDescriptor<UpdateUserRequest,User> getUpdateUserMethod()
public static io.grpc.MethodDescriptor<DeleteUserRequest,com.google.protobuf.Empty> getDeleteUserMethod()
public static AlloyDBAdminGrpc.AlloyDBAdminStub newStub(io.grpc.Channel channel)
public static AlloyDBAdminGrpc.AlloyDBAdminBlockingStub newBlockingStub(io.grpc.Channel channel)
public static AlloyDBAdminGrpc.AlloyDBAdminFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(AlloyDBAdminGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.