Google BigQuery Reservation V1 Client - Class SearchAssignmentsRequest (1.3.5)

Reference documentation and code samples for the Google BigQuery Reservation V1 Client class SearchAssignmentsRequest.

The request for ReservationService.SearchAssignments.

Note: "bigquery.reservationAssignments.search" permission is required on the related assignee.

Generated from protobuf message google.cloud.bigquery.reservation.v1.SearchAssignmentsRequest

Namespace

Google \ Cloud \ BigQuery \ Reservation \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource name of the admin project(containing project and location), e.g.: projects/myproject/locations/US.

↳ query string

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 string

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

getParent

Required. The resource name of the admin project(containing project and location), e.g.: projects/myproject/locations/US.

Returns
Type Description
string

setParent

Required. The resource name of the admin project(containing project and location), e.g.: projects/myproject/locations/US.

Parameter
Name Description
var string
Returns
Type Description
$this

getQuery

Please specify resource name as assignee in the query.

Examples:

  • assignee=projects/myproject
  • assignee=folders/123
  • assignee=organizations/456
Returns
Type Description
string

setQuery

Please specify resource name as assignee in the query.

Examples:

  • assignee=projects/myproject
  • assignee=folders/123
  • assignee=organizations/456
Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

The maximum number of items to return per page.

Returns
Type Description
int

setPageSize

The maximum number of items to return per page.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

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

Returns
Type Description
string

setPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The resource name of the admin project(containing project and location), e.g.: projects/myproject/locations/US. Please see Google\Cloud\BigQuery\Reservation\V1\ReservationServiceClient::locationName() for help formatting this field.

query string

Please specify resource name as assignee in the query.

Examples:

  • assignee=projects/myproject
  • assignee=folders/123
  • assignee=organizations/456
Returns
Type Description
Google\Cloud\BigQuery\Reservation\V1\SearchAssignmentsRequest