BigQuery Reservation API (bigqueryreservation:v1)

2022-04-01

1 removed method

Deletions

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

      Scopes :

    • https://www.googleapis.com/auth/bigquery
    • https://www.googleapis.com/auth/cloud-platform
    • Parameter Order : name

      HTTP Method : PATCH

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

      Path : v1/{+name}

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

      Parameters :

        updateMask

          Type : string

          Location : query

          Format : google-fieldmask

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

        name

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

          Location : path

          Type : string

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

          Required : Yes