Class UpdateLoggingConfigRequest (1.21.0)

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

Request for ProjectService.UpdateLoggingConfig method.

Attributes

Name Description
logging_config google.cloud.retail_v2alpha.types.LoggingConfig
Required. The LoggingConfig to update. If the caller does not have permission to update the LoggingConfig, then a PERMISSION_DENIED error is returned. If the LoggingConfig to update does not exist, a NOT_FOUND error is returned.
update_mask google.protobuf.field_mask_pb2.FieldMask
Indicates which fields in the provided LoggingConfig to update. The following are the only supported fields: - LoggingConfig.default_log_generation_rule - LoggingConfig.service_log_generation_rules If not set, all supported fields are updated.