Skip to content

Commit d9ef5ce

Browse files
feat(all): auto-regenerate discovery clients (#2764)
1 parent 293fdcd commit d9ef5ce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+475
-78
lines changed

‎batch/v1/batch-api.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@
561561
}
562562
}
563563
},
564-
"revision": "20240813",
564+
"revision": "20240821",
565565
"rootUrl": "https://batch.googleapis.com/",
566566
"schemas": {
567567
"Accelerator": {
@@ -866,6 +866,20 @@
866866
},
867867
"type": "object"
868868
},
869+
"AgentTaskLoggingOption": {
870+
"description": "AgentTaskLoggingOption contains the options for the logging of the task.",
871+
"id": "AgentTaskLoggingOption",
872+
"properties": {
873+
"labels": {
874+
"additionalProperties": {
875+
"type": "string"
876+
},
877+
"description": "Labels to be added to the log entry. Now only cloud logging is supported.",
878+
"type": "object"
879+
}
880+
},
881+
"type": "object"
882+
},
869883
"AgentTaskRunnable": {
870884
"description": "AgentTaskRunnable is the Runnable representation between Agent and CLH communication.",
871885
"id": "AgentTaskRunnable",
@@ -910,6 +924,10 @@
910924
"$ref": "AgentEnvironment",
911925
"description": "Environment variables to set before running the Task."
912926
},
927+
"loggingOption": {
928+
"$ref": "AgentTaskLoggingOption",
929+
"description": "Logging option for the task."
930+
},
913931
"maxRunDuration": {
914932
"description": "Maximum duration the task should run before being automatically retried (if enabled) or automatically failed. Format the value of this field as a time limit in seconds followed by `s`—for example, `3600s` for 1 hour. The field accepts any value between 0 and the maximum listed for the `Duration` field type at https://protobuf.dev/reference/protobuf/google.protobuf/#duration; however, the actual maximum run time for a job will be limited to the maximum run time for a job listed at https://cloud.google.com/batch/quotas#max-job-duration.",
915933
"format": "google-duration",

‎batch/v1/batch-gen.go

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎cloudchannel/v1/cloudchannel-api.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2303,7 +2303,7 @@
23032303
}
23042304
}
23052305
},
2306-
"revision": "20240728",
2306+
"revision": "20240828",
23072307
"rootUrl": "https://cloudchannel.googleapis.com/",
23082308
"schemas": {
23092309
"GoogleCloudChannelV1ActivateEntitlementRequest": {
@@ -2581,6 +2581,10 @@
25812581
"domain": {
25822582
"description": "Required. Domain to fetch for Cloud Identity account customers, including domained and domainless.",
25832583
"type": "string"
2584+
},
2585+
"primaryAdminEmail": {
2586+
"description": "Optional. Primary admin email to fetch for Cloud Identity account domainless customer.",
2587+
"type": "string"
25842588
}
25852589
},
25862590
"type": "object"
@@ -2603,6 +2607,10 @@
26032607
"description": "Entity representing a Cloud Identity account that may be associated with a Channel Services API partner.",
26042608
"id": "GoogleCloudChannelV1CloudIdentityCustomerAccount",
26052609
"properties": {
2610+
"channelPartnerCloudIdentityId": {
2611+
"description": "If existing = true, and is 2-tier customer, the channel partner of the customer.",
2612+
"type": "string"
2613+
},
26062614
"customerCloudIdentityId": {
26072615
"description": "If existing = true, the Cloud Identity ID of the customer.",
26082616
"type": "string"
@@ -2611,6 +2619,20 @@
26112619
"description": "If owned = true, the name of the customer that owns the Cloud Identity account. Customer_name uses the format: accounts/{account_id}/customers/{customer_id}",
26122620
"type": "string"
26132621
},
2622+
"customerType": {
2623+
"description": "If existing = true, the type of the customer.",
2624+
"enum": [
2625+
"CUSTOMER_TYPE_UNSPECIFIED",
2626+
"DOMAIN",
2627+
"TEAM"
2628+
],
2629+
"enumDescriptions": [
2630+
"Not used.",
2631+
"Domain-owning customer which needs domain verification to use services.",
2632+
"Team customer which needs email verification to use services."
2633+
],
2634+
"type": "string"
2635+
},
26142636
"existing": {
26152637
"description": "Returns true if a Cloud Identity account exists for a specific domain.",
26162638
"type": "boolean"
@@ -3426,6 +3448,10 @@
34263448
"overwriteIfExists": {
34273449
"description": "Required. Choose to overwrite an existing customer if found. This must be set to true if there is an existing customer with a conflicting region code or domain.",
34283450
"type": "boolean"
3451+
},
3452+
"primaryAdminEmail": {
3453+
"description": "Optional. Customer's primary admin email.",
3454+
"type": "string"
34293455
}
34303456
},
34313457
"type": "object"

‎cloudchannel/v1/cloudchannel-gen.go

Lines changed: 23 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dataportability/v1/dataportability-api.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@
155155
"https://www.googleapis.com/auth/dataportability.youtube.channel": {
156156
"description": "Move a copy of information about your YouTube channel."
157157
},
158+
"https://www.googleapis.com/auth/dataportability.youtube.clips": {
159+
"description": "Move a copy of your YouTube clips metadata."
160+
},
158161
"https://www.googleapis.com/auth/dataportability.youtube.comments": {
159162
"description": "Move a copy of your YouTube comments."
160163
},
@@ -369,6 +372,7 @@
369372
"https://www.googleapis.com/auth/dataportability.shopping.reviews",
370373
"https://www.googleapis.com/auth/dataportability.streetview.imagery",
371374
"https://www.googleapis.com/auth/dataportability.youtube.channel",
375+
"https://www.googleapis.com/auth/dataportability.youtube.clips",
372376
"https://www.googleapis.com/auth/dataportability.youtube.comments",
373377
"https://www.googleapis.com/auth/dataportability.youtube.live_chat",
374378
"https://www.googleapis.com/auth/dataportability.youtube.music",
@@ -460,6 +464,7 @@
460464
"https://www.googleapis.com/auth/dataportability.shopping.reviews",
461465
"https://www.googleapis.com/auth/dataportability.streetview.imagery",
462466
"https://www.googleapis.com/auth/dataportability.youtube.channel",
467+
"https://www.googleapis.com/auth/dataportability.youtube.clips",
463468
"https://www.googleapis.com/auth/dataportability.youtube.comments",
464469
"https://www.googleapis.com/auth/dataportability.youtube.live_chat",
465470
"https://www.googleapis.com/auth/dataportability.youtube.music",
@@ -545,6 +550,7 @@
545550
"https://www.googleapis.com/auth/dataportability.shopping.reviews",
546551
"https://www.googleapis.com/auth/dataportability.streetview.imagery",
547552
"https://www.googleapis.com/auth/dataportability.youtube.channel",
553+
"https://www.googleapis.com/auth/dataportability.youtube.clips",
548554
"https://www.googleapis.com/auth/dataportability.youtube.comments",
549555
"https://www.googleapis.com/auth/dataportability.youtube.live_chat",
550556
"https://www.googleapis.com/auth/dataportability.youtube.music",
@@ -630,6 +636,7 @@
630636
"https://www.googleapis.com/auth/dataportability.shopping.reviews",
631637
"https://www.googleapis.com/auth/dataportability.streetview.imagery",
632638
"https://www.googleapis.com/auth/dataportability.youtube.channel",
639+
"https://www.googleapis.com/auth/dataportability.youtube.clips",
633640
"https://www.googleapis.com/auth/dataportability.youtube.comments",
634641
"https://www.googleapis.com/auth/dataportability.youtube.live_chat",
635642
"https://www.googleapis.com/auth/dataportability.youtube.music",
@@ -648,7 +655,7 @@
648655
}
649656
}
650657
},
651-
"revision": "20240827",
658+
"revision": "20240828",
652659
"rootUrl": "https://dataportability.googleapis.com/",
653660
"schemas": {
654661
"Empty": {

‎dataportability/v1/dataportability-gen.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dataportability/v1beta/dataportability-api.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@
155155
"https://www.googleapis.com/auth/dataportability.youtube.channel": {
156156
"description": "Move a copy of information about your YouTube channel."
157157
},
158+
"https://www.googleapis.com/auth/dataportability.youtube.clips": {
159+
"description": "Move a copy of your YouTube clips metadata."
160+
},
158161
"https://www.googleapis.com/auth/dataportability.youtube.comments": {
159162
"description": "Move a copy of your YouTube comments."
160163
},
@@ -369,6 +372,7 @@
369372
"https://www.googleapis.com/auth/dataportability.shopping.reviews",
370373
"https://www.googleapis.com/auth/dataportability.streetview.imagery",
371374
"https://www.googleapis.com/auth/dataportability.youtube.channel",
375+
"https://www.googleapis.com/auth/dataportability.youtube.clips",
372376
"https://www.googleapis.com/auth/dataportability.youtube.comments",
373377
"https://www.googleapis.com/auth/dataportability.youtube.live_chat",
374378
"https://www.googleapis.com/auth/dataportability.youtube.music",
@@ -460,6 +464,7 @@
460464
"https://www.googleapis.com/auth/dataportability.shopping.reviews",
461465
"https://www.googleapis.com/auth/dataportability.streetview.imagery",
462466
"https://www.googleapis.com/auth/dataportability.youtube.channel",
467+
"https://www.googleapis.com/auth/dataportability.youtube.clips",
463468
"https://www.googleapis.com/auth/dataportability.youtube.comments",
464469
"https://www.googleapis.com/auth/dataportability.youtube.live_chat",
465470
"https://www.googleapis.com/auth/dataportability.youtube.music",
@@ -545,6 +550,7 @@
545550
"https://www.googleapis.com/auth/dataportability.shopping.reviews",
546551
"https://www.googleapis.com/auth/dataportability.streetview.imagery",
547552
"https://www.googleapis.com/auth/dataportability.youtube.channel",
553+
"https://www.googleapis.com/auth/dataportability.youtube.clips",
548554
"https://www.googleapis.com/auth/dataportability.youtube.comments",
549555
"https://www.googleapis.com/auth/dataportability.youtube.live_chat",
550556
"https://www.googleapis.com/auth/dataportability.youtube.music",
@@ -630,6 +636,7 @@
630636
"https://www.googleapis.com/auth/dataportability.shopping.reviews",
631637
"https://www.googleapis.com/auth/dataportability.streetview.imagery",
632638
"https://www.googleapis.com/auth/dataportability.youtube.channel",
639+
"https://www.googleapis.com/auth/dataportability.youtube.clips",
633640
"https://www.googleapis.com/auth/dataportability.youtube.comments",
634641
"https://www.googleapis.com/auth/dataportability.youtube.live_chat",
635642
"https://www.googleapis.com/auth/dataportability.youtube.music",
@@ -648,7 +655,7 @@
648655
}
649656
}
650657
},
651-
"revision": "20240827",
658+
"revision": "20240828",
652659
"rootUrl": "https://dataportability.googleapis.com/",
653660
"schemas": {
654661
"Empty": {

‎dataportability/v1beta/dataportability-gen.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dialogflow/v2/dialogflow-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8714,7 +8714,7 @@
87148714
}
87158715
}
87168716
},
8717-
"revision": "20240812",
8717+
"revision": "20240828",
87188718
"rootUrl": "https://dialogflow.googleapis.com/",
87198719
"schemas": {
87208720
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -9167,7 +9167,7 @@
91679167
"id": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig",
91689168
"properties": {
91699169
"version": {
9170-
"description": "Required. Format: projects//locations//agents//flows//versions/.",
9170+
"description": "Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.",
91719171
"type": "string"
91729172
}
91739173
},
@@ -11472,7 +11472,7 @@
1147211472
"id": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig",
1147311473
"properties": {
1147411474
"version": {
11475-
"description": "Required. Format: projects//locations//agents//flows//versions/.",
11475+
"description": "Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.",
1147611476
"type": "string"
1147711477
}
1147811478
},

0 commit comments

Comments
 (0)