Skip to content

Commit 82513ca

Browse files
feat(all): auto-regenerate discovery clients (#3264)
1 parent 3341cca commit 82513ca

40 files changed

+43052
-41
lines changed

admin/directory/v1/admin-api.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4671,7 +4671,7 @@
46714671
}
46724672
}
46734673
},
4674-
"revision": "20250707",
4674+
"revision": "20250804",
46754675
"rootUrl": "https://admin.googleapis.com/",
46764676
"schemas": {
46774677
"Alias": {
@@ -5840,6 +5840,23 @@
58405840
"description": "The Chrome device's operating system version.",
58415841
"type": "string"
58425842
},
5843+
"osVersionCompliance": {
5844+
"description": "Output only. Compliance status of the OS version.",
5845+
"enum": [
5846+
"complianceUnspecified",
5847+
"compliant",
5848+
"pending",
5849+
"notCompliant"
5850+
],
5851+
"enumDescriptions": [
5852+
"Compliance status unspecified.",
5853+
"Compliance status compliant.",
5854+
"Compliance status pending.",
5855+
"Compliance status not compliant."
5856+
],
5857+
"readOnly": true,
5858+
"type": "string"
5859+
},
58435860
"platformVersion": {
58445861
"description": "The Chrome device's platform version.",
58455862
"type": "string"

admin/directory/v1/admin-gen.go

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

apigee/v1/apigee-api.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2422,7 +2422,7 @@
24222422
"type": "string"
24232423
},
24242424
"pageSize": {
2425-
"description": "Optional. Count of apps a single page can have in the response. If unspecified, at most 100 apps will be returned. The maximum value is 100; values above 100 will be coerced to 100. \"page_size\" is supported from ver 1.10.0 and above.",
2425+
"description": "Optional. Count of apps a single page can have in the response. If unspecified, at most 1000 apps will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. \"page_size\" is supported from ver 1.10.0 and above.",
24262426
"format": "int32",
24272427
"location": "query",
24282428
"type": "integer"
@@ -2440,7 +2440,7 @@
24402440
"type": "string"
24412441
},
24422442
"rows": {
2443-
"description": "Optional. Maximum number of app IDs to return. Defaults to 1000.",
2443+
"description": "Optional. Maximum number of app IDs to return. Defaults to 1000, which is also the upper limit. To get more than 1000, use pagination with 'pageSize' and 'pageToken' parameters.",
24442444
"format": "int64",
24452445
"location": "query",
24462446
"type": "string"
@@ -11127,7 +11127,7 @@
1112711127
}
1112811128
}
1112911129
},
11130-
"revision": "20250722",
11130+
"revision": "20250731",
1113111131
"rootUrl": "https://apigee.googleapis.com/",
1113211132
"schemas": {
1113311133
"EdgeConfigstoreBundleBadBundle": {
@@ -15248,6 +15248,10 @@
1524815248
"description": "Required. Flag that specifies whether entry values will be encrypted. This field is retained for backward compatibility and the value of encrypted will always be `true`. Apigee X and hybrid do not support unencrypted key value maps.",
1524915249
"type": "boolean"
1525015250
},
15251+
"maskedValues": {
15252+
"description": "Required. Flag that specifies whether entry values will be masked when returned.",
15253+
"type": "boolean"
15254+
},
1525115255
"name": {
1525215256
"description": "Required. ID of the key value map.",
1525315257
"type": "string"

apigee/v1/apigee-gen.go

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

apim/v1alpha/apim-api.json

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,31 @@
134134
"https://www.googleapis.com/auth/cloud-platform"
135135
]
136136
},
137+
"getEntitlement": {
138+
"description": "GetEntitlement returns the entitlement for the provided project.",
139+
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/entitlement",
140+
"httpMethod": "GET",
141+
"id": "apim.projects.locations.getEntitlement",
142+
"parameterOrder": [
143+
"name"
144+
],
145+
"parameters": {
146+
"name": {
147+
"description": "Required. The entitlement resource name Format: projects/{project}/locations/{location}/entitlement",
148+
"location": "path",
149+
"pattern": "^projects/[^/]+/locations/[^/]+/entitlement$",
150+
"required": true,
151+
"type": "string"
152+
}
153+
},
154+
"path": "v1alpha/{+name}",
155+
"response": {
156+
"$ref": "Entitlement"
157+
},
158+
"scopes": [
159+
"https://www.googleapis.com/auth/cloud-platform"
160+
]
161+
},
137162
"list": {
138163
"description": "Lists information about the supported locations for this service.",
139164
"flatPath": "v1alpha/projects/{projectsId}/locations",
@@ -821,7 +846,7 @@
821846
}
822847
}
823848
},
824-
"revision": "20250521",
849+
"revision": "20250730",
825850
"rootUrl": "https://apim.googleapis.com/",
826851
"schemas": {
827852
"ApiObservation": {
@@ -996,6 +1021,38 @@
9961021
"properties": {},
9971022
"type": "object"
9981023
},
1024+
"Entitlement": {
1025+
"description": "Entitlement stores data related to API Observation entitlement for a given project",
1026+
"id": "Entitlement",
1027+
"properties": {
1028+
"apiObservationEntitled": {
1029+
"description": "Whether API Observation is entitled.",
1030+
"type": "boolean"
1031+
},
1032+
"billingProjectNumber": {
1033+
"description": "Project number of associated billing project that has Apigee and Advanced API Security entitled.",
1034+
"format": "int64",
1035+
"type": "string"
1036+
},
1037+
"createTime": {
1038+
"description": "Output only. The time of the entitlement creation.",
1039+
"format": "google-datetime",
1040+
"readOnly": true,
1041+
"type": "string"
1042+
},
1043+
"name": {
1044+
"description": "Identifier. The entitlement resource name `projects/{project}/locations/{location}/entitlement`",
1045+
"type": "string"
1046+
},
1047+
"updateTime": {
1048+
"description": "Output only. The time of the entitlement update.",
1049+
"format": "google-datetime",
1050+
"readOnly": true,
1051+
"type": "string"
1052+
}
1053+
},
1054+
"type": "object"
1055+
},
9991056
"GclbObservationSource": {
10001057
"description": "The GCLB observation source.",
10011058
"id": "GclbObservationSource",

apim/v1alpha/apim-gen.go

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

0 commit comments

Comments
 (0)