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 LocationName
LocationName.Builder. build()
static LocationName
LocationName. of(String project, String location)
static LocationName
LocationName. 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 DataPolicy
DataPolicyServiceClient. 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.ListDataPoliciesPagedResponse
DataPolicyServiceClient. 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)
-