Interface AlloyDBAdminGrpc.AsyncService

    • Method Detail

      • getCluster

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

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

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

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

        default 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

        default 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

        default 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

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

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

        default 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

        default 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

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

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

        default 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

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

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

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

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

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

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

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

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

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

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

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

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