Skip to content

Commit 01a17b3

Browse files
feat(all): auto-regenerate discovery clients (#2953)
1 parent d6e4f8d commit 01a17b3

33 files changed

+3471
-643
lines changed

analyticsadmin/v1alpha/analyticsadmin-api.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
]
341341
},
342342
"searchChangeHistoryEvents": {
343-
"description": "Searches through all changes to an account or its children given the specified set of filters.",
343+
"description": "Searches through all changes to an account or its children given the specified set of filters. Only returns the subset of changes supported by the API. The UI may return additional changes.",
344344
"flatPath": "v1alpha/accounts/{accountsId}:searchChangeHistoryEvents",
345345
"httpMethod": "POST",
346346
"id": "analyticsadmin.accounts.searchChangeHistoryEvents",
@@ -4886,7 +4886,7 @@
48864886
}
48874887
}
48884888
},
4889-
"revision": "20240929",
4889+
"revision": "20250103",
48904890
"rootUrl": "https://analyticsadmin.googleapis.com/",
48914891
"schemas": {
48924892
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -6818,7 +6818,7 @@
68186818
"id": "GoogleAnalyticsAdminV1alphaDataRetentionSettings",
68196819
"properties": {
68206820
"eventDataRetention": {
6821-
"description": "The length of time that event-level data is retained.",
6821+
"description": "Required. The length of time that event-level data is retained.",
68226822
"enum": [
68236823
"RETENTION_DURATION_UNSPECIFIED",
68246824
"TWO_MONTHS",
@@ -6831,9 +6831,9 @@
68316831
"Data retention time duration is not specified.",
68326832
"The data retention time duration is 2 months.",
68336833
"The data retention time duration is 14 months.",
6834-
"The data retention time duration is 26 months. Available to 360 properties only.",
6835-
"The data retention time duration is 38 months. Available to 360 properties only.",
6836-
"The data retention time duration is 50 months. Available to 360 properties only."
6834+
"The data retention time duration is 26 months. Available to 360 properties only. Available for event data only.",
6835+
"The data retention time duration is 38 months. Available to 360 properties only. Available for event data only.",
6836+
"The data retention time duration is 50 months. Available to 360 properties only. Available for event data only."
68376837
],
68386838
"type": "string"
68396839
},
@@ -8774,7 +8774,7 @@
87748774
"type": "string"
87758775
},
87768776
"pageSize": {
8777-
"description": "Optional. The maximum number of ChangeHistoryEvent items to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum).",
8777+
"description": "Optional. The maximum number of ChangeHistoryEvent items to return. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum). Note that the service may return a page with fewer items than this value specifies (potentially even zero), and that there still may be additional pages. If you want a particular number of items, you'll need to continue requesting additional pages using `page_token` until you get the needed number.",
87788778
"format": "int32",
87798779
"type": "integer"
87808780
},

analyticsadmin/v1alpha/analyticsadmin-gen.go

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

analyticsadmin/v1beta/analyticsadmin-api.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
]
335335
},
336336
"searchChangeHistoryEvents": {
337-
"description": "Searches through all changes to an account or its children given the specified set of filters.",
337+
"description": "Searches through all changes to an account or its children given the specified set of filters. Only returns the subset of changes supported by the API. The UI may return additional changes.",
338338
"flatPath": "v1beta/accounts/{accountsId}:searchChangeHistoryEvents",
339339
"httpMethod": "POST",
340340
"id": "analyticsadmin.accounts.searchChangeHistoryEvents",
@@ -1788,7 +1788,7 @@
17881788
}
17891789
}
17901790
},
1791-
"revision": "20241113",
1791+
"revision": "20250103",
17921792
"rootUrl": "https://analyticsadmin.googleapis.com/",
17931793
"schemas": {
17941794
"GoogleAnalyticsAdminV1betaAccessBetweenFilter": {
@@ -2575,7 +2575,7 @@
25752575
"id": "GoogleAnalyticsAdminV1betaDataRetentionSettings",
25762576
"properties": {
25772577
"eventDataRetention": {
2578-
"description": "The length of time that event-level data is retained.",
2578+
"description": "Required. The length of time that event-level data is retained.",
25792579
"enum": [
25802580
"RETENTION_DURATION_UNSPECIFIED",
25812581
"TWO_MONTHS",
@@ -2588,9 +2588,9 @@
25882588
"Data retention time duration is not specified.",
25892589
"The data retention time duration is 2 months.",
25902590
"The data retention time duration is 14 months.",
2591-
"The data retention time duration is 26 months. Available to 360 properties only.",
2592-
"The data retention time duration is 38 months. Available to 360 properties only.",
2593-
"The data retention time duration is 50 months. Available to 360 properties only."
2591+
"The data retention time duration is 26 months. Available to 360 properties only. Available for event data only.",
2592+
"The data retention time duration is 38 months. Available to 360 properties only. Available for event data only.",
2593+
"The data retention time duration is 50 months. Available to 360 properties only. Available for event data only."
25942594
],
25952595
"type": "string"
25962596
},
@@ -3470,7 +3470,7 @@
34703470
"type": "string"
34713471
},
34723472
"pageSize": {
3473-
"description": "Optional. The maximum number of ChangeHistoryEvent items to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum).",
3473+
"description": "Optional. The maximum number of ChangeHistoryEvent items to return. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum). Note that the service may return a page with fewer items than this value specifies (potentially even zero), and that there still may be additional pages. If you want a particular number of items, you'll need to continue requesting additional pages using `page_token` until you get the needed number.",
34743474
"format": "int32",
34753475
"type": "integer"
34763476
},

analyticsadmin/v1beta/analyticsadmin-gen.go

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

androidmanagement/v1/androidmanagement-api.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,6 +1146,12 @@
11461146
"location": "query",
11471147
"type": "string"
11481148
},
1149+
"allowedDomains": {
1150+
"description": "Optional. A list of domains that are permitted for the admin email. The IT admin cannot enter an email address with a domain name that is not in this list. Subdomains of domains in this list are not allowed but can be allowed by adding a second entry which has *. prefixed to the domain name (e.g. *.example.com). If the field is not present or is an empty list then the IT admin is free to use any valid domain name. Personal email domains are always allowed, but will result in the creation of a managed Google Play Accounts enterprise.",
1151+
"location": "query",
1152+
"repeated": true,
1153+
"type": "string"
1154+
},
11491155
"callbackUrl": {
11501156
"description": "The callback URL that the admin will be redirected to after successfully creating an enterprise. Before redirecting there the system will add a query parameter to this URL named enterpriseToken which will contain an opaque token to be used for the create enterprise request. The URL will be parsed then reformatted in order to add the enterpriseToken parameter, so there may be some minor formatting changes.",
11511157
"location": "query",
@@ -1168,7 +1174,7 @@
11681174
}
11691175
}
11701176
},
1171-
"revision": "20241204",
1177+
"revision": "20250106",
11721178
"rootUrl": "https://androidmanagement.googleapis.com/",
11731179
"schemas": {
11741180
"AdbShellCommandEvent": {

androidmanagement/v1/androidmanagement-gen.go

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

cloudbuild/v1/cloudbuild-api.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,6 @@
191191
"endpointUrl": "https://cloudbuild.us-east1.rep.googleapis.com/",
192192
"location": "us-east1"
193193
},
194-
{
195-
"description": "Regional Endpoint",
196-
"endpointUrl": "https://cloudbuild.us-east10.rep.googleapis.com/",
197-
"location": "us-east10"
198-
},
199194
{
200195
"description": "Regional Endpoint",
201196
"endpointUrl": "https://cloudbuild.us-east4.rep.googleapis.com/",
@@ -2573,7 +2568,7 @@
25732568
}
25742569
}
25752570
},
2576-
"revision": "20241210",
2571+
"revision": "20250102",
25772572
"rootUrl": "https://cloudbuild.googleapis.com/",
25782573
"schemas": {
25792574
"ApprovalConfig": {

cloudbuild/v2/cloudbuild-api.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,6 @@
191191
"endpointUrl": "https://cloudbuild.us-east1.rep.googleapis.com/",
192192
"location": "us-east1"
193193
},
194-
{
195-
"description": "Regional Endpoint",
196-
"endpointUrl": "https://cloudbuild.us-east10.rep.googleapis.com/",
197-
"location": "us-east10"
198-
},
199194
{
200195
"description": "Regional Endpoint",
201196
"endpointUrl": "https://cloudbuild.us-east4.rep.googleapis.com/",
@@ -1071,7 +1066,7 @@
10711066
}
10721067
}
10731068
},
1074-
"revision": "20241210",
1069+
"revision": "20250102",
10751070
"rootUrl": "https://cloudbuild.googleapis.com/",
10761071
"schemas": {
10771072
"AuditConfig": {

cloudfunctions/v1/cloudfunctions-api.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
}
553553
}
554554
},
555-
"revision": "20240905",
555+
"revision": "20250102",
556556
"rootUrl": "https://cloudfunctions.googleapis.com/",
557557
"schemas": {
558558
"AuditConfig": {
@@ -703,7 +703,8 @@
703703
"type": "string"
704704
},
705705
"dockerRegistry": {
706-
"description": "Docker Registry to use for this deployment. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be left unspecified or set to `ARTIFACT_REGISTRY`.",
706+
"deprecated": true,
707+
"description": "Docker Registry to use for this deployment. Deprecated: Container Registry option will no longer be available after March 2025: https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr Please use Artifact Registry instead, which is the default choice. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be left unspecified or set to `ARTIFACT_REGISTRY`.",
707708
"enum": [
708709
"DOCKER_REGISTRY_UNSPECIFIED",
709710
"CONTAINER_REGISTRY",

cloudfunctions/v1/cloudfunctions-gen.go

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

0 commit comments

Comments
 (0)