| Package | Description |
|---|---|
| com.google.cloud.bigquery.datapolicies.v1 |
A client to BigQuery Data Policy API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.bigquery.datapolicies.v1.stub |
| Modifier and Type | Method and Description |
|---|---|
DataPolicyServiceClient.ListDataPoliciesPagedResponse |
DataPolicyServiceClient.listDataPolicies(ListDataPoliciesRequest request)
List all of the data policies in the specified parent project.
|
DataPolicyServiceClient.ListDataPoliciesPagedResponse |
DataPolicyServiceClient.listDataPolicies(LocationName parent)
List all of the data policies in the specified parent project.
|
DataPolicyServiceClient.ListDataPoliciesPagedResponse |
DataPolicyServiceClient.listDataPolicies(String parent)
List all of the data policies in the specified parent project.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<DataPolicyServiceClient.ListDataPoliciesPagedResponse> |
DataPolicyServiceClient.ListDataPoliciesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListDataPoliciesRequest,ListDataPoliciesResponse,DataPolicy> context,
com.google.api.core.ApiFuture<ListDataPoliciesResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListDataPoliciesRequest,DataPolicyServiceClient.ListDataPoliciesPagedResponse> |
DataPolicyServiceClient.listDataPoliciesPagedCallable()
List all of the data policies in the specified parent project.
|
com.google.api.gax.rpc.PagedCallSettings<ListDataPoliciesRequest,ListDataPoliciesResponse,DataPolicyServiceClient.ListDataPoliciesPagedResponse> |
DataPolicyServiceSettings.listDataPoliciesSettings()
Returns the object with the settings used for calls to listDataPolicies.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataPoliciesRequest,ListDataPoliciesResponse,DataPolicyServiceClient.ListDataPoliciesPagedResponse> |
DataPolicyServiceSettings.Builder.listDataPoliciesSettings()
Returns the builder for the settings used for calls to listDataPolicies.
|
Copyright © 2025 Google LLC. All rights reserved.