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
Returns
- (::String) — Description of the StoredInfoType (max 256 characters).
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Description of the StoredInfoType (max 256 characters).
Returns
- (::String) — Description of the StoredInfoType (max 256 characters).
#dictionary
def dictionary() -> ::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary
Returns
- (::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary) — Store dictionary-based CustomInfoType.
#dictionary=
def dictionary=(value) -> ::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary
Parameter
- value (::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary) — Store dictionary-based CustomInfoType.
Returns
- (::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary) — Store dictionary-based CustomInfoType.
#display_name
def display_name() -> ::String
Returns
- (::String) — Display name of the StoredInfoType (max 256 characters).
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Display name of the StoredInfoType (max 256 characters).
Returns
- (::String) — Display name of the StoredInfoType (max 256 characters).
#large_custom_dictionary
def large_custom_dictionary() -> ::Google::Cloud::Dlp::V2::LargeCustomDictionaryConfig
Returns
- (::Google::Cloud::Dlp::V2::LargeCustomDictionaryConfig) — StoredInfoType where findings are defined by a dictionary of phrases.
#large_custom_dictionary=
def large_custom_dictionary=(value) -> ::Google::Cloud::Dlp::V2::LargeCustomDictionaryConfig
Parameter
- value (::Google::Cloud::Dlp::V2::LargeCustomDictionaryConfig) — StoredInfoType where findings are defined by a dictionary of phrases.
Returns
- (::Google::Cloud::Dlp::V2::LargeCustomDictionaryConfig) — StoredInfoType where findings are defined by a dictionary of phrases.
#regex
def regex() -> ::Google::Cloud::Dlp::V2::CustomInfoType::Regex
Returns
- (::Google::Cloud::Dlp::V2::CustomInfoType::Regex) — Store regular expression-based StoredInfoType.
#regex=
def regex=(value) -> ::Google::Cloud::Dlp::V2::CustomInfoType::Regex
Parameter
- value (::Google::Cloud::Dlp::V2::CustomInfoType::Regex) — Store regular expression-based StoredInfoType.
Returns
- (::Google::Cloud::Dlp::V2::CustomInfoType::Regex) — Store regular expression-based StoredInfoType.