Uses of Class
com.google.cloud.bigquery.datapolicies.v1.ListDataPoliciesResponse
-
Packages that use ListDataPoliciesResponse Package Description com.google.cloud.bigquery.datapolicies.v1 A client to BigQuery Data Policy APIcom.google.cloud.bigquery.datapolicies.v1.stub -
-
Uses of ListDataPoliciesResponse in com.google.cloud.bigquery.datapolicies.v1
Methods in com.google.cloud.bigquery.datapolicies.v1 that return ListDataPoliciesResponse Modifier and Type Method Description ListDataPoliciesResponse
ListDataPoliciesResponse.Builder. build()
ListDataPoliciesResponse
ListDataPoliciesResponse.Builder. buildPartial()
static ListDataPoliciesResponse
ListDataPoliciesResponse. getDefaultInstance()
ListDataPoliciesResponse
ListDataPoliciesResponse.Builder. getDefaultInstanceForType()
ListDataPoliciesResponse
ListDataPoliciesResponse. getDefaultInstanceForType()
ListDataPoliciesResponse
DataPolicyServiceGrpc.DataPolicyServiceBlockingStub. listDataPolicies(ListDataPoliciesRequest request)
List all of the data policies in the specified parent project.static ListDataPoliciesResponse
ListDataPoliciesResponse. parseDelimitedFrom(InputStream input)
static ListDataPoliciesResponse
ListDataPoliciesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataPoliciesResponse
ListDataPoliciesResponse. parseFrom(byte[] data)
static ListDataPoliciesResponse
ListDataPoliciesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataPoliciesResponse
ListDataPoliciesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListDataPoliciesResponse
ListDataPoliciesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataPoliciesResponse
ListDataPoliciesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDataPoliciesResponse
ListDataPoliciesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataPoliciesResponse
ListDataPoliciesResponse. parseFrom(InputStream input)
static ListDataPoliciesResponse
ListDataPoliciesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataPoliciesResponse
ListDataPoliciesResponse. parseFrom(ByteBuffer data)
static ListDataPoliciesResponse
ListDataPoliciesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.datapolicies.v1 that return types with arguments of type ListDataPoliciesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDataPoliciesRequest,ListDataPoliciesResponse>
DataPolicyServiceGrpc. getListDataPoliciesMethod()
com.google.protobuf.Parser<ListDataPoliciesResponse>
ListDataPoliciesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListDataPoliciesResponse>
DataPolicyServiceGrpc.DataPolicyServiceFutureStub. listDataPolicies(ListDataPoliciesRequest request)
List all of the data policies in the specified parent project.com.google.api.gax.rpc.UnaryCallable<ListDataPoliciesRequest,ListDataPoliciesResponse>
DataPolicyServiceClient. listDataPoliciesCallable()
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.static com.google.protobuf.Parser<ListDataPoliciesResponse>
ListDataPoliciesResponse. parser()
Methods in com.google.cloud.bigquery.datapolicies.v1 with parameters of type ListDataPoliciesResponse Modifier and Type Method Description protected DataPolicyServiceClient.ListDataPoliciesPage
DataPolicyServiceClient.ListDataPoliciesPage. createPage(com.google.api.gax.rpc.PageContext<ListDataPoliciesRequest,ListDataPoliciesResponse,DataPolicy> context, ListDataPoliciesResponse response)
ListDataPoliciesResponse.Builder
ListDataPoliciesResponse.Builder. mergeFrom(ListDataPoliciesResponse other)
static ListDataPoliciesResponse.Builder
ListDataPoliciesResponse. newBuilder(ListDataPoliciesResponse prototype)
Method parameters in com.google.cloud.bigquery.datapolicies.v1 with type arguments of type ListDataPoliciesResponse 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)
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)
protected DataPolicyServiceClient.ListDataPoliciesPage
DataPolicyServiceClient.ListDataPoliciesPage. createPage(com.google.api.gax.rpc.PageContext<ListDataPoliciesRequest,ListDataPoliciesResponse,DataPolicy> context, ListDataPoliciesResponse response)
com.google.api.core.ApiFuture<DataPolicyServiceClient.ListDataPoliciesPage>
DataPolicyServiceClient.ListDataPoliciesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDataPoliciesRequest,ListDataPoliciesResponse,DataPolicy> context, com.google.api.core.ApiFuture<ListDataPoliciesResponse> futureResponse)
com.google.api.core.ApiFuture<DataPolicyServiceClient.ListDataPoliciesPage>
DataPolicyServiceClient.ListDataPoliciesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDataPoliciesRequest,ListDataPoliciesResponse,DataPolicy> context, com.google.api.core.ApiFuture<ListDataPoliciesResponse> futureResponse)
default void
DataPolicyServiceGrpc.AsyncService. listDataPolicies(ListDataPoliciesRequest request, io.grpc.stub.StreamObserver<ListDataPoliciesResponse> responseObserver)
List all of the data policies in the specified parent project.void
DataPolicyServiceGrpc.DataPolicyServiceStub. listDataPolicies(ListDataPoliciesRequest request, io.grpc.stub.StreamObserver<ListDataPoliciesResponse> responseObserver)
List all of the data policies in the specified parent project. -
Uses of ListDataPoliciesResponse in com.google.cloud.bigquery.datapolicies.v1.stub
Methods in com.google.cloud.bigquery.datapolicies.v1.stub that return types with arguments of type ListDataPoliciesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDataPoliciesRequest,ListDataPoliciesResponse>
DataPolicyServiceStub. listDataPoliciesCallable()
com.google.api.gax.rpc.UnaryCallable<ListDataPoliciesRequest,ListDataPoliciesResponse>
GrpcDataPolicyServiceStub. listDataPoliciesCallable()
com.google.api.gax.rpc.UnaryCallable<ListDataPoliciesRequest,ListDataPoliciesResponse>
HttpJsonDataPolicyServiceStub. listDataPoliciesCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataPoliciesRequest,ListDataPoliciesResponse,DataPolicyServiceClient.ListDataPoliciesPagedResponse>
DataPolicyServiceStubSettings.Builder. listDataPoliciesSettings()
Returns the builder for the settings used for calls to listDataPolicies.com.google.api.gax.rpc.PagedCallSettings<ListDataPoliciesRequest,ListDataPoliciesResponse,DataPolicyServiceClient.ListDataPoliciesPagedResponse>
DataPolicyServiceStubSettings. listDataPoliciesSettings()
Returns the object with the settings used for calls to listDataPolicies.
-