Uses of Class
com.google.privacy.dlp.v2.DeidentifyTemplate
-
Packages that use DeidentifyTemplate 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 DeidentifyTemplate in com.google.cloud.dlp.v2
Methods in com.google.cloud.dlp.v2 that return DeidentifyTemplate Modifier and Type Method Description DeidentifyTemplateDlpServiceClient. createDeidentifyTemplate(CreateDeidentifyTemplateRequest request)Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.DeidentifyTemplateDlpServiceClient. createDeidentifyTemplate(LocationName parent, DeidentifyTemplate deidentifyTemplate)Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.DeidentifyTemplateDlpServiceClient. createDeidentifyTemplate(OrganizationLocationName parent, DeidentifyTemplate deidentifyTemplate)Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.DeidentifyTemplateDlpServiceClient. createDeidentifyTemplate(OrganizationName parent, DeidentifyTemplate deidentifyTemplate)Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.DeidentifyTemplateDlpServiceClient. createDeidentifyTemplate(ProjectName parent, DeidentifyTemplate deidentifyTemplate)Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.DeidentifyTemplateDlpServiceClient. createDeidentifyTemplate(String parent, DeidentifyTemplate deidentifyTemplate)Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.DeidentifyTemplateDlpServiceClient. getDeidentifyTemplate(DeidentifyTemplateName name)Gets a DeidentifyTemplate.DeidentifyTemplateDlpServiceClient. getDeidentifyTemplate(GetDeidentifyTemplateRequest request)Gets a DeidentifyTemplate.DeidentifyTemplateDlpServiceClient. getDeidentifyTemplate(String name)Gets a DeidentifyTemplate.DeidentifyTemplateDlpServiceClient. updateDeidentifyTemplate(DeidentifyTemplateName name, DeidentifyTemplate deidentifyTemplate, com.google.protobuf.FieldMask updateMask)Updates the DeidentifyTemplate.DeidentifyTemplateDlpServiceClient. updateDeidentifyTemplate(UpdateDeidentifyTemplateRequest request)Updates the DeidentifyTemplate.DeidentifyTemplateDlpServiceClient. updateDeidentifyTemplate(String name, DeidentifyTemplate deidentifyTemplate, com.google.protobuf.FieldMask updateMask)Updates the DeidentifyTemplate.Methods in com.google.cloud.dlp.v2 that return types with arguments of type DeidentifyTemplate Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateDeidentifyTemplateRequest,DeidentifyTemplate>DlpServiceClient. createDeidentifyTemplateCallable()Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDeidentifyTemplateRequest,DeidentifyTemplate>DlpServiceSettings.Builder. createDeidentifyTemplateSettings()Returns the builder for the settings used for calls to createDeidentifyTemplate.com.google.api.gax.rpc.UnaryCallSettings<CreateDeidentifyTemplateRequest,DeidentifyTemplate>DlpServiceSettings. createDeidentifyTemplateSettings()Returns the object with the settings used for calls to createDeidentifyTemplate.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.com.google.api.gax.rpc.UnaryCallable<UpdateDeidentifyTemplateRequest,DeidentifyTemplate>DlpServiceClient. updateDeidentifyTemplateCallable()Updates the DeidentifyTemplate.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDeidentifyTemplateRequest,DeidentifyTemplate>DlpServiceSettings.Builder. updateDeidentifyTemplateSettings()Returns the builder for the settings used for calls to updateDeidentifyTemplate.com.google.api.gax.rpc.UnaryCallSettings<UpdateDeidentifyTemplateRequest,DeidentifyTemplate>DlpServiceSettings. updateDeidentifyTemplateSettings()Returns the object with the settings used for calls to updateDeidentifyTemplate.Methods in com.google.cloud.dlp.v2 with parameters of type DeidentifyTemplate Modifier and Type Method Description DeidentifyTemplateDlpServiceClient. createDeidentifyTemplate(LocationName parent, DeidentifyTemplate deidentifyTemplate)Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.DeidentifyTemplateDlpServiceClient. createDeidentifyTemplate(OrganizationLocationName parent, DeidentifyTemplate deidentifyTemplate)Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.DeidentifyTemplateDlpServiceClient. createDeidentifyTemplate(OrganizationName parent, DeidentifyTemplate deidentifyTemplate)Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.DeidentifyTemplateDlpServiceClient. createDeidentifyTemplate(ProjectName parent, DeidentifyTemplate deidentifyTemplate)Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.DeidentifyTemplateDlpServiceClient. createDeidentifyTemplate(String parent, DeidentifyTemplate deidentifyTemplate)Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.DeidentifyTemplateDlpServiceClient. updateDeidentifyTemplate(DeidentifyTemplateName name, DeidentifyTemplate deidentifyTemplate, com.google.protobuf.FieldMask updateMask)Updates the DeidentifyTemplate.DeidentifyTemplateDlpServiceClient. updateDeidentifyTemplate(String name, DeidentifyTemplate deidentifyTemplate, com.google.protobuf.FieldMask updateMask)Updates the DeidentifyTemplate.Method parameters in com.google.cloud.dlp.v2 with type arguments of type DeidentifyTemplate Modifier and Type Method Description static com.google.api.core.ApiFuture<DlpServiceClient.ListDeidentifyTemplatesPagedResponse>DlpServiceClient.ListDeidentifyTemplatesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse,DeidentifyTemplate> context, com.google.api.core.ApiFuture<ListDeidentifyTemplatesResponse> futureResponse)protected DlpServiceClient.ListDeidentifyTemplatesPageDlpServiceClient.ListDeidentifyTemplatesPage. createPage(com.google.api.gax.rpc.PageContext<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse,DeidentifyTemplate> context, ListDeidentifyTemplatesResponse response)com.google.api.core.ApiFuture<DlpServiceClient.ListDeidentifyTemplatesPage>DlpServiceClient.ListDeidentifyTemplatesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse,DeidentifyTemplate> context, com.google.api.core.ApiFuture<ListDeidentifyTemplatesResponse> futureResponse) -
Uses of DeidentifyTemplate in com.google.cloud.dlp.v2.stub
Methods in com.google.cloud.dlp.v2.stub that return types with arguments of type DeidentifyTemplate Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateDeidentifyTemplateRequest,DeidentifyTemplate>DlpServiceStub. createDeidentifyTemplateCallable()com.google.api.gax.rpc.UnaryCallable<CreateDeidentifyTemplateRequest,DeidentifyTemplate>GrpcDlpServiceStub. createDeidentifyTemplateCallable()com.google.api.gax.rpc.UnaryCallable<CreateDeidentifyTemplateRequest,DeidentifyTemplate>HttpJsonDlpServiceStub. createDeidentifyTemplateCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDeidentifyTemplateRequest,DeidentifyTemplate>DlpServiceStubSettings.Builder. createDeidentifyTemplateSettings()Returns the builder for the settings used for calls to createDeidentifyTemplate.com.google.api.gax.rpc.UnaryCallSettings<CreateDeidentifyTemplateRequest,DeidentifyTemplate>DlpServiceStubSettings. createDeidentifyTemplateSettings()Returns the object with the settings used for calls to createDeidentifyTemplate.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.com.google.api.gax.rpc.UnaryCallable<UpdateDeidentifyTemplateRequest,DeidentifyTemplate>DlpServiceStub. updateDeidentifyTemplateCallable()com.google.api.gax.rpc.UnaryCallable<UpdateDeidentifyTemplateRequest,DeidentifyTemplate>GrpcDlpServiceStub. updateDeidentifyTemplateCallable()com.google.api.gax.rpc.UnaryCallable<UpdateDeidentifyTemplateRequest,DeidentifyTemplate>HttpJsonDlpServiceStub. updateDeidentifyTemplateCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDeidentifyTemplateRequest,DeidentifyTemplate>DlpServiceStubSettings.Builder. updateDeidentifyTemplateSettings()Returns the builder for the settings used for calls to updateDeidentifyTemplate.com.google.api.gax.rpc.UnaryCallSettings<UpdateDeidentifyTemplateRequest,DeidentifyTemplate>DlpServiceStubSettings. updateDeidentifyTemplateSettings()Returns the object with the settings used for calls to updateDeidentifyTemplate. -
Uses of DeidentifyTemplate in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return DeidentifyTemplate Modifier and Type Method Description DeidentifyTemplateDeidentifyTemplate.Builder. build()DeidentifyTemplateDeidentifyTemplate.Builder. buildPartial()DeidentifyTemplateDlpServiceGrpc.DlpServiceBlockingStub. createDeidentifyTemplate(CreateDeidentifyTemplateRequest request)Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.static DeidentifyTemplateDeidentifyTemplate. getDefaultInstance()DeidentifyTemplateDeidentifyTemplate.Builder. getDefaultInstanceForType()DeidentifyTemplateDeidentifyTemplate. getDefaultInstanceForType()DeidentifyTemplateCreateDeidentifyTemplateRequest.Builder. getDeidentifyTemplate()Required.DeidentifyTemplateCreateDeidentifyTemplateRequest. getDeidentifyTemplate()Required.DeidentifyTemplateCreateDeidentifyTemplateRequestOrBuilder. getDeidentifyTemplate()Required.DeidentifyTemplateDlpServiceGrpc.DlpServiceBlockingStub. getDeidentifyTemplate(GetDeidentifyTemplateRequest request)Gets a DeidentifyTemplate.DeidentifyTemplateUpdateDeidentifyTemplateRequest.Builder. getDeidentifyTemplate()New DeidentifyTemplate value.DeidentifyTemplateUpdateDeidentifyTemplateRequest. getDeidentifyTemplate()New DeidentifyTemplate value.DeidentifyTemplateUpdateDeidentifyTemplateRequestOrBuilder. getDeidentifyTemplate()New DeidentifyTemplate value.DeidentifyTemplateListDeidentifyTemplatesResponse.Builder. getDeidentifyTemplates(int index)List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.DeidentifyTemplateListDeidentifyTemplatesResponse. getDeidentifyTemplates(int index)List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.DeidentifyTemplateListDeidentifyTemplatesResponseOrBuilder. getDeidentifyTemplates(int index)List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.static DeidentifyTemplateDeidentifyTemplate. parseDelimitedFrom(InputStream input)static DeidentifyTemplateDeidentifyTemplate. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyTemplateDeidentifyTemplate. parseFrom(byte[] data)static DeidentifyTemplateDeidentifyTemplate. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyTemplateDeidentifyTemplate. parseFrom(com.google.protobuf.ByteString data)static DeidentifyTemplateDeidentifyTemplate. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyTemplateDeidentifyTemplate. parseFrom(com.google.protobuf.CodedInputStream input)static DeidentifyTemplateDeidentifyTemplate. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyTemplateDeidentifyTemplate. parseFrom(InputStream input)static DeidentifyTemplateDeidentifyTemplate. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyTemplateDeidentifyTemplate. parseFrom(ByteBuffer data)static DeidentifyTemplateDeidentifyTemplate. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)DeidentifyTemplateDlpServiceGrpc.DlpServiceBlockingStub. updateDeidentifyTemplate(UpdateDeidentifyTemplateRequest request)Updates the DeidentifyTemplate.Methods in com.google.privacy.dlp.v2 that return types with arguments of type DeidentifyTemplate Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<DeidentifyTemplate>DlpServiceGrpc.DlpServiceFutureStub. createDeidentifyTemplate(CreateDeidentifyTemplateRequest request)Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.static io.grpc.MethodDescriptor<CreateDeidentifyTemplateRequest,DeidentifyTemplate>DlpServiceGrpc. getCreateDeidentifyTemplateMethod()com.google.common.util.concurrent.ListenableFuture<DeidentifyTemplate>DlpServiceGrpc.DlpServiceFutureStub. getDeidentifyTemplate(GetDeidentifyTemplateRequest request)Gets a DeidentifyTemplate.List<DeidentifyTemplate>ListDeidentifyTemplatesResponse.Builder. getDeidentifyTemplatesList()List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.List<DeidentifyTemplate>ListDeidentifyTemplatesResponse. getDeidentifyTemplatesList()List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.List<DeidentifyTemplate>ListDeidentifyTemplatesResponseOrBuilder. getDeidentifyTemplatesList()List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.static io.grpc.MethodDescriptor<GetDeidentifyTemplateRequest,DeidentifyTemplate>DlpServiceGrpc. getGetDeidentifyTemplateMethod()com.google.protobuf.Parser<DeidentifyTemplate>DeidentifyTemplate. getParserForType()static io.grpc.MethodDescriptor<UpdateDeidentifyTemplateRequest,DeidentifyTemplate>DlpServiceGrpc. getUpdateDeidentifyTemplateMethod()static com.google.protobuf.Parser<DeidentifyTemplate>DeidentifyTemplate. parser()com.google.common.util.concurrent.ListenableFuture<DeidentifyTemplate>DlpServiceGrpc.DlpServiceFutureStub. updateDeidentifyTemplate(UpdateDeidentifyTemplateRequest request)Updates the DeidentifyTemplate.Methods in com.google.privacy.dlp.v2 with parameters of type DeidentifyTemplate Modifier and Type Method Description ListDeidentifyTemplatesResponse.BuilderListDeidentifyTemplatesResponse.Builder. addDeidentifyTemplates(int index, DeidentifyTemplate value)List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.ListDeidentifyTemplatesResponse.BuilderListDeidentifyTemplatesResponse.Builder. addDeidentifyTemplates(DeidentifyTemplate value)List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.CreateDeidentifyTemplateRequest.BuilderCreateDeidentifyTemplateRequest.Builder. mergeDeidentifyTemplate(DeidentifyTemplate value)Required.UpdateDeidentifyTemplateRequest.BuilderUpdateDeidentifyTemplateRequest.Builder. mergeDeidentifyTemplate(DeidentifyTemplate value)New DeidentifyTemplate value.DeidentifyTemplate.BuilderDeidentifyTemplate.Builder. mergeFrom(DeidentifyTemplate other)static DeidentifyTemplate.BuilderDeidentifyTemplate. newBuilder(DeidentifyTemplate prototype)CreateDeidentifyTemplateRequest.BuilderCreateDeidentifyTemplateRequest.Builder. setDeidentifyTemplate(DeidentifyTemplate value)Required.UpdateDeidentifyTemplateRequest.BuilderUpdateDeidentifyTemplateRequest.Builder. setDeidentifyTemplate(DeidentifyTemplate value)New DeidentifyTemplate value.ListDeidentifyTemplatesResponse.BuilderListDeidentifyTemplatesResponse.Builder. setDeidentifyTemplates(int index, DeidentifyTemplate value)List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.Method parameters in com.google.privacy.dlp.v2 with type arguments of type DeidentifyTemplate Modifier and Type Method Description ListDeidentifyTemplatesResponse.BuilderListDeidentifyTemplatesResponse.Builder. addAllDeidentifyTemplates(Iterable<? extends DeidentifyTemplate> values)List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.default voidDlpServiceGrpc.AsyncService. createDeidentifyTemplate(CreateDeidentifyTemplateRequest request, io.grpc.stub.StreamObserver<DeidentifyTemplate> responseObserver)Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.voidDlpServiceGrpc.DlpServiceStub. createDeidentifyTemplate(CreateDeidentifyTemplateRequest request, io.grpc.stub.StreamObserver<DeidentifyTemplate> responseObserver)Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.default voidDlpServiceGrpc.AsyncService. getDeidentifyTemplate(GetDeidentifyTemplateRequest request, io.grpc.stub.StreamObserver<DeidentifyTemplate> responseObserver)Gets a DeidentifyTemplate.voidDlpServiceGrpc.DlpServiceStub. getDeidentifyTemplate(GetDeidentifyTemplateRequest request, io.grpc.stub.StreamObserver<DeidentifyTemplate> responseObserver)Gets a DeidentifyTemplate.default voidDlpServiceGrpc.AsyncService. updateDeidentifyTemplate(UpdateDeidentifyTemplateRequest request, io.grpc.stub.StreamObserver<DeidentifyTemplate> responseObserver)Updates the DeidentifyTemplate.voidDlpServiceGrpc.DlpServiceStub. updateDeidentifyTemplate(UpdateDeidentifyTemplateRequest request, io.grpc.stub.StreamObserver<DeidentifyTemplate> responseObserver)Updates the DeidentifyTemplate.
-