Class SearchAllAssignmentsRequest (2.0.0)

public sealed class SearchAllAssignmentsRequest : IMessage<SearchAllAssignmentsRequest>, IEquatable<SearchAllAssignmentsRequest>, IDeepCloneable<SearchAllAssignmentsRequest>, IBufferMessage, IMessage, IPageRequest

The request for [ReservationService.SearchAllAssignments][google.cloud.bigquery.reservation.v1.ReservationService.SearchAllAssignments]. Note: "bigquery.reservationAssignments.search" permission is required on the related assignee.

Inheritance

Object > SearchAllAssignmentsRequest

Namespace

Google.Cloud.BigQuery.Reservation.V1

Assembly

Google.Cloud.BigQuery.Reservation.V1.dll

Constructors

SearchAllAssignmentsRequest()

public SearchAllAssignmentsRequest()

SearchAllAssignmentsRequest(SearchAllAssignmentsRequest)

public SearchAllAssignmentsRequest(SearchAllAssignmentsRequest other)
Parameter
NameDescription
otherSearchAllAssignmentsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of items to return per page.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

The next_page_token value returned from a previous List request, if any.

Property Value
TypeDescription
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
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
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
TypeDescription
String