Class: Google::Cloud::Recommender::V1::RecommendationContent
- Inherits:
-
Object
- Object
- Google::Cloud::Recommender::V1::RecommendationContent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommender/v1/recommendation.rb
Overview
Contains what resources are changing and how they are changing.
Instance Attribute Summary collapse
-
#operation_groups ⇒ ::Array<::Google::Cloud::Recommender::V1::OperationGroup>
Operations to one or more Google Cloud resources grouped in such a way that, all operations within one group are expected to be performed atomically and in an order.
Instance Attribute Details
#operation_groups ⇒ ::Array<::Google::Cloud::Recommender::V1::OperationGroup>
Returns Operations to one or more Google Cloud resources grouped in such a way that, all operations within one group are expected to be performed atomically and in an order.
91 92 93 94 |
# File 'proto_docs/google/cloud/recommender/v1/recommendation.rb', line 91 class RecommendationContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |