Skip to content

Commit 72b16d7

Browse files
feat(all): auto-regenerate discovery clients (#1534)
1 parent ffe3471 commit 72b16d7

25 files changed

+9418
-359
lines changed

accesscontextmanager/v1/accesscontextmanager-api.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
],
186186
"parameters": {
187187
"resource": {
188-
"description": "REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.",
188+
"description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
189189
"location": "path",
190190
"pattern": "^accessPolicies/[^/]+$",
191191
"required": true,
@@ -279,7 +279,7 @@
279279
],
280280
"parameters": {
281281
"resource": {
282-
"description": "REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.",
282+
"description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
283283
"location": "path",
284284
"pattern": "^accessPolicies/[^/]+$",
285285
"required": true,
@@ -307,7 +307,7 @@
307307
],
308308
"parameters": {
309309
"resource": {
310-
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
310+
"description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
311311
"location": "path",
312312
"pattern": "^accessPolicies/[^/]+$",
313313
"required": true,
@@ -545,7 +545,7 @@
545545
],
546546
"parameters": {
547547
"resource": {
548-
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
548+
"description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
549549
"location": "path",
550550
"pattern": "^accessPolicies/[^/]+/accessLevels/[^/]+$",
551551
"required": true,
@@ -781,7 +781,7 @@
781781
],
782782
"parameters": {
783783
"resource": {
784-
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
784+
"description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
785785
"location": "path",
786786
"pattern": "^accessPolicies/[^/]+/servicePerimeters/[^/]+$",
787787
"required": true,
@@ -1083,7 +1083,7 @@
10831083
}
10841084
}
10851085
},
1086-
"revision": "20220402",
1086+
"revision": "20220503",
10871087
"rootUrl": "https://accesscontextmanager.googleapis.com/",
10881088
"schemas": {
10891089
"AccessContextManagerOperationMetadata": {
@@ -1168,7 +1168,7 @@
11681168
"type": "object"
11691169
},
11701170
"AuditConfig": {
1171-
"description": "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 AuditConfig 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 specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:[email protected]\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:[email protected]\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts [email protected] from DATA_READ logging, and [email protected] from DATA_WRITE logging.",
1171+
"description": "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 AuditConfig 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 specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:[email protected]\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:[email protected]\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `[email protected]` from DATA_READ logging, and `[email protected]` from DATA_WRITE logging.",
11721172
"id": "AuditConfig",
11731173
"properties": {
11741174
"auditLogConfigs": {

accesscontextmanager/v1/accesscontextmanager-gen.go

Lines changed: 19 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analyticsdata/v1beta/analyticsdata-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
]
254254
},
255255
"runRealtimeReport": {
256-
"description": "The Google Analytics Realtime API returns a customized report of realtime event data for your property. These reports show events and usage from the last 30 minutes. For a guide to constructing realtime requests \u0026 understanding responses, see [Creating a Realtime Report](https://developers.google.com/analytics/devguides/reporting/data/v1/realtime-basics).",
256+
"description": "Returns a customized report of realtime event data for your property. Events appear in realtime reports seconds after they have been sent to the Google Analytics. Realtime reports show events and usage data for the periods of time ranging from the present moment to 30 minutes ago (up to 60 minutes for Google Analytics 360 properties). For a guide to constructing realtime requests \u0026 understanding responses, see [Creating a Realtime Report](https://developers.google.com/analytics/devguides/reporting/data/v1/realtime-basics).",
257257
"flatPath": "v1beta/properties/{propertiesId}:runRealtimeReport",
258258
"httpMethod": "POST",
259259
"id": "analyticsdata.properties.runRealtimeReport",
@@ -313,7 +313,7 @@
313313
}
314314
}
315315
},
316-
"revision": "20220416",
316+
"revision": "20220504",
317317
"rootUrl": "https://analyticsdata.googleapis.com/",
318318
"schemas": {
319319
"ActiveMetricRestriction": {

analyticsdata/v1beta/analyticsdata-gen.go

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)