Remove write_restrictable from AdvancedLoggingJSON (#29424)

Этот коммит содержится в:
Nick Misasi
2024-12-04 13:29:03 -05:00
коммит произвёл GitHub
родитель 90c0235c4b
Коммит 027ac51b81

Просмотреть файл

@@ -1497,7 +1497,7 @@ type ExperimentalAuditSettings struct {
FileMaxBackups *int `access:"experimental_features,write_restrictable,cloud_restrictable"`
FileCompress *bool `access:"experimental_features,write_restrictable,cloud_restrictable"`
FileMaxQueueSize *int `access:"experimental_features,write_restrictable,cloud_restrictable"`
AdvancedLoggingJSON json.RawMessage `access:"experimental_features,write_restrictable"`
AdvancedLoggingJSON json.RawMessage `access:"experimental_features"`
}
func (s *ExperimentalAuditSettings) SetDefaults() {