Uses of Class
com.google.cloud.bigquery.datapolicies.v1beta1.DataPolicyServiceClient.ListDataPoliciesPagedResponse
-
Packages that use DataPolicyServiceClient.ListDataPoliciesPagedResponse Package Description com.google.cloud.bigquery.datapolicies.v1beta1 A client to BigQuery Data Policy APIcom.google.cloud.bigquery.datapolicies.v1beta1.stub -
-
Uses of DataPolicyServiceClient.ListDataPoliciesPagedResponse in com.google.cloud.bigquery.datapolicies.v1beta1
Methods in com.google.cloud.bigquery.datapolicies.v1beta1 that return DataPolicyServiceClient.ListDataPoliciesPagedResponse Modifier and Type Method 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.Methods in com.google.cloud.bigquery.datapolicies.v1beta1 that return types with arguments of type DataPolicyServiceClient.ListDataPoliciesPagedResponse Modifier and Type Method 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.Builder<ListDataPoliciesRequest,ListDataPoliciesResponse,DataPolicyServiceClient.ListDataPoliciesPagedResponse>
DataPolicyServiceSettings.Builder. listDataPoliciesSettings()
Returns the builder for the settings used for calls to listDataPolicies.com.google.api.gax.rpc.PagedCallSettings<ListDataPoliciesRequest,ListDataPoliciesResponse,DataPolicyServiceClient.ListDataPoliciesPagedResponse>
DataPolicyServiceSettings. listDataPoliciesSettings()
Returns the object with the settings used for calls to listDataPolicies. -
Uses of DataPolicyServiceClient.ListDataPoliciesPagedResponse in com.google.cloud.bigquery.datapolicies.v1beta1.stub
-