Class: Google::Cloud::Recommender::V1::Recommendation::InsightReference
- Inherits:
-
Object
- Object
- Google::Cloud::Recommender::V1::Recommendation::InsightReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommender/v1/recommendation.rb
Overview
Reference to an associated insight.
Instance Attribute Summary collapse
-
#insight ⇒ ::String
Insight resource name, e.g.
Instance Attribute Details
#insight ⇒ ::String
Returns Insight resource name, e.g. projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/insights/[INSIGHT_ID].
88 89 90 91 |
# File 'proto_docs/google/cloud/recommender/v1/recommendation.rb', line 88 class InsightReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |