BigQuery Data Policy Service V1 API - Class Google::Cloud::Bigquery::DataPolicies::V1::ListDataPoliciesRequest (v1.1.0)

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

Request message for the ListDataPolicies method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

deffilter()->::String
Returns
  • (::String) — Filters the data policies by policy tags that they are associated with. Currently filter only supports "policy_tag" based filtering and OR based predicates. Sample filter can be "policy_tag: projects/1/locations/us/taxonomies/2/policyTags/3". You may also use wildcard such as "policy_tag: projects/1/locations/us/taxonomies/2*". Please note that OR predicates cannot be used with wildcard filters.

#filter=

deffilter=(value)->::String
Parameter
  • value (::String) — Filters the data policies by policy tags that they are associated with. Currently filter only supports "policy_tag" based filtering and OR based predicates. Sample filter can be "policy_tag: projects/1/locations/us/taxonomies/2/policyTags/3". You may also use wildcard such as "policy_tag: projects/1/locations/us/taxonomies/2*". Please note that OR predicates cannot be used with wildcard filters.
Returns
  • (::String) — Filters the data policies by policy tags that they are associated with. Currently filter only supports "policy_tag" based filtering and OR based predicates. Sample filter can be "policy_tag: projects/1/locations/us/taxonomies/2/policyTags/3". You may also use wildcard such as "policy_tag: projects/1/locations/us/taxonomies/2*". Please note that OR predicates cannot be used with wildcard filters.

#page_size

defpage_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=

defpage_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

defpage_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=

defpage_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

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

#parent=

defparent=(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}.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.