public sealed class SearchAssignmentsRequest : IMessage<SearchAssignmentsRequest>, IEquatable<SearchAssignmentsRequest>, IDeepCloneable<SearchAssignmentsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the BigQuery Reservation v1 API class SearchAssignmentsRequest.
The request for [ReservationService.SearchAssignments][google.cloud.bigquery.reservation.v1.ReservationService.SearchAssignments]. Note: "bigquery.reservationAssignments.search" permission is required on the related assignee.
Implements
IMessageSearchAssignmentsRequest, IEquatableSearchAssignmentsRequest, IDeepCloneableSearchAssignmentsRequest, IBufferMessage, IMessage, IPageRequestNamespace
GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.ReservationV1Assembly
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 |
int |
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 |