Class AlloyDBAdminGrpc.AlloyDBAdminStub

  • Enclosing class:
    AlloyDBAdminGrpc

    public static final class AlloyDBAdminGrpc.AlloyDBAdminStub
    extends io.grpc.stub.AbstractAsyncStub<AlloyDBAdminGrpc.AlloyDBAdminStub>
    A stub to allow clients to do asynchronous rpc calls to service AlloyDBAdmin.
     Service describing handlers for resources
     
    • Method Detail

      • getCluster

        public void getCluster​(GetClusterRequest request,
                               io.grpc.stub.StreamObserver<Cluster> responseObserver)
         Gets details of a single Cluster.
         
      • createCluster

        public void createCluster​(CreateClusterRequest request,
                                  io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Creates a new Cluster in a given project and location.
         
      • updateCluster

        public void updateCluster​(UpdateClusterRequest request,
                                  io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Updates the parameters of a single Cluster.
         
      • deleteCluster

        public void deleteCluster​(DeleteClusterRequest request,
                                  io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Deletes a single Cluster.
         
      • promoteCluster

        public void promoteCluster​(PromoteClusterRequest request,
                                   io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Promotes a SECONDARY cluster. This turns down replication
         from the PRIMARY cluster and promotes a secondary cluster
         into its own standalone cluster.
         Imperative only.
         
      • restoreCluster

        public void restoreCluster​(RestoreClusterRequest request,
                                   io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Creates a new Cluster in a given project and location, with a volume
         restored from the provided source, either a backup ID or a point-in-time
         and a source cluster.
         
      • createSecondaryCluster

        public void createSecondaryCluster​(CreateSecondaryClusterRequest request,
                                           io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Creates a cluster of type SECONDARY in the given location using
         the primary cluster as the source.
         
      • getInstance

        public void getInstance​(GetInstanceRequest request,
                                io.grpc.stub.StreamObserver<Instance> responseObserver)
         Gets details of a single Instance.
         
      • createInstance

        public void createInstance​(CreateInstanceRequest request,
                                   io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Creates a new Instance in a given project and location.
         
      • createSecondaryInstance

        public void createSecondaryInstance​(CreateSecondaryInstanceRequest request,
                                            io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Creates a new SECONDARY Instance in a given project and location.
         
      • batchCreateInstances

        public void batchCreateInstances​(BatchCreateInstancesRequest request,
                                         io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Creates new instances under the given project, location and cluster.
         There can be only one primary instance in a cluster. If the primary
         instance exists in the cluster as well as this request, then API will
         throw an error.
         The primary instance should exist before any read pool instance is
         created. If the primary instance is a part of the request payload, then
         the API will take care of creating instances in the correct order.
         This method is here to support Google-internal use cases, and is not meant
         for external customers to consume. Please do not start relying on it; its
         behavior is subject to change without notice.
         
      • updateInstance

        public void updateInstance​(UpdateInstanceRequest request,
                                   io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Updates the parameters of a single Instance.
         
      • deleteInstance

        public void deleteInstance​(DeleteInstanceRequest request,
                                   io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Deletes a single Instance.
         
      • failoverInstance

        public void failoverInstance​(FailoverInstanceRequest request,
                                     io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Forces a Failover for a highly available instance.
         Failover promotes the HA standby instance as the new primary.
         Imperative only.
         
      • injectFault

        public void injectFault​(InjectFaultRequest request,
                                io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Injects fault in an instance.
         Imperative only.
         
      • restartInstance

        public void restartInstance​(RestartInstanceRequest request,
                                    io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Restart an Instance in a cluster.
         Imperative only.
         
      • listBackups

        public void listBackups​(ListBackupsRequest request,
                                io.grpc.stub.StreamObserver<ListBackupsResponse> responseObserver)
         Lists Backups in a given project and location.
         
      • getBackup

        public void getBackup​(GetBackupRequest request,
                              io.grpc.stub.StreamObserver<Backup> responseObserver)
         Gets details of a single Backup.
         
      • createBackup

        public void createBackup​(CreateBackupRequest request,
                                 io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Creates a new Backup in a given project and location.
         
      • updateBackup

        public void updateBackup​(UpdateBackupRequest request,
                                 io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Updates the parameters of a single Backup.
         
      • deleteBackup

        public void deleteBackup​(DeleteBackupRequest request,
                                 io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Deletes a single Backup.
         
      • generateClientCertificate

        public void generateClientCertificate​(GenerateClientCertificateRequest request,
                                              io.grpc.stub.StreamObserver<GenerateClientCertificateResponse> responseObserver)
         Generate a client certificate signed by a Cluster CA.
         The sole purpose of this endpoint is to support AlloyDB connectors and the
         Auth Proxy client. The endpoint's behavior is subject to change without
         notice, so do not rely on its behavior remaining constant. Future changes
         will not break AlloyDB connectors or the Auth Proxy client.
         
      • getConnectionInfo

        public void getConnectionInfo​(GetConnectionInfoRequest request,
                                      io.grpc.stub.StreamObserver<ConnectionInfo> responseObserver)
         Get instance metadata used for a connection.
         
      • listUsers

        public void listUsers​(ListUsersRequest request,
                              io.grpc.stub.StreamObserver<ListUsersResponse> responseObserver)
         Lists Users in a given project and location.
         
      • getUser

        public void getUser​(GetUserRequest request,
                            io.grpc.stub.StreamObserver<User> responseObserver)
         Gets details of a single User.
         
      • createUser

        public void createUser​(CreateUserRequest request,
                               io.grpc.stub.StreamObserver<User> responseObserver)
         Creates a new User in a given project, location, and cluster.
         
      • updateUser

        public void updateUser​(UpdateUserRequest request,
                               io.grpc.stub.StreamObserver<User> responseObserver)
         Updates the parameters of a single User.
         
      • deleteUser

        public void deleteUser​(DeleteUserRequest request,
                               io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
         Deletes a single User.