Class: Google::Cloud::Dlp::V2::InfoTypeDescription

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

Overview

InfoType description.

Instance Attribute Summary collapse

Instance Attribute Details

#categories::Array<::Google::Cloud::Dlp::V2::InfoTypeCategory>

Returns The category of the infoType.

Returns:



1050
1051
1052
1053
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1050

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

#description::String

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.



1050
1051
1052
1053
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1050

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

#display_name::String

Returns Human readable form of the infoType name.

Returns:

  • (::String)

    Human readable form of the infoType name.



1050
1051
1052
1053
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1050

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

#name::String

Returns Internal name of the infoType.

Returns:

  • (::String)

    Internal name of the infoType.



1050
1051
1052
1053
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1050

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

#supported_by::Array<::Google::Cloud::Dlp::V2::InfoTypeSupportedBy>

Returns Which parts of the API supports this InfoType.

Returns:



1050
1051
1052
1053
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1050

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

#versions::Array<::Google::Cloud::Dlp::V2::VersionDescription>

Returns A list of available versions for the infotype.

Returns:



1050
1051
1052
1053
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1050

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