Class: Google::Cloud::Dlp::V2::StoredInfoTypeConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Configuration for stored infoTypes. All fields and subfield are provided by the user. For more information, see https://cloud.google.com/sensitive-data-protection/docs/creating-custom-infotypes.

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns Description of the StoredInfoType (max 256 characters).

Returns:

  • (::String)

    Description of the StoredInfoType (max 256 characters).



6432
6433
6434
6435
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6432

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

#dictionary::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary

Returns Store dictionary-based CustomInfoType.

Note: The following fields are mutually exclusive: dictionary, large_custom_dictionary, regex. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary)

    Store dictionary-based CustomInfoType.

    Note: The following fields are mutually exclusive: dictionary, large_custom_dictionary, regex. If a field in that set is populated, all other fields in the set will automatically be cleared.



6432
6433
6434
6435
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6432

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

#display_name::String

Returns Display name of the StoredInfoType (max 256 characters).

Returns:

  • (::String)

    Display name of the StoredInfoType (max 256 characters).



6432
6433
6434
6435
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6432

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

#large_custom_dictionary::Google::Cloud::Dlp::V2::LargeCustomDictionaryConfig

Returns StoredInfoType where findings are defined by a dictionary of phrases.

Note: The following fields are mutually exclusive: large_custom_dictionary, dictionary, regex. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dlp::V2::LargeCustomDictionaryConfig)

    StoredInfoType where findings are defined by a dictionary of phrases.

    Note: The following fields are mutually exclusive: large_custom_dictionary, dictionary, regex. If a field in that set is populated, all other fields in the set will automatically be cleared.



6432
6433
6434
6435
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6432

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

#regex::Google::Cloud::Dlp::V2::CustomInfoType::Regex

Returns Store regular expression-based StoredInfoType.

Note: The following fields are mutually exclusive: regex, large_custom_dictionary, dictionary. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dlp::V2::CustomInfoType::Regex)

    Store regular expression-based StoredInfoType.

    Note: The following fields are mutually exclusive: regex, large_custom_dictionary, dictionary. If a field in that set is populated, all other fields in the set will automatically be cleared.



6432
6433
6434
6435
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6432

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