BigQuery Reservation API (bigqueryreservation:v1)

2022-04-22

1 new method

Additions

    Methods
  • bigqueryreservation.projects.locations.reservations.assignments.patch

      Scopes:

    • https://www.googleapis.com/auth/bigquery
    • https://www.googleapis.com/auth/cloud-platform
    • Path: v1/{+name}

      Description: Updates an existing assignment. Only the `priority` field can be updated.

      Parameters:

        name

          Location: path

          Required: Yes

          Description: Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. The assignment_id must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.

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

          Type: string

        updateMask

          Format: google-fieldmask

          Type: string

          Description: Standard field mask for the set of fields to be updated.

          Location: query

      Parameter Order: name

      HTTP Method: PATCH

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/reservations/{reservationsId}/assignments/{assignmentsId}