Cloud Controls Partner API (cloudcontrolspartner:v1)

2024-10-26

3 new methods

Additions

    Methods
  • cloudcontrolspartner.organizations.locations.customers.create

      Path : v1/{+parent}/customers

      Flat Path : v1/organizations/{organizationsId}/locations/{locationsId}/customers

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. Parent resource Format: `organizations/{organization}/locations/{location}`

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

          Location : path

          Required : Yes

          Type : string

        customerId

          Description : Required. The customer id to use for the customer, which will become the final component of the customer's resource name. The specified value must be a valid Google cloud organization id.

          Location : query

          Type : string

      Parameter Order : parent

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

      Description : Creates a new customer.

  • cloudcontrolspartner.organizations.locations.customers.patch

      Path : v1/{+name}

      Flat Path : v1/organizations/{organizationsId}/locations/{locationsId}/customers/{customersId}

      HTTP Method : PATCH

      Parameters :

        name

          Description : Identifier. Format: `organizations/{organization}/locations/{location}/customers/{customer}`

          Pattern : ^organizations/[^/]+/locations/[^/]+/customers/[^/]+$

          Location : path

          Required : Yes

          Type : string

        updateMask

          Description : Optional. The list of fields to update

          Location : query

          Type : string

          Format : google-fieldmask

      Parameter Order : name

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

      Description : Update details of a single customer

  • cloudcontrolspartner.organizations.locations.customers.delete

      Path : v1/{+name}

      Flat Path : v1/organizations/{organizationsId}/locations/{locationsId}/customers/{customersId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. name of the resource to be deleted format: name=organizations/*/locations/*/customers/*

          Pattern : ^organizations/[^/]+/locations/[^/]+/customers/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Delete details of a single customer