Class: Google::Cloud::Datastore::Admin::V1::Index::IndexedProperty

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

Overview

A property of an index.

Instance Attribute Summary collapse

Instance Attribute Details

#direction::Google::Cloud::Datastore::Admin::V1::Index::Direction

Returns Required. The indexed property's direction. Must not be DIRECTION_UNSPECIFIED.

Returns:



61
62
63
64
# File 'proto_docs/google/datastore/admin/v1/index.rb', line 61

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

#name::String

Returns Required. The property name to index.

Returns:

  • (::String)

    Required. The property name to index.



61
62
63
64
# File 'proto_docs/google/datastore/admin/v1/index.rb', line 61

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