Skip to content

Commit ea6b6e4

Browse files
committed
accept all incoming changes
2 parents 048f2f4 + 68f904a commit ea6b6e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+16942
-1659
lines changed

discovery/androidmanagement-v1.json

Lines changed: 113 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,11 @@
12021202
}
12031203
}
12041204
},
1205+
<<<<<<< HEAD
12051206
"revision": "20250428",
1207+
=======
1208+
"revision": "20250501",
1209+
>>>>>>> 68f904aab4e6a136bf8a0bcd4ef5b2ed2a6cdcb4
12061210
"rootUrl": "https://androidmanagement.googleapis.com/",
12071211
"schemas": {
12081212
"AdbShellCommandEvent": {
@@ -2208,7 +2212,7 @@
22082212
"type": "string"
22092213
},
22102214
"errorCode": {
2211-
"description": "If the command failed, an error code explaining the failure. This is not set when the command is cancelled by the caller.",
2215+
"description": "If the command failed, an error code explaining the failure. This is not set when the command is cancelled by the caller. For reasoning about command errors, prefer fields in the following order (most preferred first): 1. Command-specific fields like clearAppsDataStatus, startLostModeStatus, or similar, if they exist. 2. This field, if set. 3. The generic error field in the Operation that wraps the command.",
22122216
"enum": [
22132217
"COMMAND_ERROR_CODE_UNSPECIFIED",
22142218
"UNKNOWN",
@@ -2231,6 +2235,15 @@
22312235
"description": "For commands of type RESET_PASSWORD, optionally specifies the new password. Note: The new password must be at least 6 characters long if it is numeric in case of Android 14 devices. Else the command will fail with INVALID_VALUE.",
22322236
"type": "string"
22332237
},
2238+
"requestDeviceInfoParams": {
2239+
"$ref": "RequestDeviceInfoParams",
2240+
"description": "Optional. Parameters for the REQUEST_DEVICE_INFO command to get device related information. If this is set, then it is suggested that type should not be set. In this case, the server automatically sets it to REQUEST_DEVICE_INFO . It is also acceptable to explicitly set type to REQUEST_DEVICE_INFO."
2241+
},
2242+
"requestDeviceInfoStatus": {
2243+
"$ref": "RequestDeviceInfoStatus",
2244+
"description": "Output only. Status of the REQUEST_DEVICE_INFO command.",
2245+
"readOnly": true
2246+
},
22342247
"resetPasswordFlags": {
22352248
"description": "For commands of type RESET_PASSWORD, optionally specifies flags.",
22362249
"items": {
@@ -3133,6 +3146,33 @@
31333146
},
31343147
"type": "object"
31353148
},
3149+
"Eid": {
3150+
"description": "EID information for each eUICC chip.",
3151+
"id": "Eid",
3152+
"properties": {
3153+
"eid": {
3154+
"description": "Output only. The EID",
3155+
"readOnly": true,
3156+
"type": "string"
3157+
}
3158+
},
3159+
"type": "object"
3160+
},
3161+
"EidInfo": {
3162+
"description": "Information related to the EIDs of the device.",
3163+
"id": "EidInfo",
3164+
"properties": {
3165+
"eids": {
3166+
"description": "Output only. EID information for each eUICC chip.",
3167+
"items": {
3168+
"$ref": "Eid"
3169+
},
3170+
"readOnly": true,
3171+
"type": "array"
3172+
}
3173+
},
3174+
"type": "object"
3175+
},
31363176
"Empty": {
31373177
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } ",
31383178
"id": "Empty",
@@ -3365,6 +3405,21 @@
33653405
},
33663406
"type": "object"
33673407
},
3408+
<<<<<<< HEAD
3409+
=======
3410+
"EuiccChipInfo": {
3411+
"description": "Information related to the eUICC chip.",
3412+
"id": "EuiccChipInfo",
3413+
"properties": {
3414+
"eid": {
3415+
"description": "Output only. The Embedded Identity Document (EID) that identifies the eUICC chip for each eUICC chip on the device. This is available on company owned devices running Android 13 and above.",
3416+
"readOnly": true,
3417+
"type": "string"
3418+
}
3419+
},
3420+
"type": "object"
3421+
},
3422+
>>>>>>> 68f904aab4e6a136bf8a0bcd4ef5b2ed2a6cdcb4
33683423
"ExtensionConfig": {
33693424
"description": "Configuration to enable an app as an extension app, with the capability of interacting with Android Device Policy offline. For Android versions 11 and above, extension apps are exempt from battery restrictions so will not be placed into the restricted App Standby Bucket (https://developer.android.com/topic/performance/appstandby#restricted-bucket). Extensions apps are also protected against users clearing their data or force-closing the application, although admins can continue to use the clear app data command on extension apps if needed for Android 11 and above.",
33703425
"id": "ExtensionConfig",
@@ -3535,6 +3590,14 @@
35353590
"readOnly": true,
35363591
"type": "string"
35373592
},
3593+
"euiccChipInfo": {
3594+
"description": "Output only. Information related to the eUICC chip.",
3595+
"items": {
3596+
"$ref": "EuiccChipInfo"
3597+
},
3598+
"readOnly": true,
3599+
"type": "array"
3600+
},
35383601
"gpuShutdownTemperatures": {
35393602
"description": "GPU shutdown temperature thresholds in Celsius for each GPU on the device.",
35403603
"items": {
@@ -5888,6 +5951,55 @@
58885951
},
58895952
"type": "object"
58905953
},
5954+
"RequestDeviceInfoParams": {
5955+
"description": "Parameters associated with the REQUEST_DEVICE_INFO command to get device related information.",
5956+
"id": "RequestDeviceInfoParams",
5957+
"properties": {
5958+
"deviceInfo": {
5959+
"description": "Required. Type of device information to be requested.",
5960+
"enum": [
5961+
"DEVICE_INFO_UNSPECIFIED",
5962+
"EID"
5963+
],
5964+
"enumDescriptions": [
5965+
"This value is disallowed.",
5966+
"Request the identifier for eSIM. The user will be asked to approve the disclosure of the information before the result can be returned. If the user doesn't approve the disclosure, USER_DECLINED will be returned. This is supported only for personally owned devices with work profiles and Android versions 13 and above."
5967+
],
5968+
"type": "string"
5969+
}
5970+
},
5971+
"type": "object"
5972+
},
5973+
"RequestDeviceInfoStatus": {
5974+
"description": "Status of the REQUEST_DEVICE_INFO command.",
5975+
"id": "RequestDeviceInfoStatus",
5976+
"properties": {
5977+
"eidInfo": {
5978+
"$ref": "EidInfo",
5979+
"description": "Information related to the EIDs of the device."
5980+
},
5981+
"status": {
5982+
"description": "Output only. Status of a REQUEST_DEVICE_INFO command.",
5983+
"enum": [
5984+
"STATUS_UNSPECIFIED",
5985+
"SUCCEEDED",
5986+
"PENDING_USER_ACTION",
5987+
"USER_DECLINED",
5988+
"UNSUPPORTED"
5989+
],
5990+
"enumDescriptions": [
5991+
"Unspecified. This value is not used.",
5992+
"Device information has been successfully delivered.",
5993+
"The user has not completed the actions required to share device information.",
5994+
"The user declined sharing device information.",
5995+
"The requested device info is not supported on this device, e.g. eSIM is not supported on the device."
5996+
],
5997+
"readOnly": true,
5998+
"type": "string"
5999+
}
6000+
},
6001+
"type": "object"
6002+
},
58916003
"ScreenBrightnessSettings": {
58926004
"description": "Controls for the screen brightness settings.",
58936005
"id": "ScreenBrightnessSettings",

discovery/certificatemanager-v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@
143143
"name"
144144
],
145145
"parameters": {
146+
"extraLocationTypes": {
147+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
148+
"location": "query",
149+
"repeated": true,
150+
"type": "string"
151+
},
146152
"filter": {
147153
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
148154
"location": "query",
@@ -1314,7 +1320,7 @@
13141320
}
13151321
}
13161322
},
1317-
"revision": "20250211",
1323+
"revision": "20250423",
13181324
"rootUrl": "https://certificatemanager.googleapis.com/",
13191325
"schemas": {
13201326
"AllowlistedCertificate": {

discovery/civicinfo-v2.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196
"path": "civicinfo/v2/voterinfo",
197197
"response": {
198198
"$ref": "CivicinfoApiprotosV2VoterInfoResponse"
199+
<<<<<<< HEAD
199200
}
200201
}
201202
}
@@ -374,12 +375,18 @@
374375
"path": "civicinfo/v2/representatives/{ocdId}",
375376
"response": {
376377
"$ref": "CivicinfoApiprotosV2RepresentativeInfoData"
378+
=======
379+
>>>>>>> 68f904aab4e6a136bf8a0bcd4ef5b2ed2a6cdcb4
377380
}
378381
}
379382
}
380383
}
381384
},
385+
<<<<<<< HEAD
382386
"revision": "20250320",
387+
=======
388+
"revision": "20250430",
389+
>>>>>>> 68f904aab4e6a136bf8a0bcd4ef5b2ed2a6cdcb4
383390
"rootUrl": "https://civicinfo.googleapis.com/",
384391
"schemas": {
385392
"CivicinfoApiprotosV2DivisionByAddressResponse": {
@@ -457,6 +464,7 @@
457464
},
458465
"type": "object"
459466
},
467+
<<<<<<< HEAD
460468
"CivicinfoApiprotosV2RepresentativeInfoData": {
461469
"id": "CivicinfoApiprotosV2RepresentativeInfoData",
462470
"properties": {
@@ -521,6 +529,8 @@
521529
},
522530
"type": "object"
523531
},
532+
=======
533+
>>>>>>> 68f904aab4e6a136bf8a0bcd4ef5b2ed2a6cdcb4
524534
"CivicinfoApiprotosV2VoterInfoResponse": {
525535
"description": "The result of a voter info lookup query.",
526536
"id": "CivicinfoApiprotosV2VoterInfoResponse",
@@ -1069,6 +1079,7 @@
10691079
},
10701080
"type": "object"
10711081
},
1082+
<<<<<<< HEAD
10721083
"CivicinfoSchemaV2Office": {
10731084
"description": "Information about an Office held by one or more Officials.",
10741085
"id": "CivicinfoSchemaV2Office",
@@ -1217,6 +1228,8 @@
12171228
},
12181229
"type": "object"
12191230
},
1231+
=======
1232+
>>>>>>> 68f904aab4e6a136bf8a0bcd4ef5b2ed2a6cdcb4
12201233
"CivicinfoSchemaV2PollingLocation": {
12211234
"description": "A location where a voter can vote. This may be an early vote site, an election day voting location, or a drop off location for a completed ballot.",
12221235
"id": "CivicinfoSchemaV2PollingLocation",

0 commit comments

Comments
 (0)