Class: Google::Cloud::Dlp::V2::VersionDescription
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::VersionDescription
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Details about each available version for an infotype.
Instance Attribute Summary collapse
-
#description ⇒ ::String
Description of the version.
-
#version ⇒ ::String
Name of the version.
Instance Attribute Details
#description ⇒ ::String
Returns Description of the version.
1429 1430 1431 1432 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1429 class VersionDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns Name of the version.
1429 1430 1431 1432 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1429 class VersionDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |