Skip to content

Commit 97a9846

Browse files
feat(all): auto-regenerate discovery clients (#1760)
Co-authored-by: Chris Smith <[email protected]>
1 parent 8d8f0a7 commit 97a9846

File tree

8 files changed

+100
-23
lines changed

8 files changed

+100
-23
lines changed

androidmanagement/v1/androidmanagement-api.json

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@
10651065
}
10661066
}
10671067
},
1068-
"revision": "20221024",
1068+
"revision": "20221118",
10691069
"rootUrl": "https://androidmanagement.googleapis.com/",
10701070
"schemas": {
10711071
"AdbShellCommandEvent": {
@@ -1633,7 +1633,7 @@
16331633
"type": "string"
16341634
},
16351635
"lockTaskAllowed": {
1636-
"description": "Whether the app is allowed to lock itself in full-screen mode. DEPRECATED. Use InstallType KIOSK or kioskCustomLauncherEnabled to to configure a dedicated device.",
1636+
"description": "Whether the app is allowed to lock itself in full-screen mode. DEPRECATED. Use InstallType KIOSK or kioskCustomLauncherEnabled to configure a dedicated device.",
16371637
"type": "boolean"
16381638
},
16391639
"managedConfiguration": {
@@ -1663,6 +1663,20 @@
16631663
"$ref": "PermissionGrant"
16641664
},
16651665
"type": "array"
1666+
},
1667+
"workProfileWidgets": {
1668+
"description": "Specifies whether the app installed in the work profile is allowed to add widgets to the home screen.",
1669+
"enum": [
1670+
"WORK_PROFILE_WIDGETS_UNSPECIFIED",
1671+
"WORK_PROFILE_WIDGETS_ALLOWED",
1672+
"WORK_PROFILE_WIDGETS_DISALLOWED"
1673+
],
1674+
"enumDescriptions": [
1675+
"Unspecified. Defaults to work_profile_widgets_default",
1676+
"Work profile widgets are allowed. This means the application will be able to add widgets to the home screen.",
1677+
"Work profile widgets are disallowed. This means the application will not be able to add widgets to the home screen."
1678+
],
1679+
"type": "string"
16661680
}
16671681
},
16681682
"type": "object"
@@ -2179,6 +2193,20 @@
21792193
"Default. Allows work profile contacts to appear in personal profile contact searches and incoming calls"
21802194
],
21812195
"type": "string"
2196+
},
2197+
"workProfileWidgetsDefault": {
2198+
"description": "Specifies the default behaviour for work profile widgets. If the policy does not specify work_profile_widgets for a specific application, it will behave according to the value specified here.",
2199+
"enum": [
2200+
"WORK_PROFILE_WIDGETS_DEFAULT_UNSPECIFIED",
2201+
"WORK_PROFILE_WIDGETS_DEFAULT_ALLOWED",
2202+
"WORK_PROFILE_WIDGETS_DEFAULT_DISALLOWED"
2203+
],
2204+
"enumDescriptions": [
2205+
"Unspecified. Defaults to WORK_PROFILE_WIDGETS_DEFAULT_DISALLOWED.",
2206+
"Work profile widgets are allowed by default. This means that if the policy does not specify work_profile_widgets as WORK_PROFILE_WIDGETS_DISALLOWED for the application, it will be able to add widgets to the home screen.",
2207+
"Work profile widgets are disallowed by default. This means that if the policy does not specify work_profile_widgets as WORK_PROFILE_WIDGETS_ALLOWED for the application, it will be unable to add widgets to the home screen."
2208+
],
2209+
"type": "string"
21822210
}
21832211
},
21842212
"type": "object"
@@ -2717,7 +2745,7 @@
27172745
"type": "object"
27182746
},
27192747
"ExtensionConfig": {
2720-
"description": "Configuration to enable an app as an extension app, with the capability of interacting with Android Device Policy offline.",
2748+
"description": "Configuration to enable an app as an extension app, with the capability of interacting with Android Device Policy offline. For Android versions 13 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 (https://developer.android.com/management/reference/rest/v1/enterprises.devices/issueCommand#CommandType) on extension apps if needed for Android 13 and above.",
27212749
"id": "ExtensionConfig",
27222750
"properties": {
27232751
"notificationReceiver": {

androidmanagement/v1/androidmanagement-gen.go

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

chat/v1/chat-api.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
"type": "integer"
534534
},
535535
"pageToken": {
536-
"description": "Optional. A page token, received from a previous list spaces call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided must match the call that provided the page token.",
536+
"description": "Optional. A page token, received from a previous list spaces call. Provide this to retrieve the subsequent page. When paginating, the filter value should match the call that provided the page token. Passing a different value may lead to unexpected results.",
537537
"location": "query",
538538
"type": "string"
539539
}
@@ -778,7 +778,7 @@
778778
]
779779
},
780780
"update": {
781-
"description": "Updates a message. For example usage, see [Update a message](https://developers.google.com/chat/api/guides/crudl/messages#update_a_message). Requires [service account authentication](https://developers.google.com/chat/api/guides/auth/service-accounts).",
781+
"description": "Updates a message. For example usage, see [Update a message](https://developers.google.com/chat/api/guides/crudl/messages#update_a_message). Requires [authentication](https://developers.google.com/chat/api/guides/auth/). Fully supports [service account authentication](https://developers.google.com/chat/api/guides/auth/service-accounts). Supports [user authentication](https://developers.google.com/chat/api/guides/auth/users) as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. [User authentication](https://developers.google.com/chat/api/guides/auth/users) requires the `chat.messages` authorization scope.",
782782
"flatPath": "v1/spaces/{spacesId}/messages/{messagesId}",
783783
"httpMethod": "PUT",
784784
"id": "chat.spaces.messages.update",
@@ -849,7 +849,7 @@
849849
}
850850
}
851851
},
852-
"revision": "20221112",
852+
"revision": "20221115",
853853
"rootUrl": "https://chat.googleapis.com/",
854854
"schemas": {
855855
"ActionParameter": {
@@ -1046,7 +1046,7 @@
10461046
"type": "object"
10471047
},
10481048
"AttachmentDataRef": {
1049-
"description": "A reference to the data of an attachment.",
1049+
"description": "[Developer Preview](https://developers.google.com/workspace/preview).",
10501050
"id": "AttachmentDataRef",
10511051
"properties": {
10521052
"resourceName": {
@@ -2545,7 +2545,6 @@
25452545
"type": "object"
25462546
},
25472547
"ListSpacesResponse": {
2548-
"description": "The response corresponding to ListSpacesRequest.",
25492548
"id": "ListSpacesResponse",
25502549
"properties": {
25512550
"nextPageToken": {

chat/v1/chat-gen.go

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

texttospeech/v1/texttospeech-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
}
154154
}
155155
},
156-
"revision": "20220311",
156+
"revision": "20221109",
157157
"rootUrl": "https://texttospeech.googleapis.com/",
158158
"schemas": {
159159
"AudioConfig": {
@@ -250,7 +250,7 @@
250250
"type": "object"
251251
},
252252
"SynthesisInput": {
253-
"description": "Contains text input to be synthesized. Either `text` or `ssml` must be supplied. Supplying both or neither returns google.rpc.Code.INVALID_ARGUMENT. The input size is limited to 5000 characters.",
253+
"description": "Contains text input to be synthesized. Either `text` or `ssml` must be supplied. Supplying both or neither returns google.rpc.Code.INVALID_ARGUMENT. The input size is limited to 5000 bytes.",
254254
"id": "SynthesisInput",
255255
"properties": {
256256
"ssml": {

texttospeech/v1/texttospeech-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

texttospeech/v1beta1/texttospeech-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
}
154154
}
155155
},
156-
"revision": "20211130",
156+
"revision": "20221109",
157157
"rootUrl": "https://texttospeech.googleapis.com/",
158158
"schemas": {
159159
"AudioConfig": {
@@ -252,7 +252,7 @@
252252
"type": "object"
253253
},
254254
"SynthesisInput": {
255-
"description": "Contains text input to be synthesized. Either `text` or `ssml` must be supplied. Supplying both or neither returns google.rpc.Code.INVALID_ARGUMENT. The input size is limited to 5000 characters.",
255+
"description": "Contains text input to be synthesized. Either `text` or `ssml` must be supplied. Supplying both or neither returns google.rpc.Code.INVALID_ARGUMENT. The input size is limited to 5000 bytes.",
256256
"id": "SynthesisInput",
257257
"properties": {
258258
"ssml": {

texttospeech/v1beta1/texttospeech-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)