Uses of Class
com.google.cloud.bigquery.datapolicies.v1.GetDataPolicyRequest
-
Packages that use GetDataPolicyRequest Package Description com.google.cloud.bigquery.datapolicies.v1 A client to BigQuery Data Policy APIcom.google.cloud.bigquery.datapolicies.v1.stub -
-
Uses of GetDataPolicyRequest in com.google.cloud.bigquery.datapolicies.v1
Methods in com.google.cloud.bigquery.datapolicies.v1 that return GetDataPolicyRequest Modifier and Type Method Description GetDataPolicyRequestGetDataPolicyRequest.Builder. build()GetDataPolicyRequestGetDataPolicyRequest.Builder. buildPartial()static GetDataPolicyRequestGetDataPolicyRequest. getDefaultInstance()GetDataPolicyRequestGetDataPolicyRequest.Builder. getDefaultInstanceForType()GetDataPolicyRequestGetDataPolicyRequest. getDefaultInstanceForType()static GetDataPolicyRequestGetDataPolicyRequest. parseDelimitedFrom(InputStream input)static GetDataPolicyRequestGetDataPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDataPolicyRequestGetDataPolicyRequest. parseFrom(byte[] data)static GetDataPolicyRequestGetDataPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDataPolicyRequestGetDataPolicyRequest. parseFrom(com.google.protobuf.ByteString data)static GetDataPolicyRequestGetDataPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDataPolicyRequestGetDataPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetDataPolicyRequestGetDataPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDataPolicyRequestGetDataPolicyRequest. parseFrom(InputStream input)static GetDataPolicyRequestGetDataPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDataPolicyRequestGetDataPolicyRequest. parseFrom(ByteBuffer data)static GetDataPolicyRequestGetDataPolicyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.datapolicies.v1 that return types with arguments of type GetDataPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDataPolicyRequest,DataPolicy>DataPolicyServiceClient. getDataPolicyCallable()Gets the data policy specified by its resource name.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDataPolicyRequest,DataPolicy>DataPolicyServiceSettings.Builder. getDataPolicySettings()Returns the builder for the settings used for calls to getDataPolicy.com.google.api.gax.rpc.UnaryCallSettings<GetDataPolicyRequest,DataPolicy>DataPolicyServiceSettings. getDataPolicySettings()Returns the object with the settings used for calls to getDataPolicy.static io.grpc.MethodDescriptor<GetDataPolicyRequest,DataPolicy>DataPolicyServiceGrpc. getGetDataPolicyMethod()com.google.protobuf.Parser<GetDataPolicyRequest>GetDataPolicyRequest. getParserForType()static com.google.protobuf.Parser<GetDataPolicyRequest>GetDataPolicyRequest. parser()Methods in com.google.cloud.bigquery.datapolicies.v1 with parameters of type GetDataPolicyRequest Modifier and Type Method Description DataPolicyDataPolicyServiceClient. getDataPolicy(GetDataPolicyRequest request)Gets the data policy specified by its resource name.default voidDataPolicyServiceGrpc.AsyncService. getDataPolicy(GetDataPolicyRequest request, io.grpc.stub.StreamObserver<DataPolicy> responseObserver)Gets the data policy specified by its resource name.DataPolicyDataPolicyServiceGrpc.DataPolicyServiceBlockingStub. getDataPolicy(GetDataPolicyRequest request)Gets the data policy specified by its resource name.com.google.common.util.concurrent.ListenableFuture<DataPolicy>DataPolicyServiceGrpc.DataPolicyServiceFutureStub. getDataPolicy(GetDataPolicyRequest request)Gets the data policy specified by its resource name.voidDataPolicyServiceGrpc.DataPolicyServiceStub. getDataPolicy(GetDataPolicyRequest request, io.grpc.stub.StreamObserver<DataPolicy> responseObserver)Gets the data policy specified by its resource name.GetDataPolicyRequest.BuilderGetDataPolicyRequest.Builder. mergeFrom(GetDataPolicyRequest other)static GetDataPolicyRequest.BuilderGetDataPolicyRequest. newBuilder(GetDataPolicyRequest prototype) -
Uses of GetDataPolicyRequest in com.google.cloud.bigquery.datapolicies.v1.stub
Methods in com.google.cloud.bigquery.datapolicies.v1.stub that return types with arguments of type GetDataPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDataPolicyRequest,DataPolicy>DataPolicyServiceStub. getDataPolicyCallable()com.google.api.gax.rpc.UnaryCallable<GetDataPolicyRequest,DataPolicy>GrpcDataPolicyServiceStub. getDataPolicyCallable()com.google.api.gax.rpc.UnaryCallable<GetDataPolicyRequest,DataPolicy>HttpJsonDataPolicyServiceStub. getDataPolicyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDataPolicyRequest,DataPolicy>DataPolicyServiceStubSettings.Builder. getDataPolicySettings()Returns the builder for the settings used for calls to getDataPolicy.com.google.api.gax.rpc.UnaryCallSettings<GetDataPolicyRequest,DataPolicy>DataPolicyServiceStubSettings. getDataPolicySettings()Returns the object with the settings used for calls to getDataPolicy.
-