Skip to content

Commit ab27e7b

Browse files
feat(all): auto-regenerate discovery clients (#1543)
1 parent d4bf66e commit ab27e7b

40 files changed

+497
-367
lines changed

appengine/v1/appengine-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@
15951595
}
15961596
}
15971597
},
1598-
"revision": "20220326",
1598+
"revision": "20220509",
15991599
"rootUrl": "https://appengine.googleapis.com/",
16001600
"schemas": {
16011601
"ApiConfigHandler": {
@@ -3483,7 +3483,7 @@
34833483
"description": "Serving configuration for Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/).Only returned in GET requests if view=FULL is set."
34843484
},
34853485
"appEngineApis": {
3486-
"description": "app_engine_apis allows second generation runtimes to access the App Engine APIs.",
3486+
"description": "Allows App Engine second generation runtimes to access the legacy bundled services.",
34873487
"type": "boolean"
34883488
},
34893489
"automaticScaling": {

appengine/v1/appengine-gen.go

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

appengine/v1beta/appengine-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@
15951595
}
15961596
}
15971597
},
1598-
"revision": "20220326",
1598+
"revision": "20220509",
15991599
"rootUrl": "https://appengine.googleapis.com/",
16001600
"schemas": {
16011601
"ApiConfigHandler": {
@@ -3544,7 +3544,7 @@
35443544
"description": "Serving configuration for Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/).Only returned in GET requests if view=FULL is set."
35453545
},
35463546
"appEngineApis": {
3547-
"description": "app_engine_apis allows second generation runtimes to access the App Engine APIs.",
3547+
"description": "Allows App Engine second generation runtimes to access the legacy bundled services.",
35483548
"type": "boolean"
35493549
},
35503550
"automaticScaling": {

appengine/v1beta/appengine-gen.go

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

bigqueryconnection/v1beta1/bigqueryconnection-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
],
211211
"parameters": {
212212
"resource": {
213-
"description": "REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.",
213+
"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.",
214214
"location": "path",
215215
"pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+$",
216216
"required": true,
@@ -311,7 +311,7 @@
311311
],
312312
"parameters": {
313313
"resource": {
314-
"description": "REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.",
314+
"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.",
315315
"location": "path",
316316
"pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+$",
317317
"required": true,
@@ -340,7 +340,7 @@
340340
],
341341
"parameters": {
342342
"resource": {
343-
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
343+
"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.",
344344
"location": "path",
345345
"pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+$",
346346
"required": true,
@@ -395,7 +395,7 @@
395395
}
396396
}
397397
},
398-
"revision": "20220429",
398+
"revision": "20220506",
399399
"rootUrl": "https://bigqueryconnection.googleapis.com/",
400400
"schemas": {
401401
"AuditConfig": {

bigqueryconnection/v1beta1/bigqueryconnection-gen.go

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

bigtableadmin/v2/bigtableadmin-api.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
],
390390
"parameters": {
391391
"resource": {
392-
"description": "REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.",
392+
"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.",
393393
"location": "path",
394394
"pattern": "^projects/[^/]+/instances/[^/]+$",
395395
"required": true,
@@ -497,7 +497,7 @@
497497
],
498498
"parameters": {
499499
"resource": {
500-
"description": "REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.",
500+
"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.",
501501
"location": "path",
502502
"pattern": "^projects/[^/]+/instances/[^/]+$",
503503
"required": true,
@@ -530,7 +530,7 @@
530530
],
531531
"parameters": {
532532
"resource": {
533-
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
533+
"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.",
534534
"location": "path",
535535
"pattern": "^projects/[^/]+/instances/[^/]+$",
536536
"required": true,
@@ -1104,7 +1104,7 @@
11041104
],
11051105
"parameters": {
11061106
"resource": {
1107-
"description": "REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.",
1107+
"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.",
11081108
"location": "path",
11091109
"pattern": "^projects/[^/]+/instances/[^/]+/clusters/[^/]+/backups/[^/]+$",
11101110
"required": true,
@@ -1224,7 +1224,7 @@
12241224
],
12251225
"parameters": {
12261226
"resource": {
1227-
"description": "REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.",
1227+
"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.",
12281228
"location": "path",
12291229
"pattern": "^projects/[^/]+/instances/[^/]+/clusters/[^/]+/backups/[^/]+$",
12301230
"required": true,
@@ -1256,7 +1256,7 @@
12561256
],
12571257
"parameters": {
12581258
"resource": {
1259-
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
1259+
"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.",
12601260
"location": "path",
12611261
"pattern": "^projects/[^/]+/instances/[^/]+/clusters/[^/]+/backups/[^/]+$",
12621262
"required": true,
@@ -1559,7 +1559,7 @@
15591559
],
15601560
"parameters": {
15611561
"resource": {
1562-
"description": "REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.",
1562+
"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.",
15631563
"location": "path",
15641564
"pattern": "^projects/[^/]+/instances/[^/]+/tables/[^/]+$",
15651565
"required": true,
@@ -1717,7 +1717,7 @@
17171717
],
17181718
"parameters": {
17191719
"resource": {
1720-
"description": "REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.",
1720+
"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.",
17211721
"location": "path",
17221722
"pattern": "^projects/[^/]+/instances/[^/]+/tables/[^/]+$",
17231723
"required": true,
@@ -1749,7 +1749,7 @@
17491749
],
17501750
"parameters": {
17511751
"resource": {
1752-
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
1752+
"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.",
17531753
"location": "path",
17541754
"pattern": "^projects/[^/]+/instances/[^/]+/tables/[^/]+$",
17551755
"required": true,
@@ -1860,7 +1860,7 @@
18601860
}
18611861
}
18621862
},
1863-
"revision": "20220412",
1863+
"revision": "20220430",
18641864
"rootUrl": "https://bigtableadmin.googleapis.com/",
18651865
"schemas": {
18661866
"AppProfile": {
@@ -1891,7 +1891,7 @@
18911891
"type": "object"
18921892
},
18931893
"AuditConfig": {
1894-
"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:jose@example.com\" ] }, { \"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:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.",
1894+
"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:jose@example.com\" ] }, { \"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:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.",
18951895
"id": "AuditConfig",
18961896
"properties": {
18971897
"auditLogConfigs": {

0 commit comments

Comments
 (0)