Class: Google::Cloud::Datastore::V1::PropertyMask
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::V1::PropertyMask
- 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
-
#paths ⇒ ::Array<::String>
The paths to the properties covered by this mask.
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 |