Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::ListOperationsResponse.
ListOperationsResponse is the result of ListOperationsRequest.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#missing_zones
def missing_zones() -> ::Array<::String>
Returns
- (::Array<::String>) — If any zones are listed here, the list of operations returned may be missing the operations from those zones.
#missing_zones=
def missing_zones=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — If any zones are listed here, the list of operations returned may be missing the operations from those zones.
Returns
- (::Array<::String>) — If any zones are listed here, the list of operations returned may be missing the operations from those zones.
#operations
def operations() -> ::Array<::Google::Cloud::Container::V1::Operation>
Returns
- (::Array<::Google::Cloud::Container::V1::Operation>) — A list of operations in the project in the specified zone.
#operations=
def operations=(value) -> ::Array<::Google::Cloud::Container::V1::Operation>
Parameter
- value (::Array<::Google::Cloud::Container::V1::Operation>) — A list of operations in the project in the specified zone.
Returns
- (::Array<::Google::Cloud::Container::V1::Operation>) — A list of operations in the project in the specified zone.