Package com.google.cloud.alloydb.v1alpha
Class AlloyDBAdminGrpc
- java.lang.Object
-
- com.google.cloud.alloydb.v1alpha.AlloyDBAdminGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/alloydb/v1alpha/service.proto") public final class AlloyDBAdminGrpc extends Object
Service describing handlers for resources
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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 servicestatic AlloyDBAdminGrpc.AlloyDBAdminFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AlloyDBAdminGrpc.AlloyDBAdminStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListClustersMethod
public static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod()
-
getGetClusterMethod
public static io.grpc.MethodDescriptor<GetClusterRequest,Cluster> getGetClusterMethod()
-
getCreateClusterMethod
public static io.grpc.MethodDescriptor<CreateClusterRequest,com.google.longrunning.Operation> getCreateClusterMethod()
-
getUpdateClusterMethod
public static io.grpc.MethodDescriptor<UpdateClusterRequest,com.google.longrunning.Operation> getUpdateClusterMethod()
-
getDeleteClusterMethod
public static io.grpc.MethodDescriptor<DeleteClusterRequest,com.google.longrunning.Operation> getDeleteClusterMethod()
-
getPromoteClusterMethod
public static io.grpc.MethodDescriptor<PromoteClusterRequest,com.google.longrunning.Operation> getPromoteClusterMethod()
-
getRestoreClusterMethod
public static io.grpc.MethodDescriptor<RestoreClusterRequest,com.google.longrunning.Operation> getRestoreClusterMethod()
-
getCreateSecondaryClusterMethod
public static io.grpc.MethodDescriptor<CreateSecondaryClusterRequest,com.google.longrunning.Operation> getCreateSecondaryClusterMethod()
-
getListInstancesMethod
public static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
-
getGetInstanceMethod
public static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
-
getCreateInstanceMethod
public static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation> getCreateInstanceMethod()
-
getCreateSecondaryInstanceMethod
public static io.grpc.MethodDescriptor<CreateSecondaryInstanceRequest,com.google.longrunning.Operation> getCreateSecondaryInstanceMethod()
-
getBatchCreateInstancesMethod
public static io.grpc.MethodDescriptor<BatchCreateInstancesRequest,com.google.longrunning.Operation> getBatchCreateInstancesMethod()
-
getUpdateInstanceMethod
public static io.grpc.MethodDescriptor<UpdateInstanceRequest,com.google.longrunning.Operation> getUpdateInstanceMethod()
-
getDeleteInstanceMethod
public static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.longrunning.Operation> getDeleteInstanceMethod()
-
getFailoverInstanceMethod
public static io.grpc.MethodDescriptor<FailoverInstanceRequest,com.google.longrunning.Operation> getFailoverInstanceMethod()
-
getInjectFaultMethod
public static io.grpc.MethodDescriptor<InjectFaultRequest,com.google.longrunning.Operation> getInjectFaultMethod()
-
getRestartInstanceMethod
public static io.grpc.MethodDescriptor<RestartInstanceRequest,com.google.longrunning.Operation> getRestartInstanceMethod()
-
getListBackupsMethod
public static io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse> getListBackupsMethod()
-
getGetBackupMethod
public static io.grpc.MethodDescriptor<GetBackupRequest,Backup> getGetBackupMethod()
-
getCreateBackupMethod
public static io.grpc.MethodDescriptor<CreateBackupRequest,com.google.longrunning.Operation> getCreateBackupMethod()
-
getUpdateBackupMethod
public static io.grpc.MethodDescriptor<UpdateBackupRequest,com.google.longrunning.Operation> getUpdateBackupMethod()
-
getDeleteBackupMethod
public static io.grpc.MethodDescriptor<DeleteBackupRequest,com.google.longrunning.Operation> getDeleteBackupMethod()
-
getListSupportedDatabaseFlagsMethod
public static io.grpc.MethodDescriptor<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse> getListSupportedDatabaseFlagsMethod()
-
getGenerateClientCertificateMethod
public static io.grpc.MethodDescriptor<GenerateClientCertificateRequest,GenerateClientCertificateResponse> getGenerateClientCertificateMethod()
-
getGetConnectionInfoMethod
public static io.grpc.MethodDescriptor<GetConnectionInfoRequest,ConnectionInfo> getGetConnectionInfoMethod()
-
getListUsersMethod
public static io.grpc.MethodDescriptor<ListUsersRequest,ListUsersResponse> getListUsersMethod()
-
getGetUserMethod
public static io.grpc.MethodDescriptor<GetUserRequest,User> getGetUserMethod()
-
getCreateUserMethod
public static io.grpc.MethodDescriptor<CreateUserRequest,User> getCreateUserMethod()
-
getUpdateUserMethod
public static io.grpc.MethodDescriptor<UpdateUserRequest,User> getUpdateUserMethod()
-
getDeleteUserMethod
public static io.grpc.MethodDescriptor<DeleteUserRequest,com.google.protobuf.Empty> getDeleteUserMethod()
-
newStub
public static AlloyDBAdminGrpc.AlloyDBAdminStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AlloyDBAdminGrpc.AlloyDBAdminBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AlloyDBAdminGrpc.AlloyDBAdminFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(AlloyDBAdminGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-