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 #1988

Merged
merged 1 commit into from May 19, 2023
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
30 changes: 0 additions & 30 deletions api-list.json
Expand Up @@ -47,36 +47,6 @@
"documentationLink": "https://cloud.google.com/assured-workloads/access-approval/docs",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "accesscontextmanager:v1beta",
"name": "accesscontextmanager",
"version": "v1beta",
"title": "Access Context Manager API",
"description": "An API for setting attribute based access control to requests to Google Cloud services.",
"discoveryRestUrl": "https://accesscontextmanager.googleapis.com/$discovery/rest?version=v1beta",
"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/access-context-manager/docs/reference/rest/",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "accesscontextmanager:v1",
"name": "accesscontextmanager",
"version": "v1",
"title": "Access Context Manager API",
"description": "An API for setting attribute based access control to requests to Google Cloud services.",
"discoveryRestUrl": "https://accesscontextmanager.googleapis.com/$discovery/rest?version=v1",
"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/access-context-manager/docs/reference/rest/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "acmedns:v1",
Expand Down
300 changes: 150 additions & 150 deletions chat/v1/chat-api.json

Large diffs are not rendered by default.

714 changes: 371 additions & 343 deletions chat/v1/chat-gen.go

Large diffs are not rendered by default.

74 changes: 73 additions & 1 deletion cloudfunctions/v1/cloudfunctions-api.json
Expand Up @@ -546,7 +546,7 @@
}
}
},
"revision": "20230504",
"revision": "20230515",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -964,6 +964,30 @@
},
"type": "object"
},
"GoogleCloudFunctionsV2LocationMetadata": {
"description": "Extra GCF specific location information.",
"id": "GoogleCloudFunctionsV2LocationMetadata",
"properties": {
"environments": {
"description": "The Cloud Function environments this location supports.",
"items": {
"enum": [
"ENVIRONMENT_UNSPECIFIED",
"GEN_1",
"GEN_2"
],
"enumDescriptions": [
"Unspecified",
"Gen 1",
"Gen 2"
],
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudFunctionsV2OperationMetadata": {
"description": "Represents the metadata of the long-running operation.",
"id": "GoogleCloudFunctionsV2OperationMetadata",
Expand Down Expand Up @@ -1111,6 +1135,30 @@
},
"type": "object"
},
"GoogleCloudFunctionsV2alphaLocationMetadata": {
"description": "Extra GCF specific location information.",
"id": "GoogleCloudFunctionsV2alphaLocationMetadata",
"properties": {
"environments": {
"description": "The Cloud Function environments this location supports.",
"items": {
"enum": [
"ENVIRONMENT_UNSPECIFIED",
"GEN_1",
"GEN_2"
],
"enumDescriptions": [
"Unspecified",
"Gen 1",
"Gen 2"
],
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudFunctionsV2alphaOperationMetadata": {
"description": "Represents the metadata of the long-running operation.",
"id": "GoogleCloudFunctionsV2alphaOperationMetadata",
Expand Down Expand Up @@ -1258,6 +1306,30 @@
},
"type": "object"
},
"GoogleCloudFunctionsV2betaLocationMetadata": {
"description": "Extra GCF specific location information.",
"id": "GoogleCloudFunctionsV2betaLocationMetadata",
"properties": {
"environments": {
"description": "The Cloud Function environments this location supports.",
"items": {
"enum": [
"ENVIRONMENT_UNSPECIFIED",
"GEN_1",
"GEN_2"
],
"enumDescriptions": [
"Unspecified",
"Gen 1",
"Gen 2"
],
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudFunctionsV2betaOperationMetadata": {
"description": "Represents the metadata of the long-running operation.",
"id": "GoogleCloudFunctionsV2betaOperationMetadata",
Expand Down
102 changes: 102 additions & 0 deletions cloudfunctions/v1/cloudfunctions-gen.go

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

74 changes: 73 additions & 1 deletion cloudfunctions/v2/cloudfunctions-api.json
Expand Up @@ -571,7 +571,7 @@
}
}
},
"revision": "20230420",
"revision": "20230515",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -927,6 +927,30 @@
},
"type": "object"
},
"GoogleCloudFunctionsV2LocationMetadata": {
"description": "Extra GCF specific location information.",
"id": "GoogleCloudFunctionsV2LocationMetadata",
"properties": {
"environments": {
"description": "The Cloud Function environments this location supports.",
"items": {
"enum": [
"ENVIRONMENT_UNSPECIFIED",
"GEN_1",
"GEN_2"
],
"enumDescriptions": [
"Unspecified",
"Gen 1",
"Gen 2"
],
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudFunctionsV2OperationMetadata": {
"description": "Represents the metadata of the long-running operation.",
"id": "GoogleCloudFunctionsV2OperationMetadata",
Expand Down Expand Up @@ -1074,6 +1098,30 @@
},
"type": "object"
},
"GoogleCloudFunctionsV2alphaLocationMetadata": {
"description": "Extra GCF specific location information.",
"id": "GoogleCloudFunctionsV2alphaLocationMetadata",
"properties": {
"environments": {
"description": "The Cloud Function environments this location supports.",
"items": {
"enum": [
"ENVIRONMENT_UNSPECIFIED",
"GEN_1",
"GEN_2"
],
"enumDescriptions": [
"Unspecified",
"Gen 1",
"Gen 2"
],
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudFunctionsV2alphaOperationMetadata": {
"description": "Represents the metadata of the long-running operation.",
"id": "GoogleCloudFunctionsV2alphaOperationMetadata",
Expand Down Expand Up @@ -1221,6 +1269,30 @@
},
"type": "object"
},
"GoogleCloudFunctionsV2betaLocationMetadata": {
"description": "Extra GCF specific location information.",
"id": "GoogleCloudFunctionsV2betaLocationMetadata",
"properties": {
"environments": {
"description": "The Cloud Function environments this location supports.",
"items": {
"enum": [
"ENVIRONMENT_UNSPECIFIED",
"GEN_1",
"GEN_2"
],
"enumDescriptions": [
"Unspecified",
"Gen 1",
"Gen 2"
],
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudFunctionsV2betaOperationMetadata": {
"description": "Represents the metadata of the long-running operation.",
"id": "GoogleCloudFunctionsV2betaOperationMetadata",
Expand Down