Class: Google::Cloud::Dlp::V2::VersionDescription

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#description::String

Returns Description of the version.

Returns:

  • (::String)

    Description of the version.



1391
1392
1393
1394
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1391

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

#version::String

Returns Name of the version.

Returns:

  • (::String)

    Name of the version



1391
1392
1393
1394
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1391

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