Connectors API (connectors:v1)

2023-10-16

2 new methods

Additions

    Methods
  • connectors.projects.locations.getRegionalSettings

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/regionalSettings

      Parameters:

        name

          Location: path

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

          Description: Required. The resource name of the Regional Settings.

          Required: Yes

          Type: string

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

      HTTP Method: GET

      Path: v1/{+name}

      Description: GetRegionalSettings gets settings of a region. RegionalSettings is a singleton resource.

      Parameter Order: name

  • connectors.projects.locations.updateRegionalSettings

      Path: v1/{+name}

      Parameter Order: name

      Parameters:

        updateMask

          Location: query

          Type: string

          Description: Required. The list of fields to update.

          Format: google-fieldmask

        name

          Required: Yes

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

          Description: Output only. Resource name of the Connection. Format: projects/{project}/locations/{location}/regionalSettings

          Type: string

          Location: path

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

      HTTP Method: PATCH

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/regionalSettings

      Description: Update the settings of a region.