google-api-python-client 2.156.0__py2.py3-none-any.whl → 2.158.0__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.158.0.dist-info}/METADATA +1 -1
  2. {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.158.0.dist-info}/RECORD +62 -61
  3. googleapiclient/discovery_cache/documents/accesscontextmanager.v1.json +2 -2
  4. googleapiclient/discovery_cache/documents/adsenseplatform.v1alpha.json +55 -1
  5. googleapiclient/discovery_cache/documents/aiplatform.v1.json +2 -2
  6. googleapiclient/discovery_cache/documents/aiplatform.v1beta1.json +33 -4
  7. googleapiclient/discovery_cache/documents/analyticshub.v1.json +74 -2
  8. googleapiclient/discovery_cache/documents/analyticshub.v1beta1.json +29 -1
  9. googleapiclient/discovery_cache/documents/androidenterprise.v1.json +5 -60
  10. googleapiclient/discovery_cache/documents/androidpublisher.v3.json +10 -6
  11. googleapiclient/discovery_cache/documents/apigee.v1.json +32 -1
  12. googleapiclient/discovery_cache/documents/areainsights.v1.json +402 -0
  13. googleapiclient/discovery_cache/documents/bigquery.v2.json +15 -15
  14. googleapiclient/discovery_cache/documents/chat.v1.json +64 -17
  15. googleapiclient/discovery_cache/documents/chromemanagement.v1.json +151 -2
  16. googleapiclient/discovery_cache/documents/cloudsupport.v2.json +1 -1
  17. googleapiclient/discovery_cache/documents/cloudsupport.v2beta.json +1 -1
  18. googleapiclient/discovery_cache/documents/connectors.v1.json +1 -16
  19. googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json +144 -1
  20. googleapiclient/discovery_cache/documents/content.v2.1.json +38 -1
  21. googleapiclient/discovery_cache/documents/css.v1.json +35 -1
  22. googleapiclient/discovery_cache/documents/datamigration.v1.json +42 -8
  23. googleapiclient/discovery_cache/documents/deploymentmanager.v2.json +3 -3
  24. googleapiclient/discovery_cache/documents/deploymentmanager.v2beta.json +3 -3
  25. googleapiclient/discovery_cache/documents/dialogflow.v2.json +234 -1
  26. googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json +183 -2
  27. googleapiclient/discovery_cache/documents/dialogflow.v3.json +230 -1
  28. googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json +253 -1
  29. googleapiclient/discovery_cache/documents/discoveryengine.v1.json +1346 -244
  30. googleapiclient/discovery_cache/documents/discoveryengine.v1alpha.json +1609 -140
  31. googleapiclient/discovery_cache/documents/discoveryengine.v1beta.json +1173 -71
  32. googleapiclient/discovery_cache/documents/dlp.v2.json +13 -3
  33. googleapiclient/discovery_cache/documents/firebase.v1beta1.json +3 -3
  34. googleapiclient/discovery_cache/documents/firebaseml.v2beta.json +42 -1
  35. googleapiclient/discovery_cache/documents/jobs.v3.json +10 -10
  36. googleapiclient/discovery_cache/documents/jobs.v3p1beta1.json +10 -10
  37. googleapiclient/discovery_cache/documents/jobs.v4.json +30 -12
  38. googleapiclient/discovery_cache/documents/merchantapi.products_v1beta.json +38 -1
  39. googleapiclient/discovery_cache/documents/migrationcenter.v1alpha1.json +34 -2
  40. googleapiclient/discovery_cache/documents/monitoring.v1.json +35 -1
  41. googleapiclient/discovery_cache/documents/places.v1.json +2 -2
  42. googleapiclient/discovery_cache/documents/pubsub.v1.json +2 -2
  43. googleapiclient/discovery_cache/documents/retail.v2.json +35 -30
  44. googleapiclient/discovery_cache/documents/retail.v2alpha.json +35 -30
  45. googleapiclient/discovery_cache/documents/retail.v2beta.json +35 -30
  46. googleapiclient/discovery_cache/documents/run.v2.json +6 -1
  47. googleapiclient/discovery_cache/documents/runtimeconfig.v1.json +2 -2
  48. googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1.json +5 -1
  49. googleapiclient/discovery_cache/documents/serviceusage.v1.json +14 -6
  50. googleapiclient/discovery_cache/documents/serviceusage.v1beta1.json +14 -6
  51. googleapiclient/discovery_cache/documents/sqladmin.v1.json +1 -2
  52. googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json +1 -2
  53. googleapiclient/discovery_cache/documents/testing.v1.json +2 -2
  54. googleapiclient/discovery_cache/documents/texttospeech.v1.json +5 -3
  55. googleapiclient/discovery_cache/documents/texttospeech.v1beta1.json +5 -3
  56. googleapiclient/discovery_cache/documents/translate.v3.json +10 -2
  57. googleapiclient/discovery_cache/documents/translate.v3beta1.json +7 -3
  58. googleapiclient/discovery_cache/documents/youtube.v3.json +2 -2
  59. googleapiclient/version.py +1 -1
  60. {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.158.0.dist-info}/LICENSE +0 -0
  61. {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.158.0.dist-info}/WHEEL +0 -0
  62. {google_api_python_client-2.156.0.dist-info → google_api_python_client-2.158.0.dist-info}/top_level.txt +0 -0
@@ -1344,7 +1344,7 @@
1344
1344
  }
1345
1345
  }
1346
1346
  },
1347
- "revision": "20241210",
1347
+ "revision": "20241229",
1348
1348
  "rootUrl": "https://chat.googleapis.com/",
1349
1349
  "schemas": {
1350
1350
  "AccessSettings": {
@@ -2169,6 +2169,10 @@
2169
2169
  "description": "An action that describes the behavior when the form is submitted. For example, you can invoke an Apps Script script to handle the form. If the action is triggered, the form values are sent to the server. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
2170
2170
  "id": "GoogleAppsCardV1Action",
2171
2171
  "properties": {
2172
+ "allWidgetsAreRequired": {
2173
+ "description": "Optional. If this is true, then all widgets are considered required by this action. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
2174
+ "type": "boolean"
2175
+ },
2172
2176
  "function": {
2173
2177
  "description": "A custom function to invoke when the containing element is clicked or otherwise activated. For example usage, see [Read form data](https://developers.google.com/workspace/chat/read-form-data).",
2174
2178
  "type": "string"
@@ -2207,6 +2211,13 @@
2207
2211
  "persistValues": {
2208
2212
  "description": "Indicates whether form values persist after the action. The default value is `false`. If `true`, form values remain after the action is triggered. To let the user make changes while the action is being processed, set [`LoadIndicator`](https://developers.google.com/workspace/add-ons/reference/rpc/google.apps.card.v1#loadindicator) to `NONE`. For [card messages](https://developers.google.com/workspace/chat/api/guides/v1/messages/create#create) in Chat apps, you must also set the action's [`ResponseType`](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces.messages#responsetype) to `UPDATE_MESSAGE` and use the same [`card_id`](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces.messages#CardWithId) from the card that contained the action. If `false`, the form values are cleared when the action is triggered. To prevent the user from making changes while the action is being processed, set [`LoadIndicator`](https://developers.google.com/workspace/add-ons/reference/rpc/google.apps.card.v1#loadindicator) to `SPINNER`.",
2209
2213
  "type": "boolean"
2214
+ },
2215
+ "requiredWidgets": {
2216
+ "description": "Optional. Fill this list with the names of widgets that this Action needs for a valid submission. If the widgets listed here don't have a value when this Action is invoked, the form submission is aborted. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
2217
+ "items": {
2218
+ "type": "string"
2219
+ },
2220
+ "type": "array"
2210
2221
  }
2211
2222
  },
2212
2223
  "type": "object"
@@ -2285,7 +2296,7 @@
2285
2296
  "type": "string"
2286
2297
  },
2287
2298
  "type": {
2288
- "description": "Optional. The type of a button. If unset, button type defaults to `OUTLINED`. If the `color` field is set, the button type is forced to `FILLED` and any value set for this field is ignored. [Google Chat apps](https://developers.google.com/workspace/chat):",
2299
+ "description": "Optional. The type of a button. If unset, button type defaults to `OUTLINED`. If the `color` field is set, the button type is forced to `FILLED` and any value set for this field is ignored.",
2289
2300
  "enum": [
2290
2301
  "TYPE_UNSPECIFIED",
2291
2302
  "OUTLINED",
@@ -2485,7 +2496,7 @@
2485
2496
  "type": "object"
2486
2497
  },
2487
2498
  "GoogleAppsCardV1Chip": {
2488
- "description": "A text, icon, or text and icon chip that users can click. [Google Chat apps](https://developers.google.com/workspace/chat):",
2499
+ "description": "A text, icon, or text and icon chip that users can click. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
2489
2500
  "id": "GoogleAppsCardV1Chip",
2490
2501
  "properties": {
2491
2502
  "altText": {
@@ -2517,7 +2528,7 @@
2517
2528
  "type": "object"
2518
2529
  },
2519
2530
  "GoogleAppsCardV1ChipList": {
2520
- "description": "A list of chips layed out horizontally, which can either scroll horizontally or wrap to the next line. [Google Chat apps](https://developers.google.com/workspace/chat):",
2531
+ "description": "A list of chips layed out horizontally, which can either scroll horizontally or wrap to the next line. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
2521
2532
  "id": "GoogleAppsCardV1ChipList",
2522
2533
  "properties": {
2523
2534
  "chips": {
@@ -2545,7 +2556,7 @@
2545
2556
  "type": "object"
2546
2557
  },
2547
2558
  "GoogleAppsCardV1CollapseControl": {
2548
- "description": "Represent an expand and collapse control. [Google Chat apps](https://developers.google.com/workspace/chat):",
2559
+ "description": "Represent an expand and collapse control. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
2549
2560
  "id": "GoogleAppsCardV1CollapseControl",
2550
2561
  "properties": {
2551
2562
  "collapseButton": {
@@ -2650,7 +2661,7 @@
2650
2661
  "type": "object"
2651
2662
  },
2652
2663
  "GoogleAppsCardV1DateTimePicker": {
2653
- "description": "Lets users input a date, a time, or both a date and a time. For an example in Google Chat apps, see [Let a user pick a date and time](https://developers.google.com/workspace/chat/design-interactive-card-dialog#let_a_user_pick_a_date_and_time). Users can input text or use the picker to select dates and times. If users input an invalid date or time, the picker shows an error that prompts users to input the information correctly. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
2664
+ "description": "Lets users input a date, a time, or both a date and a time. Supports form submission validation. When `Action.all_widgets_are_required` is set to `true` or this widget is specified in `Action.required_widgets`, the submission action is blocked unless a value is selected. For an example in Google Chat apps, see [Let a user pick a date and time](https://developers.google.com/workspace/chat/design-interactive-card-dialog#let_a_user_pick_a_date_and_time). Users can input text or use the picker to select dates and times. If users input an invalid date or time, the picker shows an error that prompts users to input the information correctly. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
2654
2665
  "id": "GoogleAppsCardV1DateTimePicker",
2655
2666
  "properties": {
2656
2667
  "label": {
@@ -2987,7 +2998,7 @@
2987
2998
  },
2988
2999
  "overflowMenu": {
2989
3000
  "$ref": "GoogleAppsCardV1OverflowMenu",
2990
- "description": "If specified, this `onClick` opens an overflow menu. [Google Chat apps](https://developers.google.com/workspace/chat):"
3001
+ "description": "If specified, this `onClick` opens an overflow menu."
2991
3002
  }
2992
3003
  },
2993
3004
  "type": "object"
@@ -3028,7 +3039,7 @@
3028
3039
  "type": "object"
3029
3040
  },
3030
3041
  "GoogleAppsCardV1OverflowMenu": {
3031
- "description": "A widget that presents a pop-up menu with one or more actions that users can invoke. For example, showing non-primary actions in a card. You can use this widget when actions don't fit in the available space. To use, specify this widget in the `OnClick` action of widgets that support it. For example, in a `Button`. [Google Chat apps](https://developers.google.com/workspace/chat):",
3042
+ "description": "A widget that presents a pop-up menu with one or more actions that users can invoke. For example, showing non-primary actions in a card. You can use this widget when actions don't fit in the available space. To use, specify this widget in the `OnClick` action of widgets that support it. For example, in a `Button`. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
3032
3043
  "id": "GoogleAppsCardV1OverflowMenu",
3033
3044
  "properties": {
3034
3045
  "items": {
@@ -3042,7 +3053,7 @@
3042
3053
  "type": "object"
3043
3054
  },
3044
3055
  "GoogleAppsCardV1OverflowMenuItem": {
3045
- "description": "An option that users can invoke in an overflow menu. [Google Chat apps](https://developers.google.com/workspace/chat):",
3056
+ "description": "An option that users can invoke in an overflow menu. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
3046
3057
  "id": "GoogleAppsCardV1OverflowMenuItem",
3047
3058
  "properties": {
3048
3059
  "disabled": {
@@ -3093,7 +3104,7 @@
3093
3104
  "properties": {
3094
3105
  "collapseControl": {
3095
3106
  "$ref": "GoogleAppsCardV1CollapseControl",
3096
- "description": "Optional. Define the expand and collapse button of the section. This button will be shown only if the section is collapsible. If this field isn't set, the default button is used. [Google Chat apps](https://developers.google.com/workspace/chat):"
3107
+ "description": "Optional. Define the expand and collapse button of the section. This button will be shown only if the section is collapsible. If this field isn't set, the default button is used."
3097
3108
  },
3098
3109
  "collapsible": {
3099
3110
  "description": "Indicates whether this section is collapsible. Collapsible sections hide some or all widgets, but users can expand the section to reveal the hidden widgets by clicking **Show more**. Users can hide the widgets again by clicking **Show less**. To determine which widgets are hidden, specify `uncollapsibleWidgetsCount`.",
@@ -3119,7 +3130,7 @@
3119
3130
  "type": "object"
3120
3131
  },
3121
3132
  "GoogleAppsCardV1SelectionInput": {
3122
- "description": "A widget that creates one or more UI items that users can select. For example, a dropdown menu or checkboxes. You can use this widget to collect data that can be predicted or enumerated. For an example in Google Chat apps, see [Add selectable UI elements](/workspace/chat/design-interactive-card-dialog#add_selectable_ui_elements). Chat apps can process the value of items that users select or input. For details about working with form inputs, see [Receive form data](https://developers.google.com/workspace/chat/read-form-data). To collect undefined or abstract data from users, use the TextInput widget. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
3133
+ "description": "A widget that creates one or more UI items that users can select. Supports form submission validation for `dropdown` and `multiselect` menus only. When `Action.all_widgets_are_required` is set to `true` or this widget is specified in `Action.required_widgets`, the submission action is blocked unless a value is selected. For example, a dropdown menu or checkboxes. You can use this widget to collect data that can be predicted or enumerated. For an example in Google Chat apps, see [Add selectable UI elements](/workspace/chat/design-interactive-card-dialog#add_selectable_ui_elements). Chat apps can process the value of items that users select or input. For details about working with form inputs, see [Receive form data](https://developers.google.com/workspace/chat/read-form-data). To collect undefined or abstract data from users, use the TextInput widget. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
3123
3134
  "id": "GoogleAppsCardV1SelectionInput",
3124
3135
  "properties": {
3125
3136
  "externalDataSource": {
@@ -3270,7 +3281,7 @@
3270
3281
  "type": "object"
3271
3282
  },
3272
3283
  "GoogleAppsCardV1TextInput": {
3273
- "description": "A field in which users can enter text. Supports suggestions and on-change actions. For an example in Google Chat apps, see [Add a field in which a user can enter text](https://developers.google.com/workspace/chat/design-interactive-card-dialog#add_a_field_in_which_a_user_can_enter_text). Chat apps receive and can process the value of entered text during form input events. For details about working with form inputs, see [Receive form data](https://developers.google.com/workspace/chat/read-form-data). When you need to collect undefined or abstract data from users, use a text input. To collect defined or enumerated data from users, use the SelectionInput widget. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
3284
+ "description": "A field in which users can enter text. Supports suggestions and on-change actions. Supports form submission validation. When `Action.all_widgets_are_required` is set to `true` or this widget is specified in `Action.required_widgets`, the submission action is blocked unless a value is entered. For an example in Google Chat apps, see [Add a field in which a user can enter text](https://developers.google.com/workspace/chat/design-interactive-card-dialog#add_a_field_in_which_a_user_can_enter_text). Chat apps receive and can process the value of entered text during form input events. For details about working with form inputs, see [Receive form data](https://developers.google.com/workspace/chat/read-form-data). When you need to collect undefined or abstract data from users, use a text input. To collect defined or enumerated data from users, use the SelectionInput widget. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
3274
3285
  "id": "GoogleAppsCardV1TextInput",
3275
3286
  "properties": {
3276
3287
  "autoCompleteAction": {
@@ -3313,6 +3324,10 @@
3313
3324
  ],
3314
3325
  "type": "string"
3315
3326
  },
3327
+ "validation": {
3328
+ "$ref": "GoogleAppsCardV1Validation",
3329
+ "description": "Specify the input format validation necessary for this text field. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):"
3330
+ },
3316
3331
  "value": {
3317
3332
  "description": "The value entered by a user, returned as part of a form input event. For details about working with form inputs, see [Receive form data](https://developers.google.com/workspace/chat/read-form-data).",
3318
3333
  "type": "string"
@@ -3325,7 +3340,7 @@
3325
3340
  "id": "GoogleAppsCardV1TextParagraph",
3326
3341
  "properties": {
3327
3342
  "maxLines": {
3328
- "description": "The maximum number of lines of text that are displayed in the widget. If the text exceeds the specified maximum number of lines, the excess content is concealed behind a **show more** button. If the text is equal or shorter than the specified maximum number of lines, a **show more** button isn't displayed. The default value is 0, in which case all context is displayed. Negative values are ignored. [Google Chat apps](https://developers.google.com/workspace/chat):",
3343
+ "description": "The maximum number of lines of text that are displayed in the widget. If the text exceeds the specified maximum number of lines, the excess content is concealed behind a **show more** button. If the text is equal or shorter than the specified maximum number of lines, a **show more** button isn't displayed. The default value is 0, in which case all context is displayed. Negative values are ignored.",
3329
3344
  "format": "int32",
3330
3345
  "type": "integer"
3331
3346
  },
@@ -3336,6 +3351,38 @@
3336
3351
  },
3337
3352
  "type": "object"
3338
3353
  },
3354
+ "GoogleAppsCardV1Validation": {
3355
+ "description": "Represents the necessary data for validating the widget it's attached to. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
3356
+ "id": "GoogleAppsCardV1Validation",
3357
+ "properties": {
3358
+ "characterLimit": {
3359
+ "description": "Specify the character limit for text input widgets. Note that this is only used for text input and is ignored for other widgets. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
3360
+ "format": "int32",
3361
+ "type": "integer"
3362
+ },
3363
+ "inputType": {
3364
+ "description": "Specify the type of the input widgets. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):",
3365
+ "enum": [
3366
+ "INPUT_TYPE_UNSPECIFIED",
3367
+ "TEXT",
3368
+ "INTEGER",
3369
+ "FLOAT",
3370
+ "EMAIL",
3371
+ "EMOJI_PICKER"
3372
+ ],
3373
+ "enumDescriptions": [
3374
+ "Unspecified type. Do not use.",
3375
+ "Regular text that accepts all characters.",
3376
+ "An integer value.",
3377
+ "A float value.",
3378
+ "An email address.",
3379
+ "A emoji selected from system-provided emoji picker."
3380
+ ],
3381
+ "type": "string"
3382
+ }
3383
+ },
3384
+ "type": "object"
3385
+ },
3339
3386
  "GoogleAppsCardV1Widget": {
3340
3387
  "description": "Each card is made up of widgets. A widget is a composite object that can represent one of text, images, buttons, and other object types.",
3341
3388
  "id": "GoogleAppsCardV1Widget",
@@ -3350,7 +3397,7 @@
3350
3397
  },
3351
3398
  "chipList": {
3352
3399
  "$ref": "GoogleAppsCardV1ChipList",
3353
- "description": "A list of chips. For example, the following JSON creates two chips. The first is a text chip and the second is an icon chip that opens a link: ``` \"chipList\": { \"chips\": [ { \"text\": \"Edit\", \"disabled\": true, }, { \"icon\": { \"knownIcon\": \"INVITE\", \"altText\": \"check calendar\" }, \"onClick\": { \"openLink\": { \"url\": \"https://example.com/calendar\" } } } ] } ``` [Google Chat apps](https://developers.google.com/workspace/chat):"
3400
+ "description": "A list of chips. For example, the following JSON creates two chips. The first is a text chip and the second is an icon chip that opens a link: ``` \"chipList\": { \"chips\": [ { \"text\": \"Edit\", \"disabled\": true, }, { \"icon\": { \"knownIcon\": \"INVITE\", \"altText\": \"check calendar\" }, \"onClick\": { \"openLink\": { \"url\": \"https://example.com/calendar\" } } } ] } ```"
3354
3401
  },
3355
3402
  "columns": {
3356
3403
  "$ref": "GoogleAppsCardV1Columns",
@@ -3417,7 +3464,7 @@
3417
3464
  },
3418
3465
  "chipList": {
3419
3466
  "$ref": "GoogleAppsCardV1ChipList",
3420
- "description": "ChipList widget. [Google Chat apps](https://developers.google.com/workspace/chat):"
3467
+ "description": "ChipList widget."
3421
3468
  },
3422
3469
  "dateTimePicker": {
3423
3470
  "$ref": "GoogleAppsCardV1DateTimePicker",
@@ -4579,10 +4626,10 @@
4579
4626
  },
4580
4627
  "permissionSettings": {
4581
4628
  "$ref": "PermissionSettings",
4582
- "description": "Optional. Space permission settings for existing spaces. Input for updating exact space permission settings, where existing permission settings are replaced. Output lists current permission settings."
4629
+ "description": "Optional. Space permission settings for existing spaces. Input for updating exact space permission settings, where existing permission settings are replaced. Output lists current permission settings. Reading and updating permission settings supports: - In [Developer Preview](https://developers.google.com/workspace/preview), [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth) with the `chat.app.spaces` scope. Only populated and settable when the Chat app created the space. - [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)"
4583
4630
  },
4584
4631
  "predefinedPermissionSettings": {
4585
- "description": "Optional. Input only. Predefined space permission settings, input only when creating a space. If the field is not set, a collaboration space is created. After you create the space, settings are populated in the `PermissionSettings` field.",
4632
+ "description": "Optional. Input only. Predefined space permission settings, input only when creating a space. If the field is not set, a collaboration space is created. After you create the space, settings are populated in the `PermissionSettings` field. Setting predefined permission settings supports: - In [Developer Preview](https://developers.google.com/workspace/preview), [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth) with the `chat.app.spaces` or `chat.app.spaces.create` scopes. - [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)",
4586
4633
  "enum": [
4587
4634
  "PREDEFINED_PERMISSION_SETTINGS_UNSPECIFIED",
4588
4635
  "COLLABORATION_SPACE",
@@ -20,7 +20,7 @@
20
20
  "canonicalName": "Chrome Management",
21
21
  "description": "The Chrome Management API is a suite of services that allows Chrome administrators to view, manage and gain insights on their Chrome OS and Chrome Browser devices.",
22
22
  "discoveryVersion": "v1",
23
- "documentationLink": "http://developers.google.com/chrome/management/",
23
+ "documentationLink": "https://developers.google.com/chrome/management/",
24
24
  "fullyEncodeReservedExpansion": true,
25
25
  "icons": {
26
26
  "x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -1263,7 +1263,7 @@
1263
1263
  }
1264
1264
  }
1265
1265
  },
1266
- "revision": "20241210",
1266
+ "revision": "20241216",
1267
1267
  "rootUrl": "https://chromemanagement.googleapis.com/",
1268
1268
  "schemas": {
1269
1269
  "GoogleChromeManagementV1AndroidAppInfo": {
@@ -4992,6 +4992,91 @@ false
4992
4992
  },
4993
4993
  "type": "object"
4994
4994
  },
4995
+ "GoogleChromeManagementVersionsV1CertificateProvisioningProcess": {
4996
+ "description": "A certificate provisioning process.",
4997
+ "id": "GoogleChromeManagementVersionsV1CertificateProvisioningProcess",
4998
+ "properties": {
4999
+ "caConnectionAdapterConfigReference": {
5000
+ "description": "Output only. A JSON string that contains the administrator-provided configuration for the certification authority service. This field can be missing if no configuration was given.",
5001
+ "readOnly": true,
5002
+ "type": "string"
5003
+ },
5004
+ "chromeOsDevice": {
5005
+ "$ref": "GoogleChromeManagementVersionsV1ChromeOsDevice",
5006
+ "description": "Output only. The client certificate is being provisioned for a ChromeOS device. This contains information about the device.",
5007
+ "readOnly": true
5008
+ },
5009
+ "chromeOsUserSession": {
5010
+ "$ref": "GoogleChromeManagementVersionsV1ChromeOsUserSession",
5011
+ "description": "Output only. The client certificate is being provisioned for a ChromeOS user session. This contains information about the user session.",
5012
+ "readOnly": true
5013
+ },
5014
+ "failureMessage": {
5015
+ "description": "Output only. A message describing why this `CertificateProvisioningProcess` failed. Presence of this field indicates that the `CertificateProvisioningProcess` has failed.",
5016
+ "readOnly": true,
5017
+ "type": "string"
5018
+ },
5019
+ "issuedCertificate": {
5020
+ "description": "Output only. The issued certificate for this `CertificateProvisioningProcess` in PEM format.",
5021
+ "readOnly": true,
5022
+ "type": "string"
5023
+ },
5024
+ "name": {
5025
+ "description": "Identifier. Resource name of the `CertificateProvisioningProcess`. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.",
5026
+ "type": "string"
5027
+ },
5028
+ "profileAdapterConfigReference": {
5029
+ "description": "Output only. A JSON string that contains the administrator-provided configuration for the certificate provisioning profile. This field can be missing if no configuration was given.",
5030
+ "readOnly": true,
5031
+ "type": "string"
5032
+ },
5033
+ "provisioningProfileId": {
5034
+ "description": "Output only. The ID of the certificate provisioning profile.",
5035
+ "readOnly": true,
5036
+ "type": "string"
5037
+ },
5038
+ "signData": {
5039
+ "description": "Output only. The data that the client was asked to sign. This field is only present after the `SignData` operation has been initiated.",
5040
+ "format": "byte",
5041
+ "readOnly": true,
5042
+ "type": "string"
5043
+ },
5044
+ "signature": {
5045
+ "description": "Output only. The signature of `signature_algorithm`, generated using the client's private key using `signature_algorithm`. This field is only present after the`SignData` operation has finished.",
5046
+ "format": "byte",
5047
+ "readOnly": true,
5048
+ "type": "string"
5049
+ },
5050
+ "signatureAlgorithm": {
5051
+ "description": "Output only. The signature algorithm that the adapter expects the client and backend components to use when processing `sign_data`. This field is only present after the `SignData` operation has been initiated.",
5052
+ "enum": [
5053
+ "SIGNATURE_ALGORITHM_UNSPECIFIED",
5054
+ "SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256",
5055
+ "SIGNATURE_ALGORITHM_ECDSA_SHA256"
5056
+ ],
5057
+ "enumDescriptions": [
5058
+ "Default value. This value is unused.",
5059
+ "The server-side builds the PKCS#1 DigestInfo, i.e., the SHA256 hash is constructed on the server-side. The client should sign using RSA with PKCS#1 v1.5 padding.",
5060
+ "The PKCS#1 digest info is built by the server-side and sent to the client unhashed. The client is responsible for signing and hashing. Uses the P-256 curve."
5061
+ ],
5062
+ "readOnly": true,
5063
+ "type": "string"
5064
+ },
5065
+ "startTime": {
5066
+ "description": "Output only. Server-generated timestamp of when the certificate provisioning process has been created.",
5067
+ "format": "google-datetime",
5068
+ "readOnly": true,
5069
+ "type": "string"
5070
+ },
5071
+ "subjectPublicKeyInfo": {
5072
+ "description": "Output only. The public key for which a certificate should be provisioned. Represented as a DER-encoded X.509 SubjectPublicKeyInfo.",
5073
+ "format": "byte",
5074
+ "readOnly": true,
5075
+ "type": "string"
5076
+ }
5077
+ },
5078
+ "type": "object"
5079
+ },
4995
5080
  "GoogleChromeManagementVersionsV1ChromeBrowserProfile": {
4996
5081
  "description": "A representation of a Chrome browser profile.",
4997
5082
  "id": "GoogleChromeManagementVersionsV1ChromeBrowserProfile",
@@ -5159,6 +5244,45 @@ false
5159
5244
  },
5160
5245
  "type": "object"
5161
5246
  },
5247
+ "GoogleChromeManagementVersionsV1ChromeOsDevice": {
5248
+ "description": "Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs to.",
5249
+ "id": "GoogleChromeManagementVersionsV1ChromeOsDevice",
5250
+ "properties": {
5251
+ "deviceDirectoryApiId": {
5252
+ "description": "Output only. The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab.",
5253
+ "readOnly": true,
5254
+ "type": "string"
5255
+ },
5256
+ "serialNumber": {
5257
+ "description": "Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab.",
5258
+ "readOnly": true,
5259
+ "type": "string"
5260
+ }
5261
+ },
5262
+ "type": "object"
5263
+ },
5264
+ "GoogleChromeManagementVersionsV1ChromeOsUserSession": {
5265
+ "description": "Describes the ChromeOS user session that a `CertificateProvisioningProcess` belongs to.",
5266
+ "id": "GoogleChromeManagementVersionsV1ChromeOsUserSession",
5267
+ "properties": {
5268
+ "chromeOsDevice": {
5269
+ "$ref": "GoogleChromeManagementVersionsV1ChromeOsDevice",
5270
+ "description": "Output only. This field contains information about the ChromeOS device that the user session is running on. It is only set if the user session is affiliated, i.e. if the user is managed by the same organization that managed the ChromeOS device.",
5271
+ "readOnly": true
5272
+ },
5273
+ "userDirectoryApiId": {
5274
+ "description": "Output only. The unique Directory API ID of the user.",
5275
+ "readOnly": true,
5276
+ "type": "string"
5277
+ },
5278
+ "userPrimaryEmail": {
5279
+ "description": "Output only. The primary e-mail address of the user.",
5280
+ "readOnly": true,
5281
+ "type": "string"
5282
+ }
5283
+ },
5284
+ "type": "object"
5285
+ },
5162
5286
  "GoogleChromeManagementVersionsV1DeviceInfo": {
5163
5287
  "description": "Information of a device that runs a Chrome browser profile.",
5164
5288
  "id": "GoogleChromeManagementVersionsV1DeviceInfo",
@@ -5465,6 +5589,31 @@ false
5465
5589
  },
5466
5590
  "type": "object"
5467
5591
  },
5592
+ "GoogleChromeManagementVersionsV1SignDataMetadata": {
5593
+ "description": "Metadata for the long-running operation returned by signData.",
5594
+ "id": "GoogleChromeManagementVersionsV1SignDataMetadata",
5595
+ "properties": {
5596
+ "startTime": {
5597
+ "description": "Output only. Start time of the SignData operation.",
5598
+ "format": "google-datetime",
5599
+ "readOnly": true,
5600
+ "type": "string"
5601
+ }
5602
+ },
5603
+ "type": "object"
5604
+ },
5605
+ "GoogleChromeManagementVersionsV1SignDataResponse": {
5606
+ "description": "Response message for requesting a signature from the client that initated a certificate provisioning process.",
5607
+ "id": "GoogleChromeManagementVersionsV1SignDataResponse",
5608
+ "properties": {
5609
+ "certificateProvisioningProcess": {
5610
+ "$ref": "GoogleChromeManagementVersionsV1CertificateProvisioningProcess",
5611
+ "description": "Output only. The certificate provisioning process. The signature generated by the client will be available in the `signature` field of `CertificateProvisioningProcess`.",
5612
+ "readOnly": true
5613
+ }
5614
+ },
5615
+ "type": "object"
5616
+ },
5468
5617
  "GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess": {
5469
5618
  "description": "A certificate provisioning process.",
5470
5619
  "id": "GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess",
@@ -552,7 +552,7 @@
552
552
  }
553
553
  }
554
554
  },
555
- "revision": "20241212",
555
+ "revision": "20241231",
556
556
  "rootUrl": "https://cloudsupport.googleapis.com/",
557
557
  "schemas": {
558
558
  "Actor": {
@@ -619,7 +619,7 @@
619
619
  }
620
620
  }
621
621
  },
622
- "revision": "20241212",
622
+ "revision": "20241231",
623
623
  "rootUrl": "https://cloudsupport.googleapis.com/",
624
624
  "schemas": {
625
625
  "Actor": {
@@ -2558,7 +2558,7 @@
2558
2558
  }
2559
2559
  }
2560
2560
  },
2561
- "revision": "20241203",
2561
+ "revision": "20250101",
2562
2562
  "rootUrl": "https://connectors.googleapis.com/",
2563
2563
  "schemas": {
2564
2564
  "AuditConfig": {
@@ -4511,10 +4511,6 @@
4511
4511
  "$ref": "EndPoint",
4512
4512
  "description": "OPTION 1: Hit an endpoint when we receive an event."
4513
4513
  },
4514
- "gsutil": {
4515
- "$ref": "GSUtil",
4516
- "description": "OPTION 2: Write the event to Cloud Storage bucket."
4517
- },
4518
4514
  "serviceAccount": {
4519
4515
  "description": "Service account needed for runtime plane to trigger IP workflow.",
4520
4516
  "type": "string"
@@ -5176,17 +5172,6 @@ false
5176
5172
  },
5177
5173
  "type": "object"
5178
5174
  },
5179
- "GSUtil": {
5180
- "description": "GSUtil message includes details of the Destination Cloud Storage bucket.",
5181
- "id": "GSUtil",
5182
- "properties": {
5183
- "gsutilUri": {
5184
- "description": "Required. The URI of the Cloud Storage bucket.",
5185
- "type": "string"
5186
- }
5187
- },
5188
- "type": "object"
5189
- },
5190
5175
  "HPAConfig": {
5191
5176
  "description": "Autoscaling config for connector deployment system metrics.",
5192
5177
  "id": "HPAConfig",