Class: Google::Cloud::Developerconnect::V1::GetInsightsConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Developerconnect::V1::GetInsightsConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/insights_config.rb
Overview
Request for getting an InsightsConfig.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource.
240 241 242 243 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 240 class GetInsightsConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |