Reference documentation and code samples for the BigQuery Data Policy Service V1beta1 API class Google::Cloud::Bigquery::DataPolicies::V1beta1::ListDataPoliciesResponse.
Response message for the ListDataPolicies method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_policies
def data_policies() -> ::Array<::Google::Cloud::Bigquery::DataPolicies::V1beta1::DataPolicy>
Returns
- (::Array<::Google::Cloud::Bigquery::DataPolicies::V1beta1::DataPolicy>) — Data policies that belong to the requested project.
#data_policies=
def data_policies=(value) -> ::Array<::Google::Cloud::Bigquery::DataPolicies::V1beta1::DataPolicy>
Parameter
- value (::Array<::Google::Cloud::Bigquery::DataPolicies::V1beta1::DataPolicy>) — Data policies that belong to the requested project.
Returns
- (::Array<::Google::Cloud::Bigquery::DataPolicies::V1beta1::DataPolicy>) — Data policies that belong to the requested project.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token used to retrieve the next page of results, or empty if there are no more results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Token used to retrieve the next page of results, or empty if there are no more results.
Returns
- (::String) — Token used to retrieve the next page of results, or empty if there are no more results.