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



4835
4836
4837
4838
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4835

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

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

Returns Store dictionary-based CustomInfoType.

Returns:



4835
4836
4837
4838
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4835

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



4835
4836
4837
4838
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4835

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.

Returns:



4835
4836
4837
4838
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4835

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.

Returns:



4835
4836
4837
4838
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4835

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