| Index: generated/googleapis/lib/deploymentmanager/v2.dart
|
| diff --git a/generated/googleapis/lib/deploymentmanager/v2.dart b/generated/googleapis/lib/deploymentmanager/v2.dart
|
| index 8e71d158c5d8f5b1eca6746b97316ea0d2166b20..9cf8b5fd191c36ffb48b0913d7be3982196cb0a5 100644
|
| --- a/generated/googleapis/lib/deploymentmanager/v2.dart
|
| +++ b/generated/googleapis/lib/deploymentmanager/v2.dart
|
| @@ -1340,9 +1340,9 @@ class TypesResourceApi {
|
|
|
|
|
| /**
|
| - * Specifies the audit configuration for a service. It consists of which
|
| - * permission types are logged, and what identities, if any, are exempted from
|
| - * logging. An AuditConifg must have one or more AuditLogConfigs.
|
| + * Specifies the audit configuration for a service. The configuration determines
|
| + * which permission types are logged, and what identities, if any, are exempted
|
| + * from logging. An AuditConifg must have one or more AuditLogConfigs.
|
| *
|
| * If there are AuditConfigs for both `allServices` and a specific service, the
|
| * union of the two AuditConfigs is used for that service: the log_types
|
| @@ -1363,8 +1363,8 @@ class AuditConfig {
|
| core.List<core.String> exemptedMembers;
|
| /**
|
| * Specifies a service that will be enabled for audit logging. For example,
|
| - * `resourcemanager`, `storage`, `compute`. `allServices` is a special value
|
| - * that covers all services.
|
| + * `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a
|
| + * special value that covers all services.
|
| */
|
| core.String service;
|
|
|
|
|