Class: Google::Cloud::Bigquery::DataPolicies::V1::ListDataPoliciesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataPolicies::V1::ListDataPoliciesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/datapolicies/v1/datapolicy.rb
Overview
Response message for the ListDataPolicies method.
Instance Attribute Summary collapse
-
#data_policies ⇒ ::Array<::Google::Cloud::Bigquery::DataPolicies::V1::DataPolicy>
Data policies that belong to the requested project.
-
#next_page_token ⇒ ::String
Token used to retrieve the next page of results, or empty if there are no more results.
Instance Attribute Details
#data_policies ⇒ ::Array<::Google::Cloud::Bigquery::DataPolicies::V1::DataPolicy>
Returns Data policies that belong to the requested project.
129 130 131 132 |
# File 'proto_docs/google/cloud/bigquery/datapolicies/v1/datapolicy.rb', line 129 class ListDataPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token used to retrieve the next page of results, or empty if there are no more results.
129 130 131 132 |
# File 'proto_docs/google/cloud/bigquery/datapolicies/v1/datapolicy.rb', line 129 class ListDataPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |