Class: Google::Apis::ComputeAlpha::OperationsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::OperationsScopedList
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#operations ⇒ Array<Google::Apis::ComputeAlpha::Operation>
[Output Only] A list of operations contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::OperationsScopedList::Warning
[Output Only] Informational warning which replaces the list of operations when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OperationsScopedList
constructor
A new instance of OperationsScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ OperationsScopedList
Returns a new instance of OperationsScopedList
18333 18334 18335 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 18333 def initialize(**args) update!(**args) end |
Instance Attribute Details
#operations ⇒ Array<Google::Apis::ComputeAlpha::Operation>
[Output Only] A list of operations contained in this scope.
Corresponds to the JSON property operations
18325 18326 18327 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 18325 def operations @operations end |
#warning ⇒ Google::Apis::ComputeAlpha::OperationsScopedList::Warning
[Output Only] Informational warning which replaces the list of operations when
the list is empty.
Corresponds to the JSON property warning
18331 18332 18333 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 18331 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18338 18339 18340 18341 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 18338 def update!(**args) @operations = args[:operations] if args.key?(:operations) @warning = args[:warning] if args.key?(:warning) end |