Class SearchAllAssignmentsRequest (1.7.2)

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

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

Attributes

NameDescription
parent str
Required. The resource name with location (project name could be the wildcard '-'), e.g.: ``projects/-/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 > SearchAllAssignmentsRequest