Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1988)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed May 19, 2023
1 parent 2721e1f commit 0b4f4af
Show file tree
Hide file tree
Showing 27 changed files with 3,658 additions and 1,937 deletions.
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

0 comments on commit 0b4f4af

Please sign in to comment.