Class: Google::Apis::DatastoreV1beta3::Projection
- Inherits:
-
Object
- Object
- Google::Apis::DatastoreV1beta3::Projection
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/datastore_v1beta3/classes.rb,
generated/google/apis/datastore_v1beta3/representations.rb,
generated/google/apis/datastore_v1beta3/representations.rb
Overview
A representation of a property in a projection.
Instance Attribute Summary collapse
-
#property ⇒ Google::Apis::DatastoreV1beta3::PropertyReference
A reference to a property relative to the kind expressions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Projection
constructor
A new instance of Projection.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Projection
Returns a new instance of Projection
1266 1267 1268 |
# File 'generated/google/apis/datastore_v1beta3/classes.rb', line 1266 def initialize(**args) update!(**args) end |
Instance Attribute Details
#property ⇒ Google::Apis::DatastoreV1beta3::PropertyReference
A reference to a property relative to the kind expressions.
Corresponds to the JSON property property
1264 1265 1266 |
# File 'generated/google/apis/datastore_v1beta3/classes.rb', line 1264 def property @property end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1271 1272 1273 |
# File 'generated/google/apis/datastore_v1beta3/classes.rb', line 1271 def update!(**args) @property = args[:property] if args.key?(:property) end |