Uses of Class
com.google.cloud.bigquery.datapolicies.v1beta1.LocationName
-
Packages that use LocationName Package Description com.google.cloud.bigquery.datapolicies.v1beta1 A client to BigQuery Data Policy API -
-
Uses of LocationName in com.google.cloud.bigquery.datapolicies.v1beta1
Methods in com.google.cloud.bigquery.datapolicies.v1beta1 that return LocationName Modifier and Type Method Description LocationNameLocationName.Builder. build()static LocationNameLocationName. of(String project, String location)static LocationNameLocationName. parse(String formattedString)Methods in com.google.cloud.bigquery.datapolicies.v1beta1 that return types with arguments of type LocationName Modifier and Type Method Description static List<LocationName>LocationName. parseList(List<String> formattedStrings)Methods in com.google.cloud.bigquery.datapolicies.v1beta1 with parameters of type LocationName Modifier and Type Method Description DataPolicyDataPolicyServiceClient. createDataPolicy(LocationName parent, DataPolicy dataPolicy)Creates a new data policy under a project with the given `dataPolicyId` (used as the display name), policy tag, and data policy type.DataPolicyServiceClient.ListDataPoliciesPagedResponseDataPolicyServiceClient. listDataPolicies(LocationName parent)List all of the data policies in the specified parent project.Method parameters in com.google.cloud.bigquery.datapolicies.v1beta1 with type arguments of type LocationName Modifier and Type Method Description static List<String>LocationName. toStringList(List<LocationName> values)
-