Eventarc API (eventarc:v1)

2022-06-30

2 new methods

Additions

    Methods
  • eventarc.projects.locations.updateGoogleChannelConfig

      Parameters:

        name

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

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

          Location: path

          Required: Yes

          Type: string

        updateMask

          Location: query

          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 "*".

          Type: string

          Format: google-fieldmask

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

      Parameter Order: name

      Description: Update a single GoogleChannelConfig

      Path: v1/{+name}

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

      HTTP Method: PATCH

  • eventarc.projects.locations.getGoogleChannelConfig

      Parameters:

        name

          Location: path

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

          Required: Yes

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

          Type: string

      Parameter Order: name

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

      Path: v1/{+name}

      Description: Get a GoogleChannelConfig

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

      HTTP Method: GET