Reference documentation and code samples for the Recommender V1 API class Google::Cloud::Recommender::V1::OperationGroup.
Group of operations that need to be performed atomically.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#operations
def operations() -> ::Array<::Google::Cloud::Recommender::V1::Operation>
Returns
- (::Array<::Google::Cloud::Recommender::V1::Operation>) — List of operations across one or more resources that belong to this group. Loosely based on RFC6902 and should be performed in the order they appear.
#operations=
def operations=(value) -> ::Array<::Google::Cloud::Recommender::V1::Operation>
Parameter
- value (::Array<::Google::Cloud::Recommender::V1::Operation>) — List of operations across one or more resources that belong to this group. Loosely based on RFC6902 and should be performed in the order they appear.
Returns
- (::Array<::Google::Cloud::Recommender::V1::Operation>) — List of operations across one or more resources that belong to this group. Loosely based on RFC6902 and should be performed in the order they appear.