Uses of Class
com.google.privacy.dlp.v2.GetDeidentifyTemplateRequest
-
Packages that use GetDeidentifyTemplateRequest Package Description com.google.cloud.dlp.v2 A client to Cloud Data Loss Prevention (DLP) APIcom.google.cloud.dlp.v2.stub com.google.privacy.dlp.v2 -
-
Uses of GetDeidentifyTemplateRequest in com.google.cloud.dlp.v2
Methods in com.google.cloud.dlp.v2 that return types with arguments of type GetDeidentifyTemplateRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDeidentifyTemplateRequest,DeidentifyTemplate>
DlpServiceClient. getDeidentifyTemplateCallable()
Gets a DeidentifyTemplate.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDeidentifyTemplateRequest,DeidentifyTemplate>
DlpServiceSettings.Builder. getDeidentifyTemplateSettings()
Returns the builder for the settings used for calls to getDeidentifyTemplate.com.google.api.gax.rpc.UnaryCallSettings<GetDeidentifyTemplateRequest,DeidentifyTemplate>
DlpServiceSettings. getDeidentifyTemplateSettings()
Returns the object with the settings used for calls to getDeidentifyTemplate.Methods in com.google.cloud.dlp.v2 with parameters of type GetDeidentifyTemplateRequest Modifier and Type Method Description DeidentifyTemplate
DlpServiceClient. getDeidentifyTemplate(GetDeidentifyTemplateRequest request)
Gets a DeidentifyTemplate. -
Uses of GetDeidentifyTemplateRequest in com.google.cloud.dlp.v2.stub
Methods in com.google.cloud.dlp.v2.stub that return types with arguments of type GetDeidentifyTemplateRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDeidentifyTemplateRequest,DeidentifyTemplate>
DlpServiceStub. getDeidentifyTemplateCallable()
com.google.api.gax.rpc.UnaryCallable<GetDeidentifyTemplateRequest,DeidentifyTemplate>
GrpcDlpServiceStub. getDeidentifyTemplateCallable()
com.google.api.gax.rpc.UnaryCallable<GetDeidentifyTemplateRequest,DeidentifyTemplate>
HttpJsonDlpServiceStub. getDeidentifyTemplateCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDeidentifyTemplateRequest,DeidentifyTemplate>
DlpServiceStubSettings.Builder. getDeidentifyTemplateSettings()
Returns the builder for the settings used for calls to getDeidentifyTemplate.com.google.api.gax.rpc.UnaryCallSettings<GetDeidentifyTemplateRequest,DeidentifyTemplate>
DlpServiceStubSettings. getDeidentifyTemplateSettings()
Returns the object with the settings used for calls to getDeidentifyTemplate. -
Uses of GetDeidentifyTemplateRequest in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return GetDeidentifyTemplateRequest Modifier and Type Method Description GetDeidentifyTemplateRequest
GetDeidentifyTemplateRequest.Builder. build()
GetDeidentifyTemplateRequest
GetDeidentifyTemplateRequest.Builder. buildPartial()
static GetDeidentifyTemplateRequest
GetDeidentifyTemplateRequest. getDefaultInstance()
GetDeidentifyTemplateRequest
GetDeidentifyTemplateRequest.Builder. getDefaultInstanceForType()
GetDeidentifyTemplateRequest
GetDeidentifyTemplateRequest. getDefaultInstanceForType()
static GetDeidentifyTemplateRequest
GetDeidentifyTemplateRequest. parseDelimitedFrom(InputStream input)
static GetDeidentifyTemplateRequest
GetDeidentifyTemplateRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeidentifyTemplateRequest
GetDeidentifyTemplateRequest. parseFrom(byte[] data)
static GetDeidentifyTemplateRequest
GetDeidentifyTemplateRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeidentifyTemplateRequest
GetDeidentifyTemplateRequest. parseFrom(com.google.protobuf.ByteString data)
static GetDeidentifyTemplateRequest
GetDeidentifyTemplateRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeidentifyTemplateRequest
GetDeidentifyTemplateRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetDeidentifyTemplateRequest
GetDeidentifyTemplateRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeidentifyTemplateRequest
GetDeidentifyTemplateRequest. parseFrom(InputStream input)
static GetDeidentifyTemplateRequest
GetDeidentifyTemplateRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeidentifyTemplateRequest
GetDeidentifyTemplateRequest. parseFrom(ByteBuffer data)
static GetDeidentifyTemplateRequest
GetDeidentifyTemplateRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type GetDeidentifyTemplateRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetDeidentifyTemplateRequest,DeidentifyTemplate>
DlpServiceGrpc. getGetDeidentifyTemplateMethod()
com.google.protobuf.Parser<GetDeidentifyTemplateRequest>
GetDeidentifyTemplateRequest. getParserForType()
static com.google.protobuf.Parser<GetDeidentifyTemplateRequest>
GetDeidentifyTemplateRequest. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type GetDeidentifyTemplateRequest Modifier and Type Method Description default void
DlpServiceGrpc.AsyncService. getDeidentifyTemplate(GetDeidentifyTemplateRequest request, io.grpc.stub.StreamObserver<DeidentifyTemplate> responseObserver)
Gets a DeidentifyTemplate.DeidentifyTemplate
DlpServiceGrpc.DlpServiceBlockingStub. getDeidentifyTemplate(GetDeidentifyTemplateRequest request)
Gets a DeidentifyTemplate.com.google.common.util.concurrent.ListenableFuture<DeidentifyTemplate>
DlpServiceGrpc.DlpServiceFutureStub. getDeidentifyTemplate(GetDeidentifyTemplateRequest request)
Gets a DeidentifyTemplate.void
DlpServiceGrpc.DlpServiceStub. getDeidentifyTemplate(GetDeidentifyTemplateRequest request, io.grpc.stub.StreamObserver<DeidentifyTemplate> responseObserver)
Gets a DeidentifyTemplate.GetDeidentifyTemplateRequest.Builder
GetDeidentifyTemplateRequest.Builder. mergeFrom(GetDeidentifyTemplateRequest other)
static GetDeidentifyTemplateRequest.Builder
GetDeidentifyTemplateRequest. newBuilder(GetDeidentifyTemplateRequest prototype)
-