Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2803)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Sep 27, 2024
1 parent 4f39791 commit 1cd1132
Show file tree
Hide file tree
Showing 27 changed files with 9,636 additions and 1,150 deletions.
52 changes: 51 additions & 1 deletion bigquerydatatransfer/v1/bigquerydatatransfer-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"endpointUrl": "https://bigquerydatatransfer.europe-west3.rep.googleapis.com/",
"location": "europe-west3"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://bigquerydatatransfer.europe-west8.rep.googleapis.com/",
"location": "europe-west8"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://bigquerydatatransfer.europe-west9.rep.googleapis.com/",
Expand All @@ -37,20 +42,65 @@
"endpointUrl": "https://bigquerydatatransfer.me-central2.rep.googleapis.com/",
"location": "me-central2"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://bigquerydatatransfer.us-central1.rep.googleapis.com/",
"location": "us-central1"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://bigquerydatatransfer.us-central2.rep.googleapis.com/",
"location": "us-central2"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://bigquerydatatransfer.us-east1.rep.googleapis.com/",
"location": "us-east1"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://bigquerydatatransfer.us-east4.rep.googleapis.com/",
"location": "us-east4"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://bigquerydatatransfer.us-east5.rep.googleapis.com/",
"location": "us-east5"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://bigquerydatatransfer.us-east7.rep.googleapis.com/",
"location": "us-east7"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://bigquerydatatransfer.us-south1.rep.googleapis.com/",
"location": "us-south1"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://bigquerydatatransfer.us-west1.rep.googleapis.com/",
"location": "us-west1"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://bigquerydatatransfer.us-west2.rep.googleapis.com/",
"location": "us-west2"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://bigquerydatatransfer.us-west3.rep.googleapis.com/",
"location": "us-west3"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://bigquerydatatransfer.us-west4.rep.googleapis.com/",
"location": "us-west4"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://bigquerydatatransfer.us-west8.rep.googleapis.com/",
"location": "us-west8"
}
],
"fullyEncodeReservedExpansion": true,
Expand Down Expand Up @@ -1407,7 +1457,7 @@
}
}
},
"revision": "20240914",
"revision": "20240922",
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
"schemas": {
"CheckValidCredsRequest": {
Expand Down
760 changes: 757 additions & 3 deletions clouddeploy/v1/clouddeploy-api.json

Large diffs are not rendered by default.

1,315 changes: 1,296 additions & 19 deletions clouddeploy/v1/clouddeploy-gen.go

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions cloudidentity/v1/cloudidentity-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,7 @@
}
}
},
"revision": "20240902",
"revision": "20240924",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down Expand Up @@ -2347,15 +2347,15 @@
"type": "string"
},
"lastProfileSyncTime": {
"description": "Timestamp in milliseconds since Epoch when the profile/gcm id was last synced.",
"description": "Timestamp in milliseconds since the Unix epoch when the profile/gcm id was last synced.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleAppsCloudidentityDevicesV1BrowserInfo": {
"description": "Browser-specific fields reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1). LINT.IfChange",
"description": "Browser-specific fields reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1).",
"id": "GoogleAppsCloudidentityDevicesV1BrowserInfo",
"properties": {
"browserManagementState": {
Expand All @@ -2378,7 +2378,7 @@
"type": "string"
},
"browserVersion": {
"description": "Version of the request initiating browser.",
"description": "Version of the request initiating browser. E.g. `91.0.4442.4`.",
"type": "string"
},
"isBuiltInDnsClientEnabled": {
Expand Down Expand Up @@ -3083,7 +3083,7 @@
"description": "Properties of the object.",
"type": "any"
},
"description": "Additional signals reported by Endpoint Verification. It includes the following attributes: 1. Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. [Configurable attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): file, folder, and binary attributes; registry entries; and properties in a plist.",
"description": "[Additional signals](https://cloud.google.com/endpoint-verification/docs/device-information) reported by Endpoint Verification. It includes the following attributes: * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. * [Configurable attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): file, folder, and binary attributes; registry entries; and properties in a plist.",
"type": "object"
},
"browserAttributes": {
Expand Down
17 changes: 9 additions & 8 deletions cloudidentity/v1/cloudidentity-gen.go

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

22 changes: 11 additions & 11 deletions cloudidentity/v1beta1/cloudidentity-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2015,7 +2015,7 @@
}
}
},
"revision": "20240902",
"revision": "20240924",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down Expand Up @@ -2136,27 +2136,27 @@
"type": "object"
},
"BrowserAttributes": {
"description": "Contains information about browser profiles reported by the Endpoint Verification extension.",
"description": "Contains information about browser profiles reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1).",
"id": "BrowserAttributes",
"properties": {
"chromeBrowserInfo": {
"$ref": "BrowserInfo",
"description": "Represents the current state of the [Chrome browser attributes](https://cloud.google.com/access-context-manager/docs/browser-attributes) sent by the Endpoint Verification extension."
"description": "Represents the current state of the [Chrome browser attributes](https://cloud.google.com/access-context-manager/docs/browser-attributes) sent by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1)."
},
"chromeProfileId": {
"description": "Chrome profile ID that is exposed by the Chrome API. It is unique for each device.",
"type": "string"
},
"lastProfileSyncTime": {
"description": "Timestamp in milliseconds since Epoch when the profile/gcm id was last synced.",
"description": "Timestamp in milliseconds since the Unix epoch when the profile/gcm id was last synced.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"BrowserInfo": {
"description": "Browser-specific fields reported by the Endpoint Verification extension. LINT.IfChange",
"description": "Browser-specific fields reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1).",
"id": "BrowserInfo",
"properties": {
"browserManagementState": {
Expand All @@ -2179,7 +2179,7 @@
"type": "string"
},
"browserVersion": {
"description": "Version of the request initiating browser.",
"description": "Version of the request initiating browser. E.g. `91.0.4442.4`.",
"type": "string"
},
"isBuiltInDnsClientEnabled": {
Expand Down Expand Up @@ -3024,7 +3024,7 @@
"description": "Properties of the object.",
"type": "any"
},
"description": "Additional signals reported by Endpoint Verification. It includes the following attributes: 1. Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. Configurable attributes: file_config, registry_config, and plist_config.",
"description": "[Additional signals](https://cloud.google.com/endpoint-verification/docs/device-information) reported by Endpoint Verification. It includes the following attributes: * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. * [Configurable attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): file, folder, and binary attributes; registry entries; and properties in a plist.",
"type": "object"
},
"browserAttributes": {
Expand Down Expand Up @@ -3190,15 +3190,15 @@
"type": "string"
},
"lastProfileSyncTime": {
"description": "Timestamp in milliseconds since Epoch when the profile/gcm id was last synced.",
"description": "Timestamp in milliseconds since the Unix epoch when the profile/gcm id was last synced.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleAppsCloudidentityDevicesV1BrowserInfo": {
"description": "Browser-specific fields reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1). LINT.IfChange",
"description": "Browser-specific fields reported by the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg?pli=1).",
"id": "GoogleAppsCloudidentityDevicesV1BrowserInfo",
"properties": {
"browserManagementState": {
Expand All @@ -3221,7 +3221,7 @@
"type": "string"
},
"browserVersion": {
"description": "Version of the request initiating browser.",
"description": "Version of the request initiating browser. E.g. `91.0.4442.4`.",
"type": "string"
},
"isBuiltInDnsClientEnabled": {
Expand Down Expand Up @@ -3904,7 +3904,7 @@
"description": "Properties of the object.",
"type": "any"
},
"description": "Additional signals reported by Endpoint Verification. It includes the following attributes: 1. Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. [Configurable attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): file, folder, and binary attributes; registry entries; and properties in a plist.",
"description": "[Additional signals](https://cloud.google.com/endpoint-verification/docs/device-information) reported by Endpoint Verification. It includes the following attributes: * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. * [Configurable attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): file, folder, and binary attributes; registry entries; and properties in a plist.",
"type": "object"
},
"browserAttributes": {
Expand Down
Loading

0 comments on commit 1cd1132

Please sign in to comment.