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.
-
#overview ⇒ ::Google::Protobuf::Struct
Condensed overview information about the recommendation.
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.
121 122 123 124 |
# File 'proto_docs/google/cloud/recommender/v1/recommendation.rb', line 121 class RecommendationContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#overview ⇒ ::Google::Protobuf::Struct
Returns Condensed overview information about the recommendation.
121 122 123 124 |
# File 'proto_docs/google/cloud/recommender/v1/recommendation.rb', line 121 class RecommendationContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |