Class: Google::Cloud::Developerconnect::V1::CreateInsightsConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Developerconnect::V1::CreateInsightsConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/insights_config.rb
Overview
Request for creating an InsightsConfig.
Instance Attribute Summary collapse
-
#insights_config ⇒ ::Google::Cloud::Developerconnect::V1::InsightsConfig
Required.
-
#insights_config_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#insights_config ⇒ ::Google::Cloud::Developerconnect::V1::InsightsConfig
Returns Required. The resource being created.
231 232 233 234 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 231 class CreateInsightsConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#insights_config_id ⇒ ::String
Returns Required. ID of the requesting InsightsConfig.
231 232 233 234 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 231 class CreateInsightsConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Value for parent.
231 232 233 234 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 231 class CreateInsightsConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. If set, validate the request, but do not actually post it.
231 232 233 234 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 231 class CreateInsightsConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |