Developer Connect V1 API - Class Google::Cloud::Developerconnect::V1::CreateInsightsConfigRequest (v1.2.0)

Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::Developerconnect::V1::CreateInsightsConfigRequest.

Request for creating an InsightsConfig.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#insights_config

def insights_config() -> ::Google::Cloud::Developerconnect::V1::InsightsConfig
Returns

#insights_config=

def insights_config=(value) -> ::Google::Cloud::Developerconnect::V1::InsightsConfig
Parameter
Returns

#insights_config_id

def insights_config_id() -> ::String
Returns
  • (::String) — Required. ID of the requesting InsightsConfig.

#insights_config_id=

def insights_config_id=(value) -> ::String
Parameter
  • value (::String) — Required. ID of the requesting InsightsConfig.
Returns
  • (::String) — Required. ID of the requesting InsightsConfig.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Value for parent.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Value for parent.
Returns
  • (::String) — Required. Value for parent.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Optional. If set, validate the request, but do not actually post it.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.