Class: Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1Projection
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1Projection
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2beta1/classes.rb,
generated/google/apis/dlp_v2beta1/representations.rb,
generated/google/apis/dlp_v2beta1/representations.rb
Overview
A representation of a Datastore property in a projection.
Instance Attribute Summary collapse
-
#property ⇒ Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1PropertyReference
A reference to a property relative to the Datastore kind expressions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1Projection
constructor
A new instance of GooglePrivacyDlpV2beta1Projection.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1Projection
Returns a new instance of GooglePrivacyDlpV2beta1Projection
2434 2435 2436 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2434 def initialize(**args) update!(**args) end |
Instance Attribute Details
#property ⇒ Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1PropertyReference
A reference to a property relative to the Datastore kind expressions.
Corresponds to the JSON property property
2432 2433 2434 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2432 def property @property end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2439 2440 2441 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2439 def update!(**args) @property = args[:property] if args.key?(:property) end |