Skip to content

Commit 3de8a5b

Browse files
feat(all): auto-regenerate discovery clients (#3345)
1 parent 8012a7b commit 3de8a5b

23 files changed

+1256
-70
lines changed

‎androidmanagement/v1/androidmanagement-api.json‎

Lines changed: 203 additions & 3 deletions
Large diffs are not rendered by default.

‎androidmanagement/v1/androidmanagement-gen.go‎

Lines changed: 328 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dialogflow/v3beta1/dialogflow-api.json‎

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5446,7 +5446,7 @@
54465446
}
54475447
}
54485448
},
5449-
"revision": "20250929",
5449+
"revision": "20251009",
54505450
"rootUrl": "https://dialogflow.googleapis.com/",
54515451
"schemas": {
54525452
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -12534,13 +12534,61 @@
1253412534
"description": "The selected LLM model.",
1253512535
"type": "string"
1253612536
},
12537+
"parameters": {
12538+
"$ref": "GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters",
12539+
"description": "Generative model parameters."
12540+
},
1253712541
"promptText": {
1253812542
"description": "The custom prompt to use.",
1253912543
"type": "string"
1254012544
}
1254112545
},
1254212546
"type": "object"
1254312547
},
12548+
"GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters": {
12549+
"description": "Generative model parameters to control the model behavior.",
12550+
"id": "GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters",
12551+
"properties": {
12552+
"inputTokenLimit": {
12553+
"description": "The input token limit. This setting is currently only supported by playbooks.",
12554+
"enum": [
12555+
"INPUT_TOKEN_LIMIT_UNSPECIFIED",
12556+
"INPUT_TOKEN_LIMIT_SHORT",
12557+
"INPUT_TOKEN_LIMIT_MEDIUM",
12558+
"INPUT_TOKEN_LIMIT_LONG"
12559+
],
12560+
"enumDescriptions": [
12561+
"Limit not specified. Treated as 'INPUT_TOKEN_LIMIT_SHORT'.",
12562+
"Input token limit up to 8k.",
12563+
"Input token limit up to 32k.",
12564+
"Input token limit up to 100k."
12565+
],
12566+
"type": "string"
12567+
},
12568+
"outputTokenLimit": {
12569+
"description": "The output token limit. This setting is currently only supported by playbooks. Only one of output_token_limit and max_output_tokens is allowed to be set.",
12570+
"enum": [
12571+
"OUTPUT_TOKEN_LIMIT_UNSPECIFIED",
12572+
"OUTPUT_TOKEN_LIMIT_SHORT",
12573+
"OUTPUT_TOKEN_LIMIT_MEDIUM",
12574+
"OUTPUT_TOKEN_LIMIT_LONG"
12575+
],
12576+
"enumDescriptions": [
12577+
"Limit not specified.",
12578+
"Input token limit up to 512 tokens.",
12579+
"Input token limit up to 1k.",
12580+
"Input token limit up to 2k."
12581+
],
12582+
"type": "string"
12583+
},
12584+
"temperature": {
12585+
"description": "The temperature used for sampling during response generation. Value ranges from 0 to 1. Temperature controls the degree of randomness in token selection. Lower temperature means less randomness, while higher temperature means more randomness. Valid range: [0.0, 1.0]",
12586+
"format": "float",
12587+
"type": "number"
12588+
}
12589+
},
12590+
"type": "object"
12591+
},
1254412592
"GoogleCloudDialogflowCxV3beta1LoadVersionRequest": {
1254512593
"description": "The request message for Versions.LoadVersion.",
1254612594
"id": "GoogleCloudDialogflowCxV3beta1LoadVersionRequest",

‎dialogflow/v3beta1/dialogflow-gen.go‎

Lines changed: 62 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/v1/docs-api.json‎

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
}
222222
}
223223
},
224-
"revision": "20250925",
224+
"revision": "20251008",
225225
"rootUrl": "https://docs.googleapis.com/",
226226
"schemas": {
227227
"AutoText": {
@@ -922,6 +922,27 @@
922922
},
923923
"type": "object"
924924
},
925+
"DocumentFormat": {
926+
"description": "Represents document-level format settings.",
927+
"id": "DocumentFormat",
928+
"properties": {
929+
"documentMode": {
930+
"description": "Whether the document has pages or is pageless.",
931+
"enum": [
932+
"DOCUMENT_MODE_UNSPECIFIED",
933+
"PAGES",
934+
"PAGELESS"
935+
],
936+
"enumDescriptions": [
937+
"The document mode is unspecified.",
938+
"The document has pages.",
939+
"The document is pageless."
940+
],
941+
"type": "string"
942+
}
943+
},
944+
"type": "object"
945+
},
925946
"DocumentStyle": {
926947
"description": "The style of the document.",
927948
"id": "DocumentStyle",
@@ -938,6 +959,10 @@
938959
"description": "The ID of the default header. If not set, there's no default header. This property is read-only.",
939960
"type": "string"
940961
},
962+
"documentFormat": {
963+
"$ref": "DocumentFormat",
964+
"description": "Specifies document-level format settings, such as the document mode (pages vs pageless)."
965+
},
941966
"evenPageFooterId": {
942967
"description": "The ID of the footer used only for even pages. The value of use_even_page_header_footer determines whether to use the default_footer_id or this value for the footer on even pages. If not set, there's no even page footer. This property is read-only.",
943968
"type": "string"

‎docs/v1/docs-gen.go‎

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎firebaseappdistribution/v1alpha/firebaseappdistribution-api.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@
592592
"testCases": {
593593
"methods": {
594594
"batchDelete": {
595-
"description": "Delete test cases.",
595+
"description": "Deletes multiple test cases.",
596596
"flatPath": "v1alpha/projects/{projectsId}/apps/{appsId}/testCases:batchDelete",
597597
"httpMethod": "POST",
598598
"id": "firebaseappdistribution.projects.apps.testCases.batchDelete",
@@ -812,7 +812,7 @@
812812
}
813813
}
814814
},
815-
"revision": "20250925",
815+
"revision": "20251012",
816816
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
817817
"schemas": {
818818
"AndroidxCrawlerOutputPoint": {
@@ -1150,7 +1150,7 @@
11501150
"type": "object"
11511151
},
11521152
"GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest": {
1153-
"description": "The request message for `DeleteTestCase`.",
1153+
"description": "The request message for `BatchDeleteTestCase`.",
11541154
"id": "GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest",
11551155
"properties": {
11561156
"names": {

‎firebaseappdistribution/v1alpha/firebaseappdistribution-gen.go‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎go.work.sum‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,6 @@ github.com/cncf/xds/go v0.0.0-20240423153145-555b57ec207b/go.mod h1:W+zGtBO5Y1Ig
650650
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20/go.mod h1:W+zGtBO5Y1IgJhy4+A9GOqVhqLpfZi+vwmdNXUehLA8=
651651
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78/go.mod h1:W+zGtBO5Y1IgJhy4+A9GOqVhqLpfZi+vwmdNXUehLA8=
652652
github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f/go.mod h1:W+zGtBO5Y1IgJhy4+A9GOqVhqLpfZi+vwmdNXUehLA8=
653-
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443/go.mod h1:W+zGtBO5Y1IgJhy4+A9GOqVhqLpfZi+vwmdNXUehLA8=
654653
github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM=
655654
github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk=
656655
github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk=
@@ -660,11 +659,9 @@ github.com/envoyproxy/go-control-plane v0.12.1-0.20240621013728-1eb8caab5155/go.
660659
github.com/envoyproxy/go-control-plane v0.13.0/go.mod h1:GRaKG3dwvFoTg4nj7aXdZnvMg4d7nvT/wl9WgVXn3Q8=
661660
github.com/envoyproxy/go-control-plane v0.13.1/go.mod h1:X45hY0mufo6Fd0KW3rqsGvQMw58jvjymeCzBU3mWyHw=
662661
github.com/envoyproxy/go-control-plane v0.13.4/go.mod h1:kDfuBlDVsSj2MjrLEtRWtHlsWIFcGyB2RMO44Dc5GZA=
663-
github.com/envoyproxy/go-control-plane/envoy v1.32.4/go.mod h1:Gzjc5k8JcJswLjAx1Zm+wSYE20UrLtt7JZMWiWQXQEw=
664662
github.com/envoyproxy/go-control-plane/ratelimit v0.1.0/go.mod h1:Wk+tMFAFbCXaJPzVVHnPgRKdUdwW/KdbRt94AzgRee4=
665663
github.com/envoyproxy/protoc-gen-validate v1.0.4/go.mod h1:qys6tmnRsYrQqIhm2bvKZH4Blx/1gTIZ2UKVY1M+Yew=
666664
github.com/envoyproxy/protoc-gen-validate v1.1.0/go.mod h1:sXRDRVmzEbkM7CVcM06s9shE/m23dg3wzjl0UWqJ2q4=
667-
github.com/envoyproxy/protoc-gen-validate v1.2.1/go.mod h1:d/C80l/jxXLdfEIhX1W2TmLfsJ31lvEjwamM4DxlWXU=
668665
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
669666
github.com/gliderlabs/ssh v0.3.7/go.mod h1:zpHEXBstFnQYtGnB8k8kQLol82umzn/2/snG7alWVD8=
670667
github.com/go-jose/go-jose/v4 v4.0.5/go.mod h1:s3P1lRrkT8igV8D9OjyL4WRyHvjB6a4JSllnOrmmBOA=
@@ -696,7 +693,6 @@ github.com/googleapis/gax-go/v2 v2.14.0/go.mod h1:lhBCnjdLrWRaPvLWhmc8IS24m9mr07
696693
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
697694
github.com/mmcloughlin/avo v0.5.0/go.mod h1:ChHFdoV7ql95Wi7vuq2YT1bwCJqiWdZrQ1im3VujLYM=
698695
github.com/onsi/gomega v1.27.10/go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M=
699-
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10/go.mod h1:t/avpk3KcrXxUnYOhZhMXJlSEyie6gQbtLq5NM3loB8=
700696
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
701697
github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
702698
github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o=
@@ -746,6 +742,7 @@ golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
746742
golang.org/x/net v0.41.0/go.mod h1:B/K4NNqkfmg07DQYrbwvSluqCJOOXwUjeb/5lOisjbA=
747743
golang.org/x/net v0.42.0/go.mod h1:FF1RA5d3u7nAYA4z2TkclSCKh68eSXtiFwcWQpPXdt8=
748744
golang.org/x/net v0.43.0/go.mod h1:vhO1fvI4dGsIjh73sWfUVjj3N7CA9WkKJNQm2svM6Jg=
745+
golang.org/x/net v0.45.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
749746
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
750747
golang.org/x/oauth2 v0.7.0/go.mod h1:hPLQkd9LyjfXTiRohC/41GhcFqxisoUQ99sCUOHO9x4=
751748
golang.org/x/oauth2 v0.15.0/go.mod h1:q48ptWNTY5XWf+JNten23lcvHpLJ0ZSxF5ttTHKVCAM=
@@ -780,6 +777,7 @@ golang.org/x/term v0.32.0/go.mod h1:uZG1FhGx848Sqfsq4/DlJr3xGGsYMu/L5GW4abiaEPQ=
780777
golang.org/x/term v0.33.0/go.mod h1:s18+ql9tYWp1IfpV9DmCtQDDSRBUjKaw9M1eAv5UeF0=
781778
golang.org/x/term v0.34.0/go.mod h1:5jC53AEywhIVebHgPVeg0mj8OD3VO9OzclacVrqpaAw=
782779
golang.org/x/term v0.35.0/go.mod h1:TPGtkTLesOwf2DE8CgVYiZinHAOuy5AYUYT1lENIZnA=
780+
golang.org/x/term v0.36.0/go.mod h1:Qu394IJq6V6dCBRgwqshf3mPF85AqzYEzofzRdZkWss=
783781
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
784782
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
785783
golang.org/x/tools v0.14.0/go.mod h1:uYBEerGOWcJyEORxN+Ek8+TT266gXkNlHdJBwexUsBg=

‎jobs/v3/jobs-api.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@
652652
}
653653
}
654654
},
655-
"revision": "20250326",
655+
"revision": "20251014",
656656
"rootUrl": "https://jobs.googleapis.com/",
657657
"schemas": {
658658
"ApplicationInfo": {
@@ -2313,7 +2313,7 @@
23132313
"type": "object"
23142314
},
23152315
"PostalAddress": {
2316-
"description": "Represents a postal address (for example, for postal delivery or payments addresses). Given a postal address, a postal service can deliver items to a premise, P.O. box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage, an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input or editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478.",
2316+
"description": "Represents a postal address, such as for postal delivery or payments addresses. With a postal address, a postal service can deliver items to a premise, P.O. box, or similar. A postal address is not intended to model geographical locations like roads, towns, or mountains. In typical usage, an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input or editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478.",
23172317
"id": "PostalAddress",
23182318
"properties": {
23192319
"addressLines": {

0 commit comments

Comments
 (0)