Class: Google::Cloud::Recommender::V1::Insight::RecommendationReference
- Inherits:
-
Object
- Object
- Google::Cloud::Recommender::V1::Insight::RecommendationReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommender/v1/insight.rb
Overview
Reference to an associated recommendation.
Instance Attribute Summary collapse
-
#recommendation ⇒ ::String
Recommendation resource name, e.g.
Instance Attribute Details
#recommendation ⇒ ::String
Returns Recommendation resource name, e.g. projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/recommendations/[RECOMMENDATION_ID].
76 77 78 79 |
# File 'proto_docs/google/cloud/recommender/v1/insight.rb', line 76 class RecommendationReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |