Class: Google::Cloud::Bigquery::DataPolicies::V1::ListDataPoliciesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/datapolicies/v1/datapolicy.rb

Overview

Request message for the ListDataPolicies method.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns 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.



116
117
118
119
# File 'proto_docs/google/cloud/bigquery/datapolicies/v1/datapolicy.rb', line 116

class ListDataPoliciesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns 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.



116
117
118
119
# File 'proto_docs/google/cloud/bigquery/datapolicies/v1/datapolicy.rb', line 116

class ListDataPoliciesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns 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.



116
117
118
119
# File 'proto_docs/google/cloud/bigquery/datapolicies/v1/datapolicy.rb', line 116

class ListDataPoliciesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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}.



116
117
118
119
# File 'proto_docs/google/cloud/bigquery/datapolicies/v1/datapolicy.rb', line 116

class ListDataPoliciesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end