Class: Google::Cloud::Bigquery::DataPolicies::V1beta1::ListDataPoliciesRequest

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

Overview

Request message for the ListDataPolicies method.

Instance Attribute Summary collapse

Instance Attribute Details

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



93
94
95
96
# File 'proto_docs/google/cloud/bigquery/datapolicies/v1beta1/datapolicy.rb', line 93

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.



93
94
95
96
# File 'proto_docs/google/cloud/bigquery/datapolicies/v1beta1/datapolicy.rb', line 93

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



93
94
95
96
# File 'proto_docs/google/cloud/bigquery/datapolicies/v1beta1/datapolicy.rb', line 93

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