Class: Google::Cloud::Dlp::V2::InspectTemplate
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::InspectTemplate
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
The inspectTemplate contains a configuration (set of types of sensitive data to be detected) to be used anywhere you otherwise would normally specify InspectConfig. See https://cloud.google.com/sensitive-data-protection/docs/concepts-templates to learn more.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Short description (max 256 chars).
-
#display_name ⇒ ::String
Display name (max 256 chars).
-
#inspect_config ⇒ ::Google::Cloud::Dlp::V2::InspectConfig
The core content of the template.
-
#name ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The creation timestamp of an inspectTemplate.
3214 3215 3216 3217 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3214 class InspectTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Short description (max 256 chars).
3214 3215 3216 3217 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3214 class InspectTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Display name (max 256 chars).
3214 3215 3216 3217 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3214 class InspectTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#inspect_config ⇒ ::Google::Cloud::Dlp::V2::InspectConfig
Returns The core content of the template. Configuration of the scanning process.
3214 3215 3216 3217 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3214 class InspectTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. The template name.
The template will have one of the following formats:
projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID
OR
organizations/ORGANIZATION_ID/inspectTemplates/TEMPLATE_ID
;.
3214 3215 3216 3217 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3214 class InspectTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The last update timestamp of an inspectTemplate.
3214 3215 3216 3217 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3214 class InspectTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |