Class AlloyDBAdminGrpc.AlloyDBAdminBlockingStub

  • Enclosing class:
    AlloyDBAdminGrpc

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

      • createCluster

        public com.google.longrunning.Operation createCluster​(CreateClusterRequest request)
         Creates a new Cluster in a given project and location.
         
      • updateCluster

        public com.google.longrunning.Operation updateCluster​(UpdateClusterRequest request)
         Updates the parameters of a single Cluster.
         
      • deleteCluster

        public com.google.longrunning.Operation deleteCluster​(DeleteClusterRequest request)
         Deletes a single Cluster.
         
      • promoteCluster

        public com.google.longrunning.Operation promoteCluster​(PromoteClusterRequest request)
         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 com.google.longrunning.Operation restoreCluster​(RestoreClusterRequest request)
         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 com.google.longrunning.Operation createSecondaryCluster​(CreateSecondaryClusterRequest request)
         Creates a cluster of type SECONDARY in the given location using
         the primary cluster as the source.
         
      • createInstance

        public com.google.longrunning.Operation createInstance​(CreateInstanceRequest request)
         Creates a new Instance in a given project and location.
         
      • createSecondaryInstance

        public com.google.longrunning.Operation createSecondaryInstance​(CreateSecondaryInstanceRequest request)
         Creates a new SECONDARY Instance in a given project and location.
         
      • batchCreateInstances

        public com.google.longrunning.Operation batchCreateInstances​(BatchCreateInstancesRequest request)
         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 com.google.longrunning.Operation updateInstance​(UpdateInstanceRequest request)
         Updates the parameters of a single Instance.
         
      • deleteInstance

        public com.google.longrunning.Operation deleteInstance​(DeleteInstanceRequest request)
         Deletes a single Instance.
         
      • failoverInstance

        public com.google.longrunning.Operation failoverInstance​(FailoverInstanceRequest request)
         Forces a Failover for a highly available instance.
         Failover promotes the HA standby instance as the new primary.
         Imperative only.
         
      • injectFault

        public com.google.longrunning.Operation injectFault​(InjectFaultRequest request)
         Injects fault in an instance.
         Imperative only.
         
      • restartInstance

        public com.google.longrunning.Operation restartInstance​(RestartInstanceRequest request)
         Restart an Instance in a cluster.
         Imperative only.
         
      • createBackup

        public com.google.longrunning.Operation createBackup​(CreateBackupRequest request)
         Creates a new Backup in a given project and location.
         
      • updateBackup

        public com.google.longrunning.Operation updateBackup​(UpdateBackupRequest request)
         Updates the parameters of a single Backup.
         
      • deleteBackup

        public com.google.longrunning.Operation deleteBackup​(DeleteBackupRequest request)
         Deletes a single Backup.
         
      • generateClientCertificate

        public GenerateClientCertificateResponse generateClientCertificate​(GenerateClientCertificateRequest request)
         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.
         
      • getUser

        public User getUser​(GetUserRequest request)
         Gets details of a single User.
         
      • createUser

        public User createUser​(CreateUserRequest request)
         Creates a new User in a given project, location, and cluster.
         
      • updateUser

        public User updateUser​(UpdateUserRequest request)
         Updates the parameters of a single User.
         
      • deleteUser

        public com.google.protobuf.Empty deleteUser​(DeleteUserRequest request)
         Deletes a single User.