Class: Google::Cloud::Recommender::V1::GetInsightRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Recommender::V1::GetInsightRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommender/v1/recommender_service.rb
Overview
Request to the GetInsight
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the insight.
107 108 109 110 |
# File 'proto_docs/google/cloud/recommender/v1/recommender_service.rb', line 107 class GetInsightRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |