Skip to content

Commit 370775a

Browse files
feat(all): auto-regenerate discovery clients (#1612)
1 parent 8e67ca4 commit 370775a

15 files changed

+56
-2004
lines changed

analyticsadmin/v1alpha/analyticsadmin-api.json

+1-509
Large diffs are not rendered by default.

analyticsadmin/v1alpha/analyticsadmin-gen.go

-1,062
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-list.json

+3-18
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@
577577
"name": "baremetalsolution",
578578
"version": "v1alpha1",
579579
"title": "Bare Metal Solution API",
580-
"description": "Provides ways to manage Bare Metal Solution hardware installed in a regional extension located near a Google Cloud data center.",
580+
"description": "Bare Metal Solution provides hardware to run specialized workloads with low latency on Google Cloud.",
581581
"discoveryRestUrl": "https://baremetalsolution.googleapis.com/$discovery/rest?version=v1alpha1",
582582
"icons": {
583583
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
@@ -592,7 +592,7 @@
592592
"name": "baremetalsolution",
593593
"version": "v1",
594594
"title": "Bare Metal Solution API",
595-
"description": "Provides ways to manage Bare Metal Solution hardware installed in a regional extension located near a Google Cloud data center.",
595+
"description": "Bare Metal Solution provides hardware to run specialized workloads with low latency on Google Cloud.",
596596
"discoveryRestUrl": "https://baremetalsolution.googleapis.com/$discovery/rest?version=v1",
597597
"icons": {
598598
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
@@ -607,7 +607,7 @@
607607
"name": "baremetalsolution",
608608
"version": "v2",
609609
"title": "Bare Metal Solution API",
610-
"description": "Provides ways to manage Bare Metal Solution hardware installed in a regional extension located near a Google Cloud data center.",
610+
"description": "Bare Metal Solution provides hardware to run specialized workloads with low latency on Google Cloud.",
611611
"discoveryRestUrl": "https://baremetalsolution.googleapis.com/$discovery/rest?version=v2",
612612
"icons": {
613613
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
@@ -991,21 +991,6 @@
991991
"documentationLink": "https://cloud.google.com/asset-inventory/docs/quickstart",
992992
"preferred": false
993993
},
994-
{
995-
"kind": "discovery#directoryItem",
996-
"id": "cloudasset:v1p4beta1",
997-
"name": "cloudasset",
998-
"version": "v1p4beta1",
999-
"title": "Cloud Asset API",
1000-
"description": "The cloud asset API manages the history and inventory of cloud resources.",
1001-
"discoveryRestUrl": "https://cloudasset.googleapis.com/$discovery/rest?version=v1p4beta1",
1002-
"icons": {
1003-
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
1004-
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
1005-
},
1006-
"documentationLink": "https://cloud.google.com/asset-inventory/docs/quickstart",
1007-
"preferred": false
1008-
},
1009994
{
1010995
"kind": "discovery#directoryItem",
1011996
"id": "cloudasset:v1p5beta1",

chat/v1/chat-api.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
"type": "string"
596596
},
597597
"updateMask": {
598-
"description": "Required. The field paths to be updated, comma separated if there are multiple. Currently supported field paths: * text * cards * attachment",
598+
"description": "Required. The field paths to update. Separate multiple values with commas. Currently supported field paths: - text - cards (Requires [service account authentication](/chat/api/guides/auth/service-accounts).) - attachment",
599599
"format": "google-fieldmask",
600600
"location": "query",
601601
"type": "string"

chat/v1/chat-gen.go

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

chromepolicy/v1/chromepolicy-api.json

+1-67
Original file line numberDiff line numberDiff line change
@@ -278,53 +278,9 @@
278278
}
279279
}
280280
}
281-
},
282-
"media": {
283-
"methods": {
284-
"upload": {
285-
"description": "Creates an enterprise file from the content provided by user. Returns a public download url for end user.",
286-
"flatPath": "v1/customers/{customersId}/policies/files:uploadPolicyFile",
287-
"httpMethod": "POST",
288-
"id": "chromepolicy.media.upload",
289-
"mediaUpload": {
290-
"accept": [
291-
"*/*"
292-
],
293-
"protocols": {
294-
"simple": {
295-
"multipart": true,
296-
"path": "/upload/v1/{+customer}/policies/files:uploadPolicyFile"
297-
}
298-
}
299-
},
300-
"parameterOrder": [
301-
"customer"
302-
],
303-
"parameters": {
304-
"customer": {
305-
"description": "Required. The customer for which the file upload will apply.",
306-
"location": "path",
307-
"pattern": "^customers/[^/]+$",
308-
"required": true,
309-
"type": "string"
310-
}
311-
},
312-
"path": "v1/{+customer}/policies/files:uploadPolicyFile",
313-
"request": {
314-
"$ref": "GoogleChromePolicyV1UploadPolicyFileRequest"
315-
},
316-
"response": {
317-
"$ref": "GoogleChromePolicyV1UploadPolicyFileResponse"
318-
},
319-
"scopes": [
320-
"https://www.googleapis.com/auth/chrome.management.policy"
321-
],
322-
"supportsMediaUpload": true
323-
}
324-
}
325281
}
326282
},
327-
"revision": "20220627",
283+
"revision": "20220706",
328284
"rootUrl": "https://chromepolicy.googleapis.com/",
329285
"schemas": {
330286
"ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle": {
@@ -780,28 +736,6 @@
780736
},
781737
"type": "object"
782738
},
783-
"GoogleChromePolicyV1UploadPolicyFileRequest": {
784-
"description": "Request message for uploading a file for a policy. Next ID: 5",
785-
"id": "GoogleChromePolicyV1UploadPolicyFileRequest",
786-
"properties": {
787-
"policyField": {
788-
"description": "Required. The fully qualified policy schema and field name this file is uploaded for. This information will be used to validate the content type of the file.",
789-
"type": "string"
790-
}
791-
},
792-
"type": "object"
793-
},
794-
"GoogleChromePolicyV1UploadPolicyFileResponse": {
795-
"description": "Response message for downloading an uploaded file. Next ID: 2",
796-
"id": "GoogleChromePolicyV1UploadPolicyFileResponse",
797-
"properties": {
798-
"downloadUri": {
799-
"description": "The uri for end user to download the file.",
800-
"type": "string"
801-
}
802-
},
803-
"type": "object"
804-
},
805739
"GoogleProtobufEmpty": {
806740
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
807741
"id": "GoogleProtobufEmpty",

0 commit comments

Comments
 (0)