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

Merged
merged 2 commits into from
Nov 27, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,21 @@
"documentationLink": "https://cloud.google.com/bigquery/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "bigquerydatapolicy:v1",
"name": "bigquerydatapolicy",
"version": "v1",
"title": "BigQuery Data Policy API",
"description": "Allows users to manage BigQuery data policies.",
"discoveryRestUrl": "https://bigquerydatapolicy.googleapis.com/$discovery/rest?version=v1",
"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://cloud.google.com/bigquery/docs/column-data-masking",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "bigquerydatatransfer:v1",
Expand Down
705 changes: 705 additions & 0 deletions bigquerydatapolicy/v1/bigquerydatapolicy-api.json

Large diffs are not rendered by default.

2,317 changes: 2,317 additions & 0 deletions bigquerydatapolicy/v1/bigquerydatapolicy-gen.go

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions chat/v1/chat-api.json

Large diffs are not rendered by default.

107 changes: 53 additions & 54 deletions chat/v1/chat-gen.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cloud.google.com/go v0.110.4 h1:1JYyxKMN9hd5dR2MYTPWkGUgcoxVVhg0LKNKEo0qvmk=
cloud.google.com/go v0.110.6 h1:8uYAkj3YHTP/1iwReuHPxLSbdcyc+dSBbzFMrVwDR6Q=
cloud.google.com/go v0.110.7 h1:rJyC7nWRg2jWGZ4wSJ5nY65GTdYJkg0cd/uXb+ACI6o=
cloud.google.com/go v0.110.8 h1:tyNdfIxjzaWctIiLYOTalaLKZ17SI44SKFW26QbOhME=
cloud.google.com/go v0.110.9 h1:e7ITSqGFFk4rbz/JFIqZh3G4VEHguhAL4BQcFlWtU68=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
Expand Down
6 changes: 3 additions & 3 deletions places/v1/places-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
}
}
},
"revision": "20231112",
"revision": "20231119",
"rootUrl": "https://places.googleapis.com/",
"schemas": {
"GoogleGeoTypeViewport": {
Expand Down Expand Up @@ -1235,7 +1235,7 @@
"type": "integer"
},
"minRating": {
"description": "Filter out results whose average user rating is strictly less than this limit. A valid value must be an float between 0 and 5 (inclusively) at a 0.5 cadence i.e. [0, 0.5, 1.0, ... , 5.0] inclusively. This is to keep parity with LocalRefinement_UserRating. The input rating will round up to the nearest 0.5(ceiling). For instance, a rating of 0.6 will eliminate all results with a less than 1.0 rating.",
"description": "Filter out results whose average user rating is strictly less than this limit. A valid value must be a float between 0 and 5 (inclusively) at a 0.5 cadence i.e. [0, 0.5, 1.0, ... , 5.0] inclusively. The input rating will round up to the nearest 0.5(ceiling). For instance, a rating of 0.6 will eliminate all results with a less than 1.0 rating.",
"format": "double",
"type": "number"
},
Expand Down Expand Up @@ -1276,7 +1276,7 @@
"enumDescriptions": [
"RankPreference value not set. Will default to DISTANCE.",
"Ranks results by distance.",
"Ranks results by relevance. Sort order determined by normal ranking stack. See SortRefinement::RELEVANCE."
"Ranks results by relevance. Sort order determined by normal ranking stack."
],
"type": "string"
},
Expand Down
11 changes: 5 additions & 6 deletions places/v1/places-gen.go

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

12 changes: 10 additions & 2 deletions playintegrity/v1/playintegrity-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
}
}
},
"revision": "20231109",
"revision": "20231119",
"rootUrl": "https://playintegrity.googleapis.com/",
"schemas": {
"AccountActivity": {
Expand Down Expand Up @@ -318,13 +318,21 @@
"MEETS_VIRTUAL_INTEGRITY",
"MEETS_WEAK_INTEGRITY"
],
"enumDeprecated": [
false,
false,
false,
false,
false,
true
],
"enumDescriptions": [
"Play does not have sufficient information to evaluate device integrity",
"App is running on a device that passes basic system integrity checks, but may not meet Android platform compatibility requirements and may not be approved to run Google Play services.",
"App is running on GMS Android device with Google Play services.",
"App is running on GMS Android device with Google Play services and has a strong guarantee of system integrity such as a hardware-backed keystore.",
"App is running on an Android emulator with Google Play services which meets core Android compatibility requirements.",
"App is running on a device that passes only weak integrity checks (is a physical device)."
"Deprecated: this enum value will be removed. App is running on a device that passes only weak integrity checks (is a physical device)."
],
"type": "string"
},
Expand Down
5 changes: 3 additions & 2 deletions playintegrity/v1/playintegrity-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 servicenetworking/v1/servicenetworking-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@
}
}
},
"revision": "20231029",
"revision": "20231119",
"rootUrl": "https://servicenetworking.googleapis.com/",
"schemas": {
"AddDnsRecordSetMetadata": {
Expand Down Expand Up @@ -2781,6 +2781,13 @@
"description": "Describes the generator configuration for a method.",
"id": "MethodSettings",
"properties": {
"autoPopulatedFields": {
"description": "List of top-level fields of the request message, that should be automatically populated by the client libraries based on their (google.api.field_info).format. Currently supported format: UUID4. Example of a YAML configuration: publishing: method_settings: - selector: google.example.v1.ExampleService.CreateExample auto_populated_fields: - request_id",
"items": {
"type": "string"
},
"type": "array"
},
"longRunning": {
"$ref": "LongRunning",
"description": "Describes settings to use for long-running operations when generating API methods for RPCs. Complements RPCs that use the annotations in google/longrunning/operations.proto. Example of a YAML configuration:: publishing: method_settings: - selector: google.cloud.speech.v2.Speech.BatchRecognize long_running: initial_poll_delay: seconds: 60 # 1 minute poll_delay_multiplier: 1.5 max_poll_delay: seconds: 360 # 6 minutes total_poll_timeout: seconds: 54000 # 90 minutes"
Expand Down
25 changes: 17 additions & 8 deletions servicenetworking/v1/servicenetworking-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 servicenetworking/v1beta/servicenetworking-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
}
}
},
"revision": "20231015",
"revision": "20231119",
"rootUrl": "https://servicenetworking.googleapis.com/",
"schemas": {
"AddDnsRecordSetMetadata": {
Expand Down Expand Up @@ -1805,6 +1805,13 @@
"description": "Describes the generator configuration for a method.",
"id": "MethodSettings",
"properties": {
"autoPopulatedFields": {
"description": "List of top-level fields of the request message, that should be automatically populated by the client libraries based on their (google.api.field_info).format. Currently supported format: UUID4. Example of a YAML configuration: publishing: method_settings: - selector: google.example.v1.ExampleService.CreateExample auto_populated_fields: - request_id",
"items": {
"type": "string"
},
"type": "array"
},
"longRunning": {
"$ref": "LongRunning",
"description": "Describes settings to use for long-running operations when generating API methods for RPCs. Complements RPCs that use the annotations in google/longrunning/operations.proto. Example of a YAML configuration:: publishing: method_settings: - selector: google.cloud.speech.v2.Speech.BatchRecognize long_running: initial_poll_delay: seconds: 60 # 1 minute poll_delay_multiplier: 1.5 max_poll_delay: seconds: 360 # 6 minutes total_poll_timeout: seconds: 54000 # 90 minutes"
Expand Down
25 changes: 17 additions & 8 deletions servicenetworking/v1beta/servicenetworking-gen.go

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