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

Merged
merged 1 commit into from
Nov 10, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions appengine/v1/appengine-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1651,7 +1651,7 @@
}
}
},
"revision": "20231030",
"revision": "20231107",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down Expand Up @@ -3995,7 +3995,7 @@
},
"healthCheck": {
"$ref": "HealthCheck",
"description": "Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment.Only returned in GET requests if view=FULL is set."
"description": "Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment."
},
"id": {
"description": "Relative name of the version within the service. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: \"default\", \"latest\", and any name with the prefix \"ah-\".",
Expand Down Expand Up @@ -4043,7 +4043,7 @@
},
"livenessCheck": {
"$ref": "LivenessCheck",
"description": "Configures liveness health checking for instances. Unhealthy instances are stopped and replaced with new instancesOnly returned in GET requests if view=FULL is set."
"description": "Configures liveness health checking for instances. Unhealthy instances are stopped and replaced with new instances"
},
"manualScaling": {
"$ref": "ManualScaling",
Expand All @@ -4063,7 +4063,7 @@
},
"readinessCheck": {
"$ref": "ReadinessCheck",
"description": "Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.Only returned in GET requests if view=FULL is set."
"description": "Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation."
},
"resources": {
"$ref": "Resources",
Expand Down
9 changes: 3 additions & 6 deletions appengine/v1/appengine-gen.go

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

8 changes: 4 additions & 4 deletions appengine/v1beta/appengine-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,7 @@
}
}
},
"revision": "20231016",
"revision": "20231107",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down Expand Up @@ -4250,7 +4250,7 @@
},
"healthCheck": {
"$ref": "HealthCheck",
"description": "Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment.Only returned in GET requests if view=FULL is set."
"description": "Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment."
},
"id": {
"description": "Relative name of the version within the service. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: \"default\", \"latest\", and any name with the prefix \"ah-\".",
Expand Down Expand Up @@ -4298,7 +4298,7 @@
},
"livenessCheck": {
"$ref": "LivenessCheck",
"description": "Configures liveness health checking for instances. Unhealthy instances are stopped and replaced with new instancesOnly returned in GET requests if view=FULL is set."
"description": "Configures liveness health checking for instances. Unhealthy instances are stopped and replaced with new instances"
},
"manualScaling": {
"$ref": "ManualScaling",
Expand All @@ -4318,7 +4318,7 @@
},
"readinessCheck": {
"$ref": "ReadinessCheck",
"description": "Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.Only returned in GET requests if view=FULL is set."
"description": "Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation."
},
"resources": {
"$ref": "Resources",
Expand Down
9 changes: 3 additions & 6 deletions appengine/v1beta/appengine-gen.go

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

29 changes: 28 additions & 1 deletion chromemanagement/v1/chromemanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@
}
}
},
"revision": "20230913",
"revision": "20231108",
"rootUrl": "https://chromemanagement.googleapis.com/",
"schemas": {
"GoogleChromeManagementV1AndroidAppInfo": {
Expand Down Expand Up @@ -2693,6 +2693,25 @@
},
"type": "object"
},
"GoogleChromeManagementV1NetworkBandwidthReport": {
"description": "Network bandwidth report. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT",
"id": "GoogleChromeManagementV1NetworkBandwidthReport",
"properties": {
"downloadSpeedKbps": {
"description": "Output only. Download speed in kilobits per second.",
"format": "int64",
"readOnly": true,
"type": "string"
},
"reportTime": {
"description": "Output only. Timestamp of when the report was collected.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleChromeManagementV1NetworkDevice": {
"description": "Details about the network device. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportNetworkDeviceConfiguration](https://chromeenterprise.google/policies/#ReportNetworkDeviceConfiguration) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A",
"id": "GoogleChromeManagementV1NetworkDevice",
Expand Down Expand Up @@ -3678,6 +3697,14 @@
"description": "The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab.",
"type": "string"
},
"networkBandwidthReport": {
"description": "Output only. Network bandwidth reports collected periodically sorted in a decreasing order of report_time.",
"items": {
"$ref": "GoogleChromeManagementV1NetworkBandwidthReport"
},
"readOnly": true,
"type": "array"
},
"peripheralsReport": {
"description": "Output only. Peripherals reports collected periodically sorted in a decreasing order of report_time.",
"items": {
Expand Down
38 changes: 38 additions & 0 deletions chromemanagement/v1/chromemanagement-gen.go

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

8 changes: 5 additions & 3 deletions cloudbuild/v1/cloudbuild-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,7 @@
}
}
},
"revision": "20231017",
"revision": "20231031",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down Expand Up @@ -4753,13 +4753,15 @@
"REPOSITORY_TYPE_UNSPECIFIED",
"GITHUB",
"GITHUB_ENTERPRISE",
"GITLAB_ENTERPRISE"
"GITLAB_ENTERPRISE",
"BITBUCKET_DATA_CENTER"
],
"enumDescriptions": [
"If unspecified, RepositoryType defaults to GITHUB.",
"The SCM repo is GITHUB.",
"The SCM repo is GITHUB Enterprise.",
"The SCM repo is GITLAB Enterprise."
"The SCM repo is GITLAB Enterprise.",
"The SCM repo is BITBUCKET Data Center."
],
"readOnly": true,
"type": "string"
Expand Down
1 change: 1 addition & 0 deletions cloudbuild/v1/cloudbuild-gen.go

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