Class: Google::Cloud::Dlp::V2::InfoType

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

Overview

Type of information detected by the API.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern [A-Za-z0-9$_-]{1,64}.

Returns:

  • (::String)

    Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern [A-Za-z0-9$_-]{1,64}.



35
36
37
38
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 35

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

#version::String

Returns Optional version name for this InfoType.

Returns:

  • (::String)

    Optional version name for this InfoType.



35
36
37
38
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 35

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