Class: Google::Cloud::Recommender::V1::UpdateInsightTypeConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Recommender::V1::UpdateInsightTypeConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommender/v1/recommender_service.rb
Overview
Request for the UpdateInsightTypeConfig
method.
Instance Attribute Summary collapse
-
#insight_type_config ⇒ ::Google::Cloud::Recommender::V1::InsightTypeConfig
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
-
#validate_only ⇒ ::Boolean
If true, validate the request and preview the change, but do not actually update it.
Instance Attribute Details
#insight_type_config ⇒ ::Google::Cloud::Recommender::V1::InsightTypeConfig
Returns Required. The InsightTypeConfig to update.
383 384 385 386 |
# File 'proto_docs/google/cloud/recommender/v1/recommender_service.rb', line 383 class UpdateInsightTypeConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated.
383 384 385 386 |
# File 'proto_docs/google/cloud/recommender/v1/recommender_service.rb', line 383 class UpdateInsightTypeConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns If true, validate the request and preview the change, but do not actually update it.
383 384 385 386 |
# File 'proto_docs/google/cloud/recommender/v1/recommender_service.rb', line 383 class UpdateInsightTypeConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |