Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #1645

Merged
merged 1 commit into from Aug 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions api-list.json
Expand Up @@ -1652,6 +1652,21 @@
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/apigee/docs/api-platform/connectors/about-connectors",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "connectors:v2",
"name": "connectors",
"version": "v2",
"title": "Connectors API",
"description": "Enables users to create and manage connections to Google Cloud services and third-party business applications using the Connectors interface.",
"discoveryRestUrl": "https://connectors.googleapis.com/$discovery/rest?version=v2",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/apigee/docs/api-platform/connectors/about-connectors",
"preferred": true
},
{
Expand Down
703 changes: 700 additions & 3 deletions beyondcorp/v1alpha/beyondcorp-api.json

Large diffs are not rendered by default.

12,632 changes: 7,333 additions & 5,299 deletions beyondcorp/v1alpha/beyondcorp-gen.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cloudchannel/v1/cloudchannel-api.json
Expand Up @@ -1901,7 +1901,7 @@
}
}
},
"revision": "20220728",
"revision": "20220803",
"rootUrl": "https://cloudchannel.googleapis.com/",
"schemas": {
"GoogleCloudChannelV1ActivateEntitlementRequest": {
Expand Down Expand Up @@ -2878,7 +2878,7 @@
"type": "string"
},
"languageCode": {
"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\".",
"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\".",
"type": "string"
},
"pageSize": {
Expand Down
6 changes: 3 additions & 3 deletions cloudchannel/v1/cloudchannel-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions datastore/v1/datastore-api.json
Expand Up @@ -626,15 +626,15 @@
}
}
},
"revision": "20220604",
"revision": "20220730",
"rootUrl": "https://datastore.googleapis.com/",
"schemas": {
"AllocateIdsRequest": {
"description": "The request for Datastore.AllocateIds.",
"id": "AllocateIdsRequest",
"properties": {
"databaseId": {
"description": "If not empty, the ID of the database against which to make the request.",
"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.",
"type": "string"
},
"keys": {
Expand Down Expand Up @@ -680,7 +680,7 @@
"id": "BeginTransactionRequest",
"properties": {
"databaseId": {
"description": "If not empty, the ID of the database against which to make the request.",
"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.",
"type": "string"
},
"transactionOptions": {
Expand All @@ -707,7 +707,7 @@
"id": "CommitRequest",
"properties": {
"databaseId": {
"description": "If not empty, the ID of the database against which to make the request.",
"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.",
"type": "string"
},
"mode": {
Expand Down Expand Up @@ -1659,7 +1659,7 @@
"id": "LookupRequest",
"properties": {
"databaseId": {
"description": "If not empty, the ID of the database against which to make the request.",
"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.",
"type": "string"
},
"keys": {
Expand Down Expand Up @@ -2045,7 +2045,7 @@
"id": "ReadOptions",
"properties": {
"readConsistency": {
"description": "The non-transactional read consistency to use. Cannot be set to `STRONG` for global queries.",
"description": "The non-transactional read consistency to use.",
"enum": [
"READ_CONSISTENCY_UNSPECIFIED",
"STRONG",
Expand Down Expand Up @@ -2088,7 +2088,7 @@
"id": "ReserveIdsRequest",
"properties": {
"databaseId": {
"description": "If not empty, the ID of the database against which to make the request.",
"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.",
"type": "string"
},
"keys": {
Expand All @@ -2112,7 +2112,7 @@
"id": "RollbackRequest",
"properties": {
"databaseId": {
"description": "If not empty, the ID of the database against which to make the request.",
"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.",
"type": "string"
},
"transaction": {
Expand All @@ -2134,7 +2134,7 @@
"id": "RunQueryRequest",
"properties": {
"databaseId": {
"description": "If not empty, the ID of the database against which to make the request.",
"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.",
"type": "string"
},
"gqlQuery": {
Expand Down
36 changes: 21 additions & 15 deletions datastore/v1/datastore-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions datastore/v1beta3/datastore-api.json
Expand Up @@ -308,7 +308,7 @@
}
}
},
"revision": "20220604",
"revision": "20220730",
"rootUrl": "https://datastore.googleapis.com/",
"schemas": {
"AllocateIdsRequest": {
Expand Down Expand Up @@ -1500,7 +1500,7 @@
"id": "ReadOptions",
"properties": {
"readConsistency": {
"description": "The non-transactional read consistency to use. Cannot be set to `STRONG` for global queries.",
"description": "The non-transactional read consistency to use.",
"enum": [
"READ_CONSISTENCY_UNSPECIFIED",
"STRONG",
Expand Down Expand Up @@ -1543,7 +1543,7 @@
"id": "ReserveIdsRequest",
"properties": {
"databaseId": {
"description": "If not empty, the ID of the database against which to make the request.",
"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.",
"type": "string"
},
"keys": {
Expand Down
6 changes: 3 additions & 3 deletions datastore/v1beta3/datastore-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions firestore/v1/firestore-api.json
Expand Up @@ -1353,7 +1353,7 @@
}
}
},
"revision": "20220625",
"revision": "20220730",
"rootUrl": "https://firestore.googleapis.com/",
"schemas": {
"ArrayValue": {
Expand Down Expand Up @@ -2459,7 +2459,7 @@
"type": "object"
},
"GoogleFirestoreAdminV1TtlConfig": {
"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.",
"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.",
"id": "GoogleFirestoreAdminV1TtlConfig",
"properties": {
"state": {
Expand Down Expand Up @@ -3020,7 +3020,7 @@
"type": "integer"
},
"orderBy": {
"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__`",
"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`",
"items": {
"$ref": "Order"
},
Expand Down
33 changes: 19 additions & 14 deletions firestore/v1/firestore-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions firestore/v1beta1/firestore-api.json
Expand Up @@ -921,7 +921,7 @@
}
}
},
"revision": "20220428",
"revision": "20220730",
"rootUrl": "https://firestore.googleapis.com/",
"schemas": {
"ArrayValue": {
Expand Down Expand Up @@ -2201,7 +2201,7 @@
"type": "integer"
},
"orderBy": {
"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__`",
"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`",
"items": {
"$ref": "Order"
},
Expand Down