BigQuery Reservation V1 API - Class Google::Cloud::Bigquery::Reservation::V1::SearchAllAssignmentsRequest (v0.12.0)

Reference documentation and code samples for the BigQuery Reservation V1 API class Google::Cloud::Bigquery::Reservation::V1::SearchAllAssignmentsRequest.

The request for ReservationService.SearchAllAssignments. Note: "bigquery.reservationAssignments.search" permission is required on the related assignee.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of items to return per page.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of items to return per page.
Returns
  • (::Integer) — The maximum number of items to return per page.

#page_token

def page_token() -> ::String
Returns
  • (::String) — The next_page_token value returned from a previous List request, if any.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — The next_page_token value returned from a previous List request, if any.
Returns
  • (::String) — The next_page_token value returned from a previous List request, if any.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name with location (project name could be the wildcard '-'), e.g.: projects/-/locations/US.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name with location (project name could be the wildcard '-'), e.g.: projects/-/locations/US.
Returns
  • (::String) — Required. The resource name with location (project name could be the wildcard '-'), e.g.: projects/-/locations/US.

#query

def query() -> ::String
Returns
  • (::String) —

    Please specify resource name as assignee in the query.

    Examples:

    • assignee=projects/myproject
    • assignee=folders/123
    • assignee=organizations/456

#query=

def query=(value) -> ::String
Parameter
  • value (::String) —

    Please specify resource name as assignee in the query.

    Examples:

    • assignee=projects/myproject
    • assignee=folders/123
    • assignee=organizations/456
Returns
  • (::String) —

    Please specify resource name as assignee in the query.

    Examples:

    • assignee=projects/myproject
    • assignee=folders/123
    • assignee=organizations/456