Class: Google::Cloud::Dlp::V2::KindExpression

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

Instance Attribute Details

#name::String

Returns The name of the kind.

Returns:

  • (::String)

    The name of the kind.



317
318
319
320
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 317

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