Class: Google::Cloud::Datastore::V1::KindExpression

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/datastore/v1/query.rb

Overview

A representation of a kind.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The name of the kind.

Returns:

  • (::String)

    The name of the kind.



117
118
119
120
# File 'proto_docs/google/datastore/v1/query.rb', line 117

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