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 GetDataPolicyRequest
GetDataPolicyRequest.Builder. build()
GetDataPolicyRequest
GetDataPolicyRequest.Builder. buildPartial()
static GetDataPolicyRequest
GetDataPolicyRequest. getDefaultInstance()
GetDataPolicyRequest
GetDataPolicyRequest.Builder. getDefaultInstanceForType()
GetDataPolicyRequest
GetDataPolicyRequest. getDefaultInstanceForType()
static GetDataPolicyRequest
GetDataPolicyRequest. parseDelimitedFrom(InputStream input)
static GetDataPolicyRequest
GetDataPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDataPolicyRequest
GetDataPolicyRequest. parseFrom(byte[] data)
static GetDataPolicyRequest
GetDataPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDataPolicyRequest
GetDataPolicyRequest. parseFrom(com.google.protobuf.ByteString data)
static GetDataPolicyRequest
GetDataPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDataPolicyRequest
GetDataPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetDataPolicyRequest
GetDataPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDataPolicyRequest
GetDataPolicyRequest. parseFrom(InputStream input)
static GetDataPolicyRequest
GetDataPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDataPolicyRequest
GetDataPolicyRequest. parseFrom(ByteBuffer data)
static GetDataPolicyRequest
GetDataPolicyRequest. 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 DataPolicy
DataPolicyServiceClient. getDataPolicy(GetDataPolicyRequest request)
Gets the data policy specified by its resource name.default void
DataPolicyServiceGrpc.AsyncService. getDataPolicy(GetDataPolicyRequest request, io.grpc.stub.StreamObserver<DataPolicy> responseObserver)
Gets the data policy specified by its resource name.DataPolicy
DataPolicyServiceGrpc.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.void
DataPolicyServiceGrpc.DataPolicyServiceStub. getDataPolicy(GetDataPolicyRequest request, io.grpc.stub.StreamObserver<DataPolicy> responseObserver)
Gets the data policy specified by its resource name.GetDataPolicyRequest.Builder
GetDataPolicyRequest.Builder. mergeFrom(GetDataPolicyRequest other)
static GetDataPolicyRequest.Builder
GetDataPolicyRequest. 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.
-