Skip to content

Commit 2c1ff18

Browse files
feat(all): auto-regenerate discovery clients (#3245)
1 parent e6b1c87 commit 2c1ff18

29 files changed

+2448
-274
lines changed

analyticsadmin/v1alpha/analyticsadmin-api.json

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,6 +975,34 @@
975975
"https://www.googleapis.com/auth/analytics.readonly"
976976
]
977977
},
978+
"submitUserDeletion": {
979+
"description": "Submits a request for user deletion for a property.",
980+
"flatPath": "v1alpha/properties/{propertiesId}:submitUserDeletion",
981+
"httpMethod": "POST",
982+
"id": "analyticsadmin.properties.submitUserDeletion",
983+
"parameterOrder": [
984+
"name"
985+
],
986+
"parameters": {
987+
"name": {
988+
"description": "Required. The name of the property to submit user deletion for.",
989+
"location": "path",
990+
"pattern": "^properties/[^/]+$",
991+
"required": true,
992+
"type": "string"
993+
}
994+
},
995+
"path": "v1alpha/{+name}:submitUserDeletion",
996+
"request": {
997+
"$ref": "GoogleAnalyticsAdminV1alphaSubmitUserDeletionRequest"
998+
},
999+
"response": {
1000+
"$ref": "GoogleAnalyticsAdminV1alphaSubmitUserDeletionResponse"
1001+
},
1002+
"scopes": [
1003+
"https://www.googleapis.com/auth/analytics.edit"
1004+
]
1005+
},
9781006
"updateAttributionSettings": {
9791007
"description": "Updates attribution settings on a property.",
9801008
"flatPath": "v1alpha/properties/{propertiesId}/attributionSettings",
@@ -5058,7 +5086,7 @@
50585086
}
50595087
}
50605088
},
5061-
"revision": "20250713",
5089+
"revision": "20250723",
50625090
"rootUrl": "https://analyticsadmin.googleapis.com/",
50635091
"schemas": {
50645092
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -9127,6 +9155,41 @@
91279155
},
91289156
"type": "object"
91299157
},
9158+
"GoogleAnalyticsAdminV1alphaSubmitUserDeletionRequest": {
9159+
"description": "Request message for SubmitUserDeletion RPC.",
9160+
"id": "GoogleAnalyticsAdminV1alphaSubmitUserDeletionRequest",
9161+
"properties": {
9162+
"appInstanceId": {
9163+
"description": "Firebase [application instance ID](https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics.html#getAppInstanceId).",
9164+
"type": "string"
9165+
},
9166+
"clientId": {
9167+
"description": "Google Analytics [client ID](https://support.google.com/analytics/answer/11593727).",
9168+
"type": "string"
9169+
},
9170+
"userId": {
9171+
"description": "Google Analytics [user ID](https://firebase.google.com/docs/analytics/userid).",
9172+
"type": "string"
9173+
},
9174+
"userProvidedData": {
9175+
"description": "[User-provided data](https://support.google.com/analytics/answer/14077171). May contain either one email address or one phone number. Email addresses should be normalized as such: * lowercase * remove periods before @ for gmail.com/googlemail.com addresses * remove all spaces Phone numbers should be normalized as such: * remove all non digit characters * add + prefix",
9176+
"type": "string"
9177+
}
9178+
},
9179+
"type": "object"
9180+
},
9181+
"GoogleAnalyticsAdminV1alphaSubmitUserDeletionResponse": {
9182+
"description": "Response message for SubmitUserDeletion RPC.",
9183+
"id": "GoogleAnalyticsAdminV1alphaSubmitUserDeletionResponse",
9184+
"properties": {
9185+
"deletionRequestTime": {
9186+
"description": "Marks the moment for which all visitor data before this point should be deleted. This is set to the time at which the deletion request was received.",
9187+
"format": "google-datetime",
9188+
"type": "string"
9189+
}
9190+
},
9191+
"type": "object"
9192+
},
91309193
"GoogleAnalyticsAdminV1alphaSubpropertyEventFilter": {
91319194
"description": "A resource message representing a Google Analytics subproperty event filter.",
91329195
"id": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter",

analyticsadmin/v1alpha/analyticsadmin-gen.go

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

androidpublisher/v3/androidpublisher-api.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5521,7 +5521,7 @@
55215521
}
55225522
}
55235523
},
5524-
"revision": "20250719",
5524+
"revision": "20250724",
55255525
"rootUrl": "https://androidpublisher.googleapis.com/",
55265526
"schemas": {
55275527
"Abi": {
@@ -9374,13 +9374,15 @@
93749374
"AVAILABILITY_UNSPECIFIED",
93759375
"AVAILABLE",
93769376
"NO_LONGER_AVAILABLE",
9377-
"AVAILABLE_IF_RELEASED"
9377+
"AVAILABLE_IF_RELEASED",
9378+
"AVAILABLE_FOR_OFFERS_ONLY"
93789379
],
93799380
"enumDescriptions": [
93809381
"Unspecified availability. Must not be used.",
93819382
"The purchase option is available to users.",
93829383
"The purchase option is no longer available to users. This value can only be used if the availability was previously set as AVAILABLE.",
9383-
"The purchase option is initially unavailable, but made available via a released pre-order offer."
9384+
"The purchase option is initially unavailable, but made available via a released pre-order offer.",
9385+
"The purchase option is unavailable but offers linked to it (i.e. Play Points offer) are available."
93849386
],
93859387
"type": "string"
93869388
},

androidpublisher/v3/androidpublisher-gen.go

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

backupdr/v1/backupdr-api.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2060,7 +2060,7 @@
20602060
}
20612061
}
20622062
},
2063-
"revision": "20250711",
2063+
"revision": "20250720",
20642064
"rootUrl": "https://backupdr.googleapis.com/",
20652065
"schemas": {
20662066
"AbandonBackupRequest": {
@@ -2791,12 +2791,6 @@
27912791
"format": "google-datetime",
27922792
"readOnly": true,
27932793
"type": "string"
2794-
},
2795-
"lastSuccessfulLogBackupConsistencyTime": {
2796-
"description": "Output only. If the last log backup were successful, this field has the consistency date.",
2797-
"format": "google-datetime",
2798-
"readOnly": true,
2799-
"type": "string"
28002794
}
28012795
},
28022796
"type": "object"
@@ -2905,7 +2899,7 @@
29052899
"id": "BackupPlan",
29062900
"properties": {
29072901
"backupRules": {
2908-
"description": "Required. The backup rules for this `BackupPlan`. There must be at least one `BackupRule` message.",
2902+
"description": "Optional. The backup rules for this `BackupPlan`. There must be at least one `BackupRule` message if on_demand_retention_limit_days is not set.",
29092903
"items": {
29102904
"$ref": "BackupRule"
29112905
},

backupdr/v1/backupdr-gen.go

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

0 commit comments

Comments
 (0)