Connectors API (connectors:v1)

2023-05-06

10 new methods

Additions

    Methods
  • connectors.projects.locations.global.managedZones.delete

      Flat Path : v1/projects/{projectsId}/locations/global/managedZones/{managedZonesId}

      Description : Deletes a single ManagedZone.

      Parameter Order : name

      HTTP Method : DELETE

      Path : v1/{+name}

      Parameters :

        name

          Description : Required. Resource name of the form: `projects/*/locations/global/managedZones/*`

          Type : string

          Pattern : ^projects/[^/]+/locations/global/managedZones/[^/]+$

          Location : path

          Required : Yes

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

  • connectors.projects.locations.global.managedZones.get

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

      HTTP Method : GET

      Flat Path : v1/projects/{projectsId}/locations/global/managedZones/{managedZonesId}

      Parameters :

        name

          Type : string

          Pattern : ^projects/[^/]+/locations/global/managedZones/[^/]+$

          Required : Yes

          Location : path

          Description : Required. Resource name of the form: `projects/*/locations/global/managedZones/*`

      Parameter Order : name

      Path : v1/{+name}

      Description : Gets details of a single ManagedZone.

  • connectors.projects.locations.global.managedZones.patch

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/global/managedZones/{managedZonesId}

      Parameters :

        updateMask

          Description : Required. The list of fields to update. Fields are specified relative to the managedZone. A field will be overwritten if it is in the mask. You can modify only the fields listed below. To update the managedZone details: * `description` * `labels` * `target_project` * `target_network`

          Format : google-fieldmask

          Location : query

          Type : string

        name

          Pattern : ^projects/[^/]+/locations/global/managedZones/[^/]+$

          Location : path

          Required : Yes

          Description : Output only. Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}

          Type : string

      Parameter Order : name

      Description : Updates the parameters of a single ManagedZone.

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

      HTTP Method : PATCH

  • connectors.projects.locations.global.managedZones.create

      HTTP Method : POST

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

      Description : Creates a new ManagedZone in a given project and location.

      Path : v1/{+parent}/managedZones

      Parameter Order : parent

      Flat Path : v1/projects/{projectsId}/locations/global/managedZones

      Parameters :

        managedZoneId

          Type : string

          Description : Required. Identifier to assign to the ManagedZone. Must be unique within scope of the parent resource.

          Location : query

        parent

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

          Description : Required. Parent resource of the ManagedZone, of the form: `projects/*/locations/global`

          Type : string

          Required : Yes

          Location : path

  • connectors.projects.locations.global.managedZones.list

      HTTP Method : GET

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

      Description : List ManagedZones in a given project

      Flat Path : v1/projects/{projectsId}/locations/global/managedZones

      Path : v1/{+parent}/managedZones

      Parameter Order : parent

      Parameters :

        pageToken

          Description : Page token.

          Type : string

          Location : query

        parent

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

          Description : Required. Parent resource of the Managed Zone, of the form: `projects/*/locations/global`

          Type : string

          Location : path

          Required : Yes

        filter

          Type : string

          Description : Filter. https://g3doc.corp.google.com/cloud/control2/g3doc/dev/apihosting/list_filtering.md#filtering.

          Location : query

        pageSize

          Format : int32

          Type : integer

          Description : Page size.

          Location : query

        orderBy

          Location : query

          Description : Order by parameters.

          Type : string

  • connectors.projects.locations.endpointAttachments.patch

      Parameters :

        name

          Required : Yes

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

          Type : string

          Description : Output only. Resource name of the Endpoint Attachment. Format: projects/{project}/locations/{location}/endpointAttachments/{endpoint_attachment}

          Location : path

        updateMask

          Type : string

          Description : Required. The list of fields to update. Fields are specified relative to the endpointAttachment. A field will be overwritten if it is in the mask. You can modify only the fields listed below. To update the endpointAttachment details: * `description` * `labels`

          Format : google-fieldmask

          Location : query

      Path : v1/{+name}

      Description : Updates the parameters of a single EndpointAttachment.

      Parameter Order : name

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

      HTTP Method : PATCH

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/endpointAttachments/{endpointAttachmentsId}

  • connectors.projects.locations.endpointAttachments.delete

      Parameters :

        name

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

          Location : path

          Required : Yes

          Type : string

          Description : Required. Resource name of the form: `projects/*/locations/*/endpointAttachments/*`

      Path : v1/{+name}

      Description : Deletes a single EndpointAttachment.

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

      HTTP Method : DELETE

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/endpointAttachments/{endpointAttachmentsId}

      Parameter Order : name

  • connectors.projects.locations.endpointAttachments.list

      Path : v1/{+parent}/endpointAttachments

      Parameters :

        orderBy

          Location : query

          Description : Order by parameters.

          Type : string

        pageToken

          Description : Page token.

          Type : string

          Location : query

        pageSize

          Location : query

          Description : Page size.

          Format : int32

          Type : integer

        parent

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

          Location : path

          Required : Yes

          Description : Required. Parent resource od the EndpointAttachment, of the form: `projects/*/locations/*`

          Type : string

        filter

          Type : string

          Description : Filter. https://g3doc.corp.google.com/cloud/control2/g3doc/dev/apihosting/list_filtering.md#filtering.

          Location : query

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

      HTTP Method : GET

      Description : List EndpointAttachments in a given project

      Parameter Order : parent

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

  • connectors.projects.locations.endpointAttachments.get

      Parameters :

        name

          Type : string

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

          Required : Yes

          Description : Required. Resource name of the form: `projects/*/locations/*/endpointAttachments/*`

          Location : path

      Parameter Order : name

      Path : v1/{+name}

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

      Description : Gets details of a single EndpointAttachment.

      HTTP Method : GET

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/endpointAttachments/{endpointAttachmentsId}

  • connectors.projects.locations.endpointAttachments.create

      Parameters :

        parent

          Type : string

          Description : Required. Parent resource of the EndpointAttachment, of the form: `projects/*/locations/*`

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

          Required : Yes

          Location : path

        endpointAttachmentId

          Location : query

          Description : Required. Identifier to assign to the EndpointAttachment. Must be unique within scope of the parent resource.

          Type : string

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

      HTTP Method : POST

      Path : v1/{+parent}/endpointAttachments

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

      Parameter Order : parent

      Description : Creates a new EndpointAttachment in a given project and location.