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

Merged
merged 1 commit into from
Aug 31, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion batch/v1/batch-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
}
}
},
"revision": "20240813",
"revision": "20240821",
"rootUrl": "https://batch.googleapis.com/",
"schemas": {
"Accelerator": {
Expand Down Expand Up @@ -866,6 +866,20 @@
},
"type": "object"
},
"AgentTaskLoggingOption": {
"description": "AgentTaskLoggingOption contains the options for the logging of the task.",
"id": "AgentTaskLoggingOption",
"properties": {
"labels": {
"additionalProperties": {
"type": "string"
},
"description": "Labels to be added to the log entry. Now only cloud logging is supported.",
"type": "object"
}
},
"type": "object"
},
"AgentTaskRunnable": {
"description": "AgentTaskRunnable is the Runnable representation between Agent and CLH communication.",
"id": "AgentTaskRunnable",
Expand Down Expand Up @@ -910,6 +924,10 @@
"$ref": "AgentEnvironment",
"description": "Environment variables to set before running the Task."
},
"loggingOption": {
"$ref": "AgentTaskLoggingOption",
"description": "Logging option for the task."
},
"maxRunDuration": {
"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.",
"format": "google-duration",
Expand Down
26 changes: 26 additions & 0 deletions batch/v1/batch-gen.go

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

28 changes: 27 additions & 1 deletion cloudchannel/v1/cloudchannel-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2303,7 +2303,7 @@
}
}
},
"revision": "20240728",
"revision": "20240828",
"rootUrl": "https://cloudchannel.googleapis.com/",
"schemas": {
"GoogleCloudChannelV1ActivateEntitlementRequest": {
Expand Down Expand Up @@ -2581,6 +2581,10 @@
"domain": {
"description": "Required. Domain to fetch for Cloud Identity account customers, including domained and domainless.",
"type": "string"
},
"primaryAdminEmail": {
"description": "Optional. Primary admin email to fetch for Cloud Identity account domainless customer.",
"type": "string"
}
},
"type": "object"
Expand All @@ -2603,6 +2607,10 @@
"description": "Entity representing a Cloud Identity account that may be associated with a Channel Services API partner.",
"id": "GoogleCloudChannelV1CloudIdentityCustomerAccount",
"properties": {
"channelPartnerCloudIdentityId": {
"description": "If existing = true, and is 2-tier customer, the channel partner of the customer.",
"type": "string"
},
"customerCloudIdentityId": {
"description": "If existing = true, the Cloud Identity ID of the customer.",
"type": "string"
Expand All @@ -2611,6 +2619,20 @@
"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}",
"type": "string"
},
"customerType": {
"description": "If existing = true, the type of the customer.",
"enum": [
"CUSTOMER_TYPE_UNSPECIFIED",
"DOMAIN",
"TEAM"
],
"enumDescriptions": [
"Not used.",
"Domain-owning customer which needs domain verification to use services.",
"Team customer which needs email verification to use services."
],
"type": "string"
},
"existing": {
"description": "Returns true if a Cloud Identity account exists for a specific domain.",
"type": "boolean"
Expand Down Expand Up @@ -3426,6 +3448,10 @@
"overwriteIfExists": {
"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.",
"type": "boolean"
},
"primaryAdminEmail": {
"description": "Optional. Customer's primary admin email.",
"type": "string"
}
},
"type": "object"
Expand Down
30 changes: 23 additions & 7 deletions cloudchannel/v1/cloudchannel-gen.go

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

9 changes: 8 additions & 1 deletion dataportability/v1/dataportability-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@
"https://www.googleapis.com/auth/dataportability.youtube.channel": {
"description": "Move a copy of information about your YouTube channel."
},
"https://www.googleapis.com/auth/dataportability.youtube.clips": {
"description": "Move a copy of your YouTube clips metadata."
},
"https://www.googleapis.com/auth/dataportability.youtube.comments": {
"description": "Move a copy of your YouTube comments."
},
Expand Down Expand Up @@ -369,6 +372,7 @@
"https://www.googleapis.com/auth/dataportability.shopping.reviews",
"https://www.googleapis.com/auth/dataportability.streetview.imagery",
"https://www.googleapis.com/auth/dataportability.youtube.channel",
"https://www.googleapis.com/auth/dataportability.youtube.clips",
"https://www.googleapis.com/auth/dataportability.youtube.comments",
"https://www.googleapis.com/auth/dataportability.youtube.live_chat",
"https://www.googleapis.com/auth/dataportability.youtube.music",
Expand Down Expand Up @@ -460,6 +464,7 @@
"https://www.googleapis.com/auth/dataportability.shopping.reviews",
"https://www.googleapis.com/auth/dataportability.streetview.imagery",
"https://www.googleapis.com/auth/dataportability.youtube.channel",
"https://www.googleapis.com/auth/dataportability.youtube.clips",
"https://www.googleapis.com/auth/dataportability.youtube.comments",
"https://www.googleapis.com/auth/dataportability.youtube.live_chat",
"https://www.googleapis.com/auth/dataportability.youtube.music",
Expand Down Expand Up @@ -545,6 +550,7 @@
"https://www.googleapis.com/auth/dataportability.shopping.reviews",
"https://www.googleapis.com/auth/dataportability.streetview.imagery",
"https://www.googleapis.com/auth/dataportability.youtube.channel",
"https://www.googleapis.com/auth/dataportability.youtube.clips",
"https://www.googleapis.com/auth/dataportability.youtube.comments",
"https://www.googleapis.com/auth/dataportability.youtube.live_chat",
"https://www.googleapis.com/auth/dataportability.youtube.music",
Expand Down Expand Up @@ -630,6 +636,7 @@
"https://www.googleapis.com/auth/dataportability.shopping.reviews",
"https://www.googleapis.com/auth/dataportability.streetview.imagery",
"https://www.googleapis.com/auth/dataportability.youtube.channel",
"https://www.googleapis.com/auth/dataportability.youtube.clips",
"https://www.googleapis.com/auth/dataportability.youtube.comments",
"https://www.googleapis.com/auth/dataportability.youtube.live_chat",
"https://www.googleapis.com/auth/dataportability.youtube.music",
Expand All @@ -648,7 +655,7 @@
}
}
},
"revision": "20240827",
"revision": "20240828",
"rootUrl": "https://dataportability.googleapis.com/",
"schemas": {
"Empty": {
Expand Down
4 changes: 4 additions & 0 deletions dataportability/v1/dataportability-gen.go

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

9 changes: 8 additions & 1 deletion dataportability/v1beta/dataportability-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@
"https://www.googleapis.com/auth/dataportability.youtube.channel": {
"description": "Move a copy of information about your YouTube channel."
},
"https://www.googleapis.com/auth/dataportability.youtube.clips": {
"description": "Move a copy of your YouTube clips metadata."
},
"https://www.googleapis.com/auth/dataportability.youtube.comments": {
"description": "Move a copy of your YouTube comments."
},
Expand Down Expand Up @@ -369,6 +372,7 @@
"https://www.googleapis.com/auth/dataportability.shopping.reviews",
"https://www.googleapis.com/auth/dataportability.streetview.imagery",
"https://www.googleapis.com/auth/dataportability.youtube.channel",
"https://www.googleapis.com/auth/dataportability.youtube.clips",
"https://www.googleapis.com/auth/dataportability.youtube.comments",
"https://www.googleapis.com/auth/dataportability.youtube.live_chat",
"https://www.googleapis.com/auth/dataportability.youtube.music",
Expand Down Expand Up @@ -460,6 +464,7 @@
"https://www.googleapis.com/auth/dataportability.shopping.reviews",
"https://www.googleapis.com/auth/dataportability.streetview.imagery",
"https://www.googleapis.com/auth/dataportability.youtube.channel",
"https://www.googleapis.com/auth/dataportability.youtube.clips",
"https://www.googleapis.com/auth/dataportability.youtube.comments",
"https://www.googleapis.com/auth/dataportability.youtube.live_chat",
"https://www.googleapis.com/auth/dataportability.youtube.music",
Expand Down Expand Up @@ -545,6 +550,7 @@
"https://www.googleapis.com/auth/dataportability.shopping.reviews",
"https://www.googleapis.com/auth/dataportability.streetview.imagery",
"https://www.googleapis.com/auth/dataportability.youtube.channel",
"https://www.googleapis.com/auth/dataportability.youtube.clips",
"https://www.googleapis.com/auth/dataportability.youtube.comments",
"https://www.googleapis.com/auth/dataportability.youtube.live_chat",
"https://www.googleapis.com/auth/dataportability.youtube.music",
Expand Down Expand Up @@ -630,6 +636,7 @@
"https://www.googleapis.com/auth/dataportability.shopping.reviews",
"https://www.googleapis.com/auth/dataportability.streetview.imagery",
"https://www.googleapis.com/auth/dataportability.youtube.channel",
"https://www.googleapis.com/auth/dataportability.youtube.clips",
"https://www.googleapis.com/auth/dataportability.youtube.comments",
"https://www.googleapis.com/auth/dataportability.youtube.live_chat",
"https://www.googleapis.com/auth/dataportability.youtube.music",
Expand All @@ -648,7 +655,7 @@
}
}
},
"revision": "20240827",
"revision": "20240828",
"rootUrl": "https://dataportability.googleapis.com/",
"schemas": {
"Empty": {
Expand Down
4 changes: 4 additions & 0 deletions dataportability/v1beta/dataportability-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 dialogflow/v2/dialogflow-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -8714,7 +8714,7 @@
}
}
},
"revision": "20240812",
"revision": "20240828",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand Down Expand Up @@ -9167,7 +9167,7 @@
"id": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig",
"properties": {
"version": {
"description": "Required. Format: projects//locations//agents//flows//versions/.",
"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/.",
"type": "string"
}
},
Expand Down Expand Up @@ -11472,7 +11472,7 @@
"id": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig",
"properties": {
"version": {
"description": "Required. Format: projects//locations//agents//flows//versions/.",
"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/.",
"type": "string"
}
},
Expand Down
Loading