AlloyDB API (alloydb:v1)

2023-09-28

2 new methods

Additions

    Methods
  • alloydb.projects.locations.clusters.generateClientCertificate

      Path: v1/{+parent}:generateClientCertificate

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:generateClientCertificate

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. The name of the parent resource. The required format is: * projects/{project}/locations/{location}/clusters/{cluster}

          Pattern: ^projects/[^/]+/locations/[^/]+/clusters/[^/]+$

          Location: path

          Required: Yes

          Type: string

      Parameter Order: parent

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: 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.

  • alloydb.projects.locations.clusters.instances.getConnectionInfo

      Path: v1/{+parent}/connectionInfo

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/instances/{instancesId}/connectionInfo

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. The name of the parent resource. The required format is: projects/{project}/locations/{location}/clusters/{cluster}/instances/{instance}

          Pattern: ^projects/[^/]+/locations/[^/]+/clusters/[^/]+/instances/[^/]+$

          Location: path

          Required: Yes

          Type: string

        requestId

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location: query

          Type: string

      Parameter Order: parent

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Get instance metadata used for a connection.