Skip to content

Commit 8942a36

Browse files
feat(all): auto-regenerate discovery clients (#1645)
1 parent 6a8be6a commit 8942a36

21 files changed

+8163
-5397
lines changed

api-list.json

+15
Original file line numberDiff line numberDiff line change
@@ -1652,6 +1652,21 @@
16521652
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
16531653
},
16541654
"documentationLink": "https://cloud.google.com/apigee/docs/api-platform/connectors/about-connectors",
1655+
"preferred": false
1656+
},
1657+
{
1658+
"kind": "discovery#directoryItem",
1659+
"id": "connectors:v2",
1660+
"name": "connectors",
1661+
"version": "v2",
1662+
"title": "Connectors API",
1663+
"description": "Enables users to create and manage connections to Google Cloud services and third-party business applications using the Connectors interface.",
1664+
"discoveryRestUrl": "https://connectors.googleapis.com/$discovery/rest?version=v2",
1665+
"icons": {
1666+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
1667+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
1668+
},
1669+
"documentationLink": "https://cloud.google.com/apigee/docs/api-platform/connectors/about-connectors",
16551670
"preferred": true
16561671
},
16571672
{

beyondcorp/v1alpha/beyondcorp-api.json

+700-3
Large diffs are not rendered by default.

beyondcorp/v1alpha/beyondcorp-gen.go

+7,333-5,299
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudchannel/v1/cloudchannel-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@
19011901
}
19021902
}
19031903
},
1904-
"revision": "20220728",
1904+
"revision": "20220803",
19051905
"rootUrl": "https://cloudchannel.googleapis.com/",
19061906
"schemas": {
19071907
"GoogleCloudChannelV1ActivateEntitlementRequest": {
@@ -2878,7 +2878,7 @@
28782878
"type": "string"
28792879
},
28802880
"languageCode": {
2881-
"description": "The BCP-47 language code. For example, \"en-US\". The response will localize in the corresponding language code, if specified. The default value is \"en-US\".",
2881+
"description": "Optional. The BCP-47 language code. For example, \"en-US\". The response will localize in the corresponding language code, if specified. The default value is \"en-US\".",
28822882
"type": "string"
28832883
},
28842884
"pageSize": {

cloudchannel/v1/cloudchannel-gen.go

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datastore/v1/datastore-api.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -626,15 +626,15 @@
626626
}
627627
}
628628
},
629-
"revision": "20220604",
629+
"revision": "20220730",
630630
"rootUrl": "https://datastore.googleapis.com/",
631631
"schemas": {
632632
"AllocateIdsRequest": {
633633
"description": "The request for Datastore.AllocateIds.",
634634
"id": "AllocateIdsRequest",
635635
"properties": {
636636
"databaseId": {
637-
"description": "If not empty, the ID of the database against which to make the request.",
637+
"description": "The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.",
638638
"type": "string"
639639
},
640640
"keys": {
@@ -680,7 +680,7 @@
680680
"id": "BeginTransactionRequest",
681681
"properties": {
682682
"databaseId": {
683-
"description": "If not empty, the ID of the database against which to make the request.",
683+
"description": "The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.",
684684
"type": "string"
685685
},
686686
"transactionOptions": {
@@ -707,7 +707,7 @@
707707
"id": "CommitRequest",
708708
"properties": {
709709
"databaseId": {
710-
"description": "If not empty, the ID of the database against which to make the request.",
710+
"description": "The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.",
711711
"type": "string"
712712
},
713713
"mode": {
@@ -1659,7 +1659,7 @@
16591659
"id": "LookupRequest",
16601660
"properties": {
16611661
"databaseId": {
1662-
"description": "If not empty, the ID of the database against which to make the request.",
1662+
"description": "The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.",
16631663
"type": "string"
16641664
},
16651665
"keys": {
@@ -2045,7 +2045,7 @@
20452045
"id": "ReadOptions",
20462046
"properties": {
20472047
"readConsistency": {
2048-
"description": "The non-transactional read consistency to use. Cannot be set to `STRONG` for global queries.",
2048+
"description": "The non-transactional read consistency to use.",
20492049
"enum": [
20502050
"READ_CONSISTENCY_UNSPECIFIED",
20512051
"STRONG",
@@ -2088,7 +2088,7 @@
20882088
"id": "ReserveIdsRequest",
20892089
"properties": {
20902090
"databaseId": {
2091-
"description": "If not empty, the ID of the database against which to make the request.",
2091+
"description": "The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.",
20922092
"type": "string"
20932093
},
20942094
"keys": {
@@ -2112,7 +2112,7 @@
21122112
"id": "RollbackRequest",
21132113
"properties": {
21142114
"databaseId": {
2115-
"description": "If not empty, the ID of the database against which to make the request.",
2115+
"description": "The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.",
21162116
"type": "string"
21172117
},
21182118
"transaction": {
@@ -2134,7 +2134,7 @@
21342134
"id": "RunQueryRequest",
21352135
"properties": {
21362136
"databaseId": {
2137-
"description": "If not empty, the ID of the database against which to make the request.",
2137+
"description": "The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.",
21382138
"type": "string"
21392139
},
21402140
"gqlQuery": {

datastore/v1/datastore-gen.go

+21-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datastore/v1beta3/datastore-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
}
309309
}
310310
},
311-
"revision": "20220604",
311+
"revision": "20220730",
312312
"rootUrl": "https://datastore.googleapis.com/",
313313
"schemas": {
314314
"AllocateIdsRequest": {
@@ -1500,7 +1500,7 @@
15001500
"id": "ReadOptions",
15011501
"properties": {
15021502
"readConsistency": {
1503-
"description": "The non-transactional read consistency to use. Cannot be set to `STRONG` for global queries.",
1503+
"description": "The non-transactional read consistency to use.",
15041504
"enum": [
15051505
"READ_CONSISTENCY_UNSPECIFIED",
15061506
"STRONG",
@@ -1543,7 +1543,7 @@
15431543
"id": "ReserveIdsRequest",
15441544
"properties": {
15451545
"databaseId": {
1546-
"description": "If not empty, the ID of the database against which to make the request.",
1546+
"description": "The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.",
15471547
"type": "string"
15481548
},
15491549
"keys": {

datastore/v1beta3/datastore-gen.go

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firestore/v1/firestore-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@
13531353
}
13541354
}
13551355
},
1356-
"revision": "20220625",
1356+
"revision": "20220730",
13571357
"rootUrl": "https://firestore.googleapis.com/",
13581358
"schemas": {
13591359
"ArrayValue": {
@@ -2459,7 +2459,7 @@
24592459
"type": "object"
24602460
},
24612461
"GoogleFirestoreAdminV1TtlConfig": {
2462-
"description": "The TTL (time-to-live) configuration for documents that have this `Field` set. Storing a timestamp value into a TTL-enabled field will be treated as the document's absolute expiration time. Using any other data type or leaving the field absent will disable the TTL for the individual document.",
2462+
"description": "The TTL (time-to-live) configuration for documents that have this `Field` set. Storing a timestamp value into a TTL-enabled field will be treated as the document's absolute expiration time. Timestamp values in the past indicate that the document is eligible for immediate expiration. Using any other data type or leaving the field absent will disable expiration for the individual document.",
24632463
"id": "GoogleFirestoreAdminV1TtlConfig",
24642464
"properties": {
24652465
"state": {
@@ -3020,7 +3020,7 @@
30203020
"type": "integer"
30213021
},
30223022
"orderBy": {
3023-
"description": "The order to apply to the query results. Firestore guarantees a stable ordering through the following rules: * Any field required to appear in `order_by`, that is not already specified in `order_by`, is appended to the order in field name order by default. * If an order on `__name__` is not specified, it is appended by default. Fields are appended with the same sort direction as the last order specified, or 'ASCENDING' if no order was specified. For example: * `SELECT * FROM Foo ORDER BY A` becomes `SELECT * FROM Foo ORDER BY A, __name__` * `SELECT * FROM Foo ORDER BY A DESC` becomes `SELECT * FROM Foo ORDER BY A DESC, __name__ DESC` * `SELECT * FROM Foo WHERE A \u003e 1` becomes `SELECT * FROM Foo WHERE A \u003e 1 ORDER BY A, __name__`",
3023+
"description": "The order to apply to the query results. Firestore allows callers to provide a full ordering, a partial ordering, or no ordering at all. In all cases, Firestore guarantees a stable ordering through the following rules: * The `order_by` is required to reference all fields used with an inequality filter. * All fields that are required to be in the `order_by` but are not already present are appended in lexicographical ordering of the field name. * If an order on `__name__` is not specified, it is appended by default. Fields are appended with the same sort direction as the last order specified, or 'ASCENDING' if no order was specified. For example: * `ORDER BY a` becomes `ORDER BY a ASC, __name__ ASC` * `ORDER BY a DESC` becomes `ORDER BY a DESC, __name__ DESC` * `WHERE a \u003e 1` becomes `WHERE a \u003e 1 ORDER BY a ASC, __name__ ASC` * `WHERE __name__ \u003e ... AND a \u003e 1` becomes `WHERE __name__ \u003e ... AND a \u003e 1 ORDER BY a ASC, __name__ ASC`",
30243024
"items": {
30253025
"$ref": "Order"
30263026
},

firestore/v1/firestore-gen.go

+19-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firestore/v1beta1/firestore-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@
921921
}
922922
}
923923
},
924-
"revision": "20220428",
924+
"revision": "20220730",
925925
"rootUrl": "https://firestore.googleapis.com/",
926926
"schemas": {
927927
"ArrayValue": {
@@ -2201,7 +2201,7 @@
22012201
"type": "integer"
22022202
},
22032203
"orderBy": {
2204-
"description": "The order to apply to the query results. Firestore guarantees a stable ordering through the following rules: * Any field required to appear in `order_by`, that is not already specified in `order_by`, is appended to the order in field name order by default. * If an order on `__name__` is not specified, it is appended by default. Fields are appended with the same sort direction as the last order specified, or 'ASCENDING' if no order was specified. For example: * `SELECT * FROM Foo ORDER BY A` becomes `SELECT * FROM Foo ORDER BY A, __name__` * `SELECT * FROM Foo ORDER BY A DESC` becomes `SELECT * FROM Foo ORDER BY A DESC, __name__ DESC` * `SELECT * FROM Foo WHERE A \u003e 1` becomes `SELECT * FROM Foo WHERE A \u003e 1 ORDER BY A, __name__`",
2204+
"description": "The order to apply to the query results. Firestore allows callers to provide a full ordering, a partial ordering, or no ordering at all. In all cases, Firestore guarantees a stable ordering through the following rules: * The `order_by` is required to reference all fields used with an inequality filter. * All fields that are required to be in the `order_by` but are not already present are appended in lexicographical ordering of the field name. * If an order on `__name__` is not specified, it is appended by default. Fields are appended with the same sort direction as the last order specified, or 'ASCENDING' if no order was specified. For example: * `ORDER BY a` becomes `ORDER BY a ASC, __name__ ASC` * `ORDER BY a DESC` becomes `ORDER BY a DESC, __name__ DESC` * `WHERE a \u003e 1` becomes `WHERE a \u003e 1 ORDER BY a ASC, __name__ ASC` * `WHERE __name__ \u003e ... AND a \u003e 1` becomes `WHERE __name__ \u003e ... AND a \u003e 1 ORDER BY a ASC, __name__ ASC`",
22052205
"items": {
22062206
"$ref": "Order"
22072207
},

0 commit comments

Comments
 (0)