Eventarc API (eventarc:v1)

2022-07-02

2 new methods

Additions

    Methods
  • eventarc.projects.locations.getGoogleChannelConfig

      Description: Get a GoogleChannelConfig

      HTTP Method: GET

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

      Parameters:

        name

          Location: path

          Description: Required. The name of the config to get.

          Required: Yes

          Type: string

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

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

      Path: v1/{+name}

      Parameter Order: name

  • eventarc.projects.locations.updateGoogleChannelConfig

      Description: Update a single GoogleChannelConfig

      HTTP Method: PATCH

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

      Parameter Order: name

      Path: v1/{+name}

      Parameters:

        updateMask

          Location: query

          Type: string

          Format: google-fieldmask

          Description: The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".

        name

          Location: path

          Description: Required. The resource name of the config. Must be in the format of, `projects/{project}/locations/{location}/googleChannelConfig`.

          Type: string

          Required: Yes

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

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