class Google::Apis::ContainerV1beta1::ListOperationsResponse
ListOperationsResponse
is the result of ListOperationsRequest.
Attributes
missing_zones[RW]
If any zones are listed here, the list of operations returned may be missing the operations from those zones. Corresponds to the JSON property `missingZones` @return [Array<String>]
operations[RW]
A list of operations in the project in the specified zone. Corresponds to the JSON property `operations` @return [Array<Google::Apis::ContainerV1beta1::Operation>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/container_v1beta1/classes.rb, line 2461 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/container_v1beta1/classes.rb, line 2466 def update!(**args) @missing_zones = args[:missing_zones] if args.key?(:missing_zones) @operations = args[:operations] if args.key?(:operations) end