Class: Google::Privacy::Dlp::V2::InfoTypeDescription

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

InfoType description.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Returns Description of the infotype. Translated when language is provided in the request.

Returns:

  • (String)

    Description of the infotype. Translated when language is provided in the request.



630
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 630

class InfoTypeDescription; end

#display_nameString

Returns Human readable form of the infoType name.

Returns:

  • (String)

    Human readable form of the infoType name.



630
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 630

class InfoTypeDescription; end

#nameString

Returns Internal name of the infoType.

Returns:

  • (String)

    Internal name of the infoType.



630
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 630

class InfoTypeDescription; end

#supported_byArray<Google::Privacy::Dlp::V2::InfoTypeSupportedBy>

Returns Which parts of the API supports this InfoType.

Returns:



630
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 630

class InfoTypeDescription; end