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

Merged
merged 2 commits into from
Apr 6, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
30 changes: 0 additions & 30 deletions api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1984,36 +1984,6 @@
"documentationLink": "https://cloud.google.com/deployment-manager",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "dfareporting:v3.3",
"name": "dfareporting",
"version": "v3.3",
"title": "Campaign Manager 360 API",
"description": "Build applications to efficiently manage large or complex trafficking, reporting, and attribution workflows for Campaign Manager 360.",
"discoveryRestUrl": "https://dfareporting.googleapis.com/$discovery/rest?version=v3.3",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://developers.google.com/doubleclick-advertisers/",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "dfareporting:v3.4",
"name": "dfareporting",
"version": "v3.4",
"title": "Campaign Manager 360 API",
"description": "Build applications to efficiently manage large or complex trafficking, reporting, and attribution workflows for Campaign Manager 360.",
"discoveryRestUrl": "https://dfareporting.googleapis.com/$discovery/rest?version=v3.4",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://developers.google.com/doubleclick-advertisers/",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "dfareporting:v3.5",
Expand Down
37 changes: 1 addition & 36 deletions bigqueryreservation/v1/bigqueryreservation-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -778,41 +778,6 @@
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform"
]
},
"patch": {
"description": "Updates an existing assignment. Only the `priority` field can be updated.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/reservations/{reservationsId}/assignments/{assignmentsId}",
"httpMethod": "PATCH",
"id": "bigqueryreservation.projects.locations.reservations.assignments.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. For the assignment id, it must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/reservations/[^/]+/assignments/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"description": "Standard field mask for the set of fields to be updated.",
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v1/{+name}",
"request": {
"$ref": "Assignment"
},
"response": {
"$ref": "Assignment"
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
Expand All @@ -823,7 +788,7 @@
}
}
},
"revision": "20220326",
"revision": "20220331",
"rootUrl": "https://bigqueryreservation.googleapis.com/",
"schemas": {
"Assignment": {
Expand Down
161 changes: 0 additions & 161 deletions bigqueryreservation/v1/bigqueryreservation-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 certificatemanager/v1/certificatemanager-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@
}
}
},
"revision": "20220223",
"revision": "20220324",
"rootUrl": "https://certificatemanager.googleapis.com/",
"schemas": {
"AuthorizationAttemptInfo": {
Expand Down Expand Up @@ -1073,7 +1073,7 @@
"type": "string"
},
"sanDnsnames": {
"description": "Output only. The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6)",
"description": "Output only. The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6). Managed certificates that haven't been provisioned yet have this field populated with a value of the managed.domains field.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -1285,7 +1285,7 @@
"type": "object"
},
"Empty": {
"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); } The JSON representation for `Empty` is empty JSON object `{}`.",
"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); }",
"id": "Empty",
"properties": {},
"type": "object"
Expand Down
7 changes: 4 additions & 3 deletions certificatemanager/v1/certificatemanager-gen.go

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

65 changes: 64 additions & 1 deletion chromemanagement/v1/chromemanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
}
}
},
"revision": "20220326",
"revision": "20220331",
"rootUrl": "https://chromemanagement.googleapis.com/",
"schemas": {
"GoogleChromeManagementV1AndroidAppInfo": {
Expand Down Expand Up @@ -636,6 +636,51 @@
},
"type": "object"
},
"GoogleChromeManagementV1AudioStatusReport": {
"description": "Audio report.",
"id": "GoogleChromeManagementV1AudioStatusReport",
"properties": {
"inputDevice": {
"description": "Output only. Active input device's name.",
"readOnly": true,
"type": "string"
},
"inputGain": {
"description": "Output only. Active input device's gain in [0, 100].",
"format": "int32",
"readOnly": true,
"type": "integer"
},
"inputMute": {
"description": "Output only. Is active input device mute or not.",
"readOnly": true,
"type": "boolean"
},
"outputDevice": {
"description": "Output only. Active output device's name.",
"readOnly": true,
"type": "string"
},
"outputMute": {
"description": "Output only. Is active output device mute or not.",
"readOnly": true,
"type": "boolean"
},
"outputVolume": {
"description": "Output only. Active output device's volume in [0, 100].",
"format": "int32",
"readOnly": true,
"type": "integer"
},
"reportTime": {
"description": "Output only. Timestamp of when the sample was collected on device.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleChromeManagementV1BatteryInfo": {
"description": "Battery info",
"id": "GoogleChromeManagementV1BatteryInfo",
Expand Down Expand Up @@ -865,11 +910,21 @@
"readOnly": true,
"type": "boolean"
},
"isKioskOnly": {
"description": "Output only. Whether the app is only for Kiosk mode on Chrome OS devices",
"readOnly": true,
"type": "boolean"
},
"isTheme": {
"description": "Output only. Whether the app or extension is a theme.",
"readOnly": true,
"type": "boolean"
},
"kioskEnabled": {
"description": "Output only. Whether this app is enabled for Kiosk mode on Chrome OS devices",
"readOnly": true,
"type": "boolean"
},
"minUserCount": {
"description": "Output only. The minimum number of users using this app.",
"format": "int32",
Expand Down Expand Up @@ -1678,6 +1733,14 @@
"description": "Telemetry data collected from a managed device.",
"id": "GoogleChromeManagementV1TelemetryDevice",
"properties": {
"audioStatusReport": {
"description": "Output only. Audio reports collected periodically.",
"items": {
"$ref": "GoogleChromeManagementV1AudioStatusReport"
},
"readOnly": true,
"type": "array"
},
"batteryInfo": {
"description": "Output only. Information on battery specs for the device.",
"items": {
Expand Down
Loading