Class: Google::Cloud::Dlp::V2::InfoTypeDescription
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::InfoTypeDescription
- 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
-
#categories ⇒ ::Array<::Google::Cloud::Dlp::V2::InfoTypeCategory>
The category of the infoType.
-
#description ⇒ ::String
Description of the infotype.
-
#display_name ⇒ ::String
Human readable form of the infoType name.
-
#name ⇒ ::String
Internal name of the infoType.
-
#sensitivity_score ⇒ ::Google::Cloud::Dlp::V2::SensitivityScore
The default sensitivity of the infoType.
-
#supported_by ⇒ ::Array<::Google::Cloud::Dlp::V2::InfoTypeSupportedBy>
Which parts of the API supports this InfoType.
-
#versions ⇒ ::Array<::Google::Cloud::Dlp::V2::VersionDescription>
A list of available versions for the infotype.
Instance Attribute Details
#categories ⇒ ::Array<::Google::Cloud::Dlp::V2::InfoTypeCategory>
Returns The category of the infoType.
1194 1195 1196 1197 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1194 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.
1194 1195 1196 1197 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1194 class InfoTypeDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Human readable form of the infoType name.
1194 1195 1196 1197 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1194 class InfoTypeDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Internal name of the infoType.
1194 1195 1196 1197 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1194 class InfoTypeDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sensitivity_score ⇒ ::Google::Cloud::Dlp::V2::SensitivityScore
Returns The default sensitivity of the infoType.
1194 1195 1196 1197 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1194 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.
1194 1195 1196 1197 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1194 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.
1194 1195 1196 1197 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1194 class InfoTypeDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |