Class: Google::Cloud::Datastore::V1::PropertyMask

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

Overview

The set of arbitrarily nested property paths used to restrict an operation to only a subset of properties in an entity.

Instance Attribute Summary collapse

Instance Attribute Details

#paths::Array<::String>



655
656
657
658
# File 'proto_docs/google/datastore/v1/datastore.rb', line 655

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