Class SearchAssignmentsRequest (1.7.2)

SearchAssignmentsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for ReservationService.SearchAssignments. Note: "bigquery.reservationAssignments.search" permission is required on the related assignee.

Attributes

NameDescription
parent str
Required. The resource name of the admin project(containing project and location), e.g.: ``projects/myproject/locations/US``.
query str
Please specify resource name as assignee in the query. Examples: - ``assignee=projects/myproject`` - ``assignee=folders/123`` - ``assignee=organizations/456``
page_size int
The maximum number of items to return per page.
page_token str
The next_page_token value returned from a previous List request, if any.

Inheritance

builtins.object > proto.message.Message > SearchAssignmentsRequest