Class UpdateInsightTypeConfigRequest (2.7.4)

UpdateInsightTypeConfigRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request for the UpdateInsightTypeConfig method.

Attributes

NameDescription
insight_type_config google.cloud.recommender_v1beta1.types.InsightTypeConfig
Required. The InsightTypeConfig to update.
update_mask google.protobuf.field_mask_pb2.FieldMask
The list of fields to be updated.
validate_only bool
If true, validate the request and preview the change, but do not actually update it.