Class: Google::Cloud::Dlp::V2::GetDeidentifyTemplateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::GetDeidentifyTemplateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Request message for GetDeidentifyTemplate.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the organization and deidentify template to be
read, for example organizations/433245324/deidentifyTemplates/432452342
or projects/project-id/deidentifyTemplates/432452342.
5584 5585 5586 5587 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5584 class GetDeidentifyTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |