Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::StoredInfoTypeConfig.
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.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#description
def description() -> ::String- (::String) — Description of the StoredInfoType (max 256 characters).
 
#description=
def description=(value) -> ::String- value (::String) — Description of the StoredInfoType (max 256 characters).
 
- (::String) — Description of the StoredInfoType (max 256 characters).
 
#dictionary
def dictionary() -> ::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary- 
        (::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. 
#dictionary=
def dictionary=(value) -> ::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary- 
        value (::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. 
- 
        (::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. 
#display_name
def display_name() -> ::String- (::String) — Display name of the StoredInfoType (max 256 characters).
 
#display_name=
def display_name=(value) -> ::String- value (::String) — Display name of the StoredInfoType (max 256 characters).
 
- (::String) — Display name of the StoredInfoType (max 256 characters).
 
#large_custom_dictionary
def large_custom_dictionary() -> ::Google::Cloud::Dlp::V2::LargeCustomDictionaryConfig- 
        (::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. 
#large_custom_dictionary=
def large_custom_dictionary=(value) -> ::Google::Cloud::Dlp::V2::LargeCustomDictionaryConfig- 
        value (::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. 
- 
        (::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. 
#regex
def regex() -> ::Google::Cloud::Dlp::V2::CustomInfoType::Regex- 
        (::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. 
#regex=
def regex=(value) -> ::Google::Cloud::Dlp::V2::CustomInfoType::Regex- 
        value (::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. 
- 
        (::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.