Class: Google::Cloud::Dlp::V2::InspectTemplate

Inherits:
Object
  • Object
show all
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/dlp/docs/concepts-templates to learn more.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The creation timestamp of an inspectTemplate.

Returns:



3030
3031
3032
3033
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3030

class InspectTemplate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#description::String

Returns Short description (max 256 chars).

Returns:

  • (::String)

    Short description (max 256 chars).



3030
3031
3032
3033
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3030

class InspectTemplate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#display_name::String

Returns Display name (max 256 chars).

Returns:

  • (::String)

    Display name (max 256 chars).



3030
3031
3032
3033
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3030

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.

Returns:



3030
3031
3032
3033
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3030

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;.

Returns:

  • (::String)

    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;



3030
3031
3032
3033
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3030

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.

Returns:



3030
3031
3032
3033
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3030

class InspectTemplate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end