public sealed class SearchAssignmentsRequest : IMessage<SearchAssignmentsRequest>, IEquatable<SearchAssignmentsRequest>, IDeepCloneable<SearchAssignmentsRequest>, IBufferMessage, IMessage, IPageRequestThe request for [ReservationService.SearchAssignments][google.cloud.bigquery.reservation.v1.ReservationService.SearchAssignments]. Note: "bigquery.reservationAssignments.search" permission is required on the related assignee.
Implements
IMessage<SearchAssignmentsRequest>, IEquatable<SearchAssignmentsRequest>, IDeepCloneable<SearchAssignmentsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.BigQuery.Reservation.V1Assembly
Google.Cloud.BigQuery.Reservation.V1.dll
Constructors
SearchAssignmentsRequest()
public SearchAssignmentsRequest()SearchAssignmentsRequest(SearchAssignmentsRequest)
public SearchAssignmentsRequest(SearchAssignmentsRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | SearchAssignmentsRequest | 
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 of the admin project(containing project and location),
e.g.:
projects/myproject/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 | |