Skip to content

Commit 128df64

Browse files
fix(androidenterprise): update the API
#### androidenterprise:v1 The following keys were changed: - resources.enterprises.methods.getServiceAccount.description - schemas.EnterpriseUpgradeEvent.description - schemas.Notification.properties.enterpriseUpgradeEvent.description - schemas.Notification.properties.notificationType.enumDescriptions
1 parent dfc0ce5 commit 128df64

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

‎discovery/androidenterprise-v1.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@
560560
]
561561
},
562562
"getServiceAccount": {
563-
"description": "Returns a service account and credentials. The service account can be bound to the enterprise by calling setAccount. The service account is unique to this enterprise and EMM, and will be deleted if the enterprise is unbound. The credentials contain private key data and are not stored server-side. This method can only be called after calling Enterprises.Enroll or Enterprises.CompleteSignup, and before Enterprises.SetAccount; at other times it will return an error. Subsequent calls after the first will generate a new, unique set of credentials, and invalidate the previously generated credentials. Once the service account is bound to the enterprise, it can be managed using the serviceAccountKeys resource.",
563+
"description": "Returns a service account and credentials. The service account can be bound to the enterprise by calling setAccount. The service account is unique to this enterprise and EMM, and will be deleted if the enterprise is unbound. The credentials contain private key data and are not stored server-side. This method can only be called after calling Enterprises.Enroll or Enterprises.CompleteSignup, and before Enterprises.SetAccount; at other times it will return an error. Subsequent calls after the first will generate a new, unique set of credentials, and invalidate the previously generated credentials. Once the service account is bound to the enterprise, it can be managed using the serviceAccountKeys resource. *Note:* After you create a key, you might need to wait for 60 seconds or more before you perform another operation with the key. If you try to perform an operation with the key immediately after you create the key, and you receive an error, you can retry the request with exponential backoff .",
564564
"flatPath": "androidenterprise/v1/enterprises/{enterpriseId}/serviceAccount",
565565
"httpMethod": "GET",
566566
"id": "androidenterprise.enterprises.getServiceAccount",
@@ -2691,7 +2691,7 @@
26912691
}
26922692
}
26932693
},
2694-
"revision": "20250302",
2694+
"revision": "20250330",
26952695
"rootUrl": "https://androidenterprise.googleapis.com/",
26962696
"schemas": {
26972697
"Administrator": {
@@ -3431,7 +3431,7 @@
34313431
"type": "object"
34323432
},
34333433
"EnterpriseUpgradeEvent": {
3434-
"description": "An event generated when an enterprise is upgraded. **Note:** This feature is not generally available.",
3434+
"description": "An event generated when an enterprise is upgraded.",
34353435
"id": "EnterpriseUpgradeEvent",
34363436
"properties": {
34373437
"upgradeState": {
@@ -4010,7 +4010,7 @@
40104010
},
40114011
"enterpriseUpgradeEvent": {
40124012
"$ref": "EnterpriseUpgradeEvent",
4013-
"description": "Notifications about enterprise upgrade. **Note:** This feature is not generally available."
4013+
"description": "Notifications about enterprise upgrade."
40144014
},
40154015
"installFailureEvent": {
40164016
"$ref": "InstallFailureEvent",
@@ -4050,7 +4050,7 @@
40504050
"Notification about product availability change.",
40514051
"Notification about a new device.",
40524052
"Notification about an updated device report.",
4053-
"Notification about an enterprise upgrade. **Note:** This feature is not generally available."
4053+
"Notification about an enterprise upgrade."
40544054
],
40554055
"type": "string"
40564056
},

���src/apis/androidenterprise/v1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ export namespace androidenterprise_v1 {
634634
topicName?: string | null;
635635
}
636636
/**
637-
* An event generated when an enterprise is upgraded. **Note:** This feature is not generally available.
637+
* An event generated when an enterprise is upgraded.
638638
*/
639639
export interface Schema$EnterpriseUpgradeEvent {
640640
/**
@@ -980,7 +980,7 @@ export namespace androidenterprise_v1 {
980980
*/
981981
enterpriseId?: string | null;
982982
/**
983-
* Notifications about enterprise upgrade. **Note:** This feature is not generally available.
983+
* Notifications about enterprise upgrade.
984984
*/
985985
enterpriseUpgradeEvent?: Schema$EnterpriseUpgradeEvent;
986986
/**
@@ -2978,7 +2978,7 @@ export namespace androidenterprise_v1 {
29782978
}
29792979

29802980
/**
2981-
* Returns a service account and credentials. The service account can be bound to the enterprise by calling setAccount. The service account is unique to this enterprise and EMM, and will be deleted if the enterprise is unbound. The credentials contain private key data and are not stored server-side. This method can only be called after calling Enterprises.Enroll or Enterprises.CompleteSignup, and before Enterprises.SetAccount; at other times it will return an error. Subsequent calls after the first will generate a new, unique set of credentials, and invalidate the previously generated credentials. Once the service account is bound to the enterprise, it can be managed using the serviceAccountKeys resource.
2981+
* Returns a service account and credentials. The service account can be bound to the enterprise by calling setAccount. The service account is unique to this enterprise and EMM, and will be deleted if the enterprise is unbound. The credentials contain private key data and are not stored server-side. This method can only be called after calling Enterprises.Enroll or Enterprises.CompleteSignup, and before Enterprises.SetAccount; at other times it will return an error. Subsequent calls after the first will generate a new, unique set of credentials, and invalidate the previously generated credentials. Once the service account is bound to the enterprise, it can be managed using the serviceAccountKeys resource. *Note:* After you create a key, you might need to wait for 60 seconds or more before you perform another operation with the key. If you try to perform an operation with the key immediately after you create the key, and you receive an error, you can retry the request with exponential backoff .
29822982
*
29832983
* @param params - Parameters for request
29842984
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.

0 commit comments

Comments
 (0)