Class: Google::Cloud::Developerconnect::V1::CreateInsightsConfigRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#insights_config::Google::Cloud::Developerconnect::V1::InsightsConfig

Returns Required. The resource being created.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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