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
- (::Google::Cloud::Developerconnect::V1::InsightsConfig) — Required. The resource being created.
#insights_config=
def insights_config=(value) -> ::Google::Cloud::Developerconnect::V1::InsightsConfig
Parameter
- value (::Google::Cloud::Developerconnect::V1::InsightsConfig) — Required. The resource being created.
Returns
- (::Google::Cloud::Developerconnect::V1::InsightsConfig) — Required. The resource being created.
#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.