Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2286)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Dec 2, 2023
1 parent bdc87de commit 7897739
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 19 deletions.
6 changes: 5 additions & 1 deletion drive/v2/drive-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3842,7 +3842,7 @@
}
}
},
"revision": "20230822",
"revision": "20231120",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"About": {
Expand Down Expand Up @@ -4738,6 +4738,10 @@
"format": "date-time",
"type": "string"
},
"systemRestricted": {
"description": "Output only. Whether the content restriction was applied by the system, for example due to an esignature. Users cannot modify or remove system restricted content restrictions.",
"type": "boolean"
},
"type": {
"description": "Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.",
"type": "string"
Expand Down
5 changes: 5 additions & 0 deletions drive/v2/drive-gen.go

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

6 changes: 5 additions & 1 deletion drive/v3/drive-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2433,7 +2433,7 @@
}
}
},
"revision": "20230822",
"revision": "20231120",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"About": {
Expand Down Expand Up @@ -2837,6 +2837,10 @@
"format": "date-time",
"type": "string"
},
"systemRestricted": {
"description": "Output only. Whether the content restriction was applied by the system, for example due to an esignature. Users cannot modify or remove system restricted content restrictions.",
"type": "boolean"
},
"type": {
"description": "Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.",
"type": "string"
Expand Down
5 changes: 5 additions & 0 deletions drive/v3/drive-gen.go

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

6 changes: 5 additions & 1 deletion firebaserules/v1/firebaserules-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
}
}
},
"revision": "20220619",
"revision": "20231120",
"rootUrl": "https://firebaserules.googleapis.com/",
"schemas": {
"Arg": {
Expand Down Expand Up @@ -767,6 +767,10 @@
"description": "`Ruleset` is an immutable copy of `Source` with a globally unique identifier and a creation time.",
"id": "Ruleset",
"properties": {
"attachmentPoint": {
"description": "Immutable. Intended resource to which this Ruleset should be released. May be left blank to signify the resource associated with the default release. Expected format: firestore.googleapis.com/projects//databases/",
"type": "string"
},
"createTime": {
"description": "Output only. Time the `Ruleset` was created.",
"format": "google-datetime",
Expand Down
21 changes: 14 additions & 7 deletions firebaserules/v1/firebaserules-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 servicemanagement/v1/servicemanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@
}
}
},
"revision": "20230804",
"revision": "20231127",
"rootUrl": "https://servicemanagement.googleapis.com/",
"schemas": {
"Advice": {
Expand Down Expand Up @@ -2416,6 +2416,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 servicemanagement/v1/servicemanagement-gen.go

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

0 comments on commit 7897739

Please sign in to comment.