Class: Google::Cloud::Dlp::V2::KindExpression
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::KindExpression
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/storage.rb
Overview
A representation of a Datastore kind.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the kind.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the kind.
337 338 339 340 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 337 class KindExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |