Skip to content

Commit c122b14

Browse files
feat(all): auto-regenerate discovery clients (#3115)
1 parent f0bb0a1 commit c122b14

32 files changed

+4355
-1192
lines changed

apigee/v1/apigee-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6176,7 +6176,7 @@
61766176
]
61776177
},
61786178
"update": {
6179-
"description": "Updates the certificate in an alias.",
6179+
"description": "Updates the certificate in an alias. The updated certificate must be in PEM- or DER-encoded X.509 format.",
61806180
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/keystores/{keystoresId}/aliases/{aliasesId}",
61816181
"httpMethod": "PUT",
61826182
"id": "apigee.organizations.environments.keystores.aliases.update",
@@ -11063,7 +11063,7 @@
1106311063
}
1106411064
}
1106511065
},
11066-
"revision": "20250320",
11066+
"revision": "20250414",
1106711067
"rootUrl": "https://apigee.googleapis.com/",
1106811068
"schemas": {
1106911069
"EdgeConfigstoreBundleBadBundle": {
@@ -13717,7 +13717,7 @@
1371713717
"type": "string"
1371813718
},
1371913719
"appId": {
13720-
"description": "ID of the developer app.",
13720+
"description": "ID of the developer app. This ID is not user specified but is automatically generated on app creation. appId is a UUID.",
1372113721
"type": "string"
1372213722
},
1372313723
"attributes": {

apigee/v1/apigee-gen.go

Lines changed: 4 additions & 2 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: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -169,30 +169,6 @@
169169
"scopes": [
170170
"https://www.googleapis.com/auth/cloud-platform"
171171
]
172-
},
173-
"provisionApp": {
174-
"description": "Provision app distribution for an existing Firebase app, enabling it to subsequently be used by appdistro.",
175-
"flatPath": "v1alpha/apps/{mobilesdkAppId}",
176-
"httpMethod": "POST",
177-
"id": "firebaseappdistribution.apps.provisionApp",
178-
"parameterOrder": [
179-
"mobilesdkAppId"
180-
],
181-
"parameters": {
182-
"mobilesdkAppId": {
183-
"description": "Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289",
184-
"location": "path",
185-
"required": true,
186-
"type": "string"
187-
}
188-
},
189-
"path": "v1alpha/apps/{mobilesdkAppId}",
190-
"response": {
191-
"$ref": "GoogleFirebaseAppdistroV1alphaProvisionAppResponse"
192-
},
193-
"scopes": [
194-
"https://www.googleapis.com/auth/cloud-platform"
195-
]
196172
}
197173
},
198174
"resources": {
@@ -831,7 +807,7 @@
831807
}
832808
}
833809
},
834-
"revision": "20250414",
810+
"revision": "20250416",
835811
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
836812
"schemas": {
837813
"AndroidxCrawlerOutputPoint": {
@@ -1668,12 +1644,6 @@
16681644
},
16691645
"type": "object"
16701646
},
1671-
"GoogleFirebaseAppdistroV1alphaProvisionAppResponse": {
1672-
"description": "The response message for `ProvisionApp`.",
1673-
"id": "GoogleFirebaseAppdistroV1alphaProvisionAppResponse",
1674-
"properties": {},
1675-
"type": "object"
1676-
},
16771647
"GoogleFirebaseAppdistroV1alphaRelease": {
16781648
"description": "Proto defining a release object",
16791649
"id": "GoogleFirebaseAppdistroV1alphaRelease",

firebaseappdistribution/v1alpha/firebaseappdistribution-gen.go

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

0 commit comments

Comments
 (0)