BigQuery Data Policy Service V1 API - Module Google::Cloud::Bigquery::DataPolicies::V1::DataPolicyService::Paths (v0.7.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the BigQuery Data Policy Service V1 API module Google::Cloud::Bigquery::DataPolicies::V1::DataPolicyService::Paths.
Path helper methods for the DataPolicyService API.
Methods
#data_policy_path
defdata_policy_path(project:,location:,data_policy:)->::StringCreate a fully-qualified DataPolicy resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/dataPolicies/{data_policy}
- project (String)
- location (String)
- data_policy (String)
- (::String)
- (::ArgumentError)
#location_path
deflocation_path(project:,location:)->::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)