public sealed class SearchAllAssignmentsRequest : IMessage<SearchAllAssignmentsRequest>, IEquatable<SearchAllAssignmentsRequest>, IDeepCloneable<SearchAllAssignmentsRequest>, IBufferMessage, IMessage, IPageRequestThe request for [ReservationService.SearchAllAssignments][google.cloud.bigquery.reservation.v1.ReservationService.SearchAllAssignments]. Note: "bigquery.reservationAssignments.search" permission is required on the related assignee.
Implements
IMessage<SearchAllAssignmentsRequest>, IEquatable<SearchAllAssignmentsRequest>, IDeepCloneable<SearchAllAssignmentsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.BigQuery.Reservation.V1Assembly
Google.Cloud.BigQuery.Reservation.V1.dll
Constructors
SearchAllAssignmentsRequest()
public SearchAllAssignmentsRequest()SearchAllAssignmentsRequest(SearchAllAssignmentsRequest)
public SearchAllAssignmentsRequest(SearchAllAssignmentsRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | SearchAllAssignmentsRequest | 
Properties
PageSize
public int PageSize { get; set; }The maximum number of items to return per page.
| Property Value | |
|---|---|
| Type | Description | 
| Int32 | |
PageToken
public string PageToken { get; set; }The next_page_token value returned from a previous List request, if any.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
Parent
public string Parent { get; set; }Required. The resource name with location (project name could be the wildcard '-'),
e.g.:
projects/-/locations/US.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| LocationName | |
Query
public string Query { get; set; }Please specify resource name as assignee in the query.
Examples:
- assignee=projects/myproject
- assignee=folders/123
- assignee=organizations/456
| Property Value | |
|---|---|
| Type | Description | 
| String | |