Skip to content

Commit 7897739

Browse files
feat(all): auto-regenerate discovery clients (#2286)
1 parent bdc87de commit 7897739

File tree

8 files changed

+64
-19
lines changed

8 files changed

+64
-19
lines changed

drive/v2/drive-api.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -3842,7 +3842,7 @@
38423842
}
38433843
}
38443844
},
3845-
"revision": "20230822",
3845+
"revision": "20231120",
38463846
"rootUrl": "https://www.googleapis.com/",
38473847
"schemas": {
38483848
"About": {
@@ -4738,6 +4738,10 @@
47384738
"format": "date-time",
47394739
"type": "string"
47404740
},
4741+
"systemRestricted": {
4742+
"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.",
4743+
"type": "boolean"
4744+
},
47414745
"type": {
47424746
"description": "Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.",
47434747
"type": "string"

drive/v2/drive-gen.go

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

drive/v3/drive-api.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -2433,7 +2433,7 @@
24332433
}
24342434
}
24352435
},
2436-
"revision": "20230822",
2436+
"revision": "20231120",
24372437
"rootUrl": "https://www.googleapis.com/",
24382438
"schemas": {
24392439
"About": {
@@ -2837,6 +2837,10 @@
28372837
"format": "date-time",
28382838
"type": "string"
28392839
},
2840+
"systemRestricted": {
2841+
"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.",
2842+
"type": "boolean"
2843+
},
28402844
"type": {
28412845
"description": "Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.",
28422846
"type": "string"

drive/v3/drive-gen.go

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebaserules/v1/firebaserules-api.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
}
478478
}
479479
},
480-
"revision": "20220619",
480+
"revision": "20231120",
481481
"rootUrl": "https://firebaserules.googleapis.com/",
482482
"schemas": {
483483
"Arg": {
@@ -767,6 +767,10 @@
767767
"description": "`Ruleset` is an immutable copy of `Source` with a globally unique identifier and a creation time.",
768768
"id": "Ruleset",
769769
"properties": {
770+
"attachmentPoint": {
771+
"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/",
772+
"type": "string"
773+
},
770774
"createTime": {
771775
"description": "Output only. Time the `Ruleset` was created.",
772776
"format": "google-datetime",

firebaserules/v1/firebaserules-gen.go

+14-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

servicemanagement/v1/servicemanagement-api.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@
830830
}
831831
}
832832
},
833-
"revision": "20230804",
833+
"revision": "20231127",
834834
"rootUrl": "https://servicemanagement.googleapis.com/",
835835
"schemas": {
836836
"Advice": {
@@ -2416,6 +2416,13 @@
24162416
"description": "Describes the generator configuration for a method.",
24172417
"id": "MethodSettings",
24182418
"properties": {
2419+
"autoPopulatedFields": {
2420+
"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",
2421+
"items": {
2422+
"type": "string"
2423+
},
2424+
"type": "array"
2425+
},
24192426
"longRunning": {
24202427
"$ref": "LongRunning",
24212428
"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"

servicemanagement/v1/servicemanagement-gen.go

+17-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)