BigQuery Data Policy Service V1beta1 API - Class Google::Cloud::Bigquery::DataPolicies::V1beta1::ListDataPoliciesRequest (v0.5.0)

Reference documentation and code samples for the BigQuery Data Policy Service V1beta1 API class Google::Cloud::Bigquery::DataPolicies::V1beta1::ListDataPoliciesRequest.

Request message for the ListDataPolicies method.

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 data policies to return. Must be a value between 1 and 1000. If not set, defaults to 50.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of data policies to return. Must be a value between 1 and 1000. If not set, defaults to 50.
Returns
  • (::Integer) — The maximum number of data policies to return. Must be a value between 1 and 1000. If not set, defaults to 50.

#page_token

def page_token() -> ::String
Returns
  • (::String) — The nextPageToken value returned from a previous list request, if any. If not set, defaults to an empty string.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — The nextPageToken value returned from a previous list request, if any. If not set, defaults to an empty string.
Returns
  • (::String) — The nextPageToken value returned from a previous list request, if any. If not set, defaults to an empty string.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Resource name of the project for which to list data policies. Format is projects/{project_number}/locations/{location_id}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Resource name of the project for which to list data policies. Format is projects/{project_number}/locations/{location_id}.
Returns
  • (::String) — Required. Resource name of the project for which to list data policies. Format is projects/{project_number}/locations/{location_id}.