google-api-python-client 2.152.0__py2.py3-none-any.whl → 2.153.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 (57) hide show
  1. {google_api_python_client-2.152.0.dist-info → google_api_python_client-2.153.0.dist-info}/METADATA +1 -1
  2. {google_api_python_client-2.152.0.dist-info → google_api_python_client-2.153.0.dist-info}/RECORD +57 -57
  3. googleapiclient/discovery_cache/documents/accesscontextmanager.v1.json +7 -52
  4. googleapiclient/discovery_cache/documents/addressvalidation.v1.json +3 -3
  5. googleapiclient/discovery_cache/documents/androidmanagement.v1.json +2 -2
  6. googleapiclient/discovery_cache/documents/assuredworkloads.v1.json +57 -5
  7. googleapiclient/discovery_cache/documents/assuredworkloads.v1beta1.json +57 -5
  8. googleapiclient/discovery_cache/documents/backupdr.v1.json +2 -2
  9. googleapiclient/discovery_cache/documents/bigquery.v2.json +8 -8
  10. googleapiclient/discovery_cache/documents/calendar.v3.json +24 -1
  11. googleapiclient/discovery_cache/documents/chat.v1.json +61 -56
  12. googleapiclient/discovery_cache/documents/chromemanagement.v1.json +5 -3
  13. googleapiclient/discovery_cache/documents/cloudchannel.v1.json +52 -7
  14. googleapiclient/discovery_cache/documents/compute.alpha.json +13 -43
  15. googleapiclient/discovery_cache/documents/compute.beta.json +8 -61
  16. googleapiclient/discovery_cache/documents/compute.v1.json +8 -58
  17. googleapiclient/discovery_cache/documents/container.v1.json +98 -5
  18. googleapiclient/discovery_cache/documents/container.v1beta1.json +98 -5
  19. googleapiclient/discovery_cache/documents/css.v1.json +2 -2
  20. googleapiclient/discovery_cache/documents/dataplex.v1.json +31 -6
  21. googleapiclient/discovery_cache/documents/deploymentmanager.alpha.json +393 -8
  22. googleapiclient/discovery_cache/documents/deploymentmanager.v2.json +345 -8
  23. googleapiclient/discovery_cache/documents/deploymentmanager.v2beta.json +389 -8
  24. googleapiclient/discovery_cache/documents/discoveryengine.v1.json +139 -17
  25. googleapiclient/discovery_cache/documents/discoveryengine.v1alpha.json +139 -17
  26. googleapiclient/discovery_cache/documents/discoveryengine.v1beta.json +139 -17
  27. googleapiclient/discovery_cache/documents/fcm.v1.json +5 -1
  28. googleapiclient/discovery_cache/documents/firebase.v1beta1.json +33 -33
  29. googleapiclient/discovery_cache/documents/firebasedataconnect.v1beta.json +3 -3
  30. googleapiclient/discovery_cache/documents/firebaseml.v2beta.json +2 -1
  31. googleapiclient/discovery_cache/documents/integrations.v1.json +22 -2
  32. googleapiclient/discovery_cache/documents/language.v1.json +18 -21
  33. googleapiclient/discovery_cache/documents/language.v1beta2.json +24 -27
  34. googleapiclient/discovery_cache/documents/language.v2.json +22 -25
  35. googleapiclient/discovery_cache/documents/merchantapi.accounts_v1beta.json +14 -8
  36. googleapiclient/discovery_cache/documents/merchantapi.datasources_v1beta.json +6 -3
  37. googleapiclient/discovery_cache/documents/merchantapi.inventories_v1beta.json +7 -4
  38. googleapiclient/discovery_cache/documents/merchantapi.lfp_v1beta.json +6 -3
  39. googleapiclient/discovery_cache/documents/merchantapi.notifications_v1beta.json +6 -3
  40. googleapiclient/discovery_cache/documents/merchantapi.products_v1beta.json +16 -7
  41. googleapiclient/discovery_cache/documents/merchantapi.promotions_v1beta.json +16 -7
  42. googleapiclient/discovery_cache/documents/merchantapi.quota_v1beta.json +7 -4
  43. googleapiclient/discovery_cache/documents/networkconnectivity.v1.json +171 -11
  44. googleapiclient/discovery_cache/documents/networkconnectivity.v1alpha1.json +5 -1
  45. googleapiclient/discovery_cache/documents/paymentsresellersubscription.v1.json +118 -1
  46. googleapiclient/discovery_cache/documents/places.v1.json +65 -1
  47. googleapiclient/discovery_cache/documents/playdeveloperreporting.v1alpha1.json +2 -2
  48. googleapiclient/discovery_cache/documents/playdeveloperreporting.v1beta1.json +2 -2
  49. googleapiclient/discovery_cache/documents/searchads360.v0.json +102 -1
  50. googleapiclient/discovery_cache/documents/servicenetworking.v1.json +6 -2
  51. googleapiclient/discovery_cache/documents/servicenetworking.v1beta.json +6 -2
  52. googleapiclient/discovery_cache/documents/testing.v1.json +24 -2
  53. googleapiclient/discovery_cache/documents/youtube.v3.json +2 -2
  54. googleapiclient/version.py +1 -1
  55. {google_api_python_client-2.152.0.dist-info → google_api_python_client-2.153.0.dist-info}/LICENSE +0 -0
  56. {google_api_python_client-2.152.0.dist-info → google_api_python_client-2.153.0.dist-info}/WHEEL +0 -0
  57. {google_api_python_client-2.152.0.dist-info → google_api_python_client-2.153.0.dist-info}/top_level.txt +0 -0
@@ -262,7 +262,7 @@
262
262
  }
263
263
  }
264
264
  },
265
- "revision": "20241022",
265
+ "revision": "20241101",
266
266
  "rootUrl": "https://merchantapi.googleapis.com/",
267
267
  "schemas": {
268
268
  "Empty": {
@@ -360,7 +360,8 @@
360
360
  "CLOUD_RETAIL",
361
361
  "LOCAL_CLOUD_RETAIL",
362
362
  "PRODUCT_REVIEWS",
363
- "MERCHANT_REVIEWS"
363
+ "MERCHANT_REVIEWS",
364
+ "YOUTUBE_CHECKOUT"
364
365
  ],
365
366
  "enumDeprecated": [
366
367
  false,
@@ -379,6 +380,7 @@ false,
379
380
  false,
380
381
  false,
381
382
  false,
383
+ false,
382
384
  false
383
385
  ],
384
386
  "enumDescriptions": [
@@ -398,7 +400,8 @@ false
398
400
  "[Cloud retail](https://cloud.google.com/solutions/retail).",
399
401
  "[Local cloud retail](https://cloud.google.com/solutions/retail).",
400
402
  "[Product Reviews](https://support.google.com/merchants/answer/14620732).",
401
- "[Merchant Reviews](https://developers.google.com/merchant-review-feeds)."
403
+ "[Merchant Reviews](https://developers.google.com/merchant-review-feeds).",
404
+ "[YouTube Checkout]("
402
405
  ],
403
406
  "type": "string"
404
407
  }
@@ -242,7 +242,7 @@
242
242
  }
243
243
  }
244
244
  },
245
- "revision": "20241022",
245
+ "revision": "20241101",
246
246
  "rootUrl": "https://merchantapi.googleapis.com/",
247
247
  "schemas": {
248
248
  "Attributes": {
@@ -826,7 +826,8 @@
826
826
  "CLOUD_RETAIL",
827
827
  "LOCAL_CLOUD_RETAIL",
828
828
  "PRODUCT_REVIEWS",
829
- "MERCHANT_REVIEWS"
829
+ "MERCHANT_REVIEWS",
830
+ "YOUTUBE_CHECKOUT"
830
831
  ],
831
832
  "enumDeprecated": [
832
833
  false,
@@ -845,6 +846,7 @@ false,
845
846
  false,
846
847
  false,
847
848
  false,
849
+ false,
848
850
  false
849
851
  ],
850
852
  "enumDescriptions": [
@@ -864,7 +866,8 @@ false
864
866
  "[Cloud retail](https://cloud.google.com/solutions/retail).",
865
867
  "[Local cloud retail](https://cloud.google.com/solutions/retail).",
866
868
  "[Product Reviews](https://support.google.com/merchants/answer/14620732).",
867
- "[Merchant Reviews](https://developers.google.com/merchant-review-feeds)."
869
+ "[Merchant Reviews](https://developers.google.com/merchant-review-feeds).",
870
+ "[YouTube Checkout]("
868
871
  ],
869
872
  "type": "string"
870
873
  }
@@ -983,7 +986,8 @@ false
983
986
  "CLOUD_RETAIL",
984
987
  "LOCAL_CLOUD_RETAIL",
985
988
  "PRODUCT_REVIEWS",
986
- "MERCHANT_REVIEWS"
989
+ "MERCHANT_REVIEWS",
990
+ "YOUTUBE_CHECKOUT"
987
991
  ],
988
992
  "enumDeprecated": [
989
993
  false,
@@ -1002,6 +1006,7 @@ false,
1002
1006
  false,
1003
1007
  false,
1004
1008
  false,
1009
+ false,
1005
1010
  false
1006
1011
  ],
1007
1012
  "enumDescriptions": [
@@ -1021,7 +1026,8 @@ false
1021
1026
  "[Cloud retail](https://cloud.google.com/solutions/retail).",
1022
1027
  "[Local cloud retail](https://cloud.google.com/solutions/retail).",
1023
1028
  "[Product Reviews](https://support.google.com/merchants/answer/14620732).",
1024
- "[Merchant Reviews](https://developers.google.com/merchant-review-feeds)."
1029
+ "[Merchant Reviews](https://developers.google.com/merchant-review-feeds).",
1030
+ "[YouTube Checkout]("
1025
1031
  ],
1026
1032
  "type": "string"
1027
1033
  },
@@ -1240,7 +1246,8 @@ false
1240
1246
  "CLOUD_RETAIL",
1241
1247
  "LOCAL_CLOUD_RETAIL",
1242
1248
  "PRODUCT_REVIEWS",
1243
- "MERCHANT_REVIEWS"
1249
+ "MERCHANT_REVIEWS",
1250
+ "YOUTUBE_CHECKOUT"
1244
1251
  ],
1245
1252
  "enumDeprecated": [
1246
1253
  false,
@@ -1259,6 +1266,7 @@ false,
1259
1266
  false,
1260
1267
  false,
1261
1268
  false,
1269
+ false,
1262
1270
  false
1263
1271
  ],
1264
1272
  "enumDescriptions": [
@@ -1278,7 +1286,8 @@ false
1278
1286
  "[Cloud retail](https://cloud.google.com/solutions/retail).",
1279
1287
  "[Local cloud retail](https://cloud.google.com/solutions/retail).",
1280
1288
  "[Product Reviews](https://support.google.com/merchants/answer/14620732).",
1281
- "[Merchant Reviews](https://developers.google.com/merchant-review-feeds)."
1289
+ "[Merchant Reviews](https://developers.google.com/merchant-review-feeds).",
1290
+ "[YouTube Checkout]("
1282
1291
  ],
1283
1292
  "type": "string"
1284
1293
  }
@@ -203,7 +203,7 @@
203
203
  }
204
204
  }
205
205
  },
206
- "revision": "20241022",
206
+ "revision": "20241101",
207
207
  "rootUrl": "https://merchantapi.googleapis.com/",
208
208
  "schemas": {
209
209
  "Attributes": {
@@ -505,7 +505,8 @@
505
505
  "CLOUD_RETAIL",
506
506
  "LOCAL_CLOUD_RETAIL",
507
507
  "PRODUCT_REVIEWS",
508
- "MERCHANT_REVIEWS"
508
+ "MERCHANT_REVIEWS",
509
+ "YOUTUBE_CHECKOUT"
509
510
  ],
510
511
  "enumDeprecated": [
511
512
  false,
@@ -524,6 +525,7 @@ false,
524
525
  false,
525
526
  false,
526
527
  false,
528
+ false,
527
529
  false
528
530
  ],
529
531
  "enumDescriptions": [
@@ -543,7 +545,8 @@ false
543
545
  "[Cloud retail](https://cloud.google.com/solutions/retail).",
544
546
  "[Local cloud retail](https://cloud.google.com/solutions/retail).",
545
547
  "[Product Reviews](https://support.google.com/merchants/answer/14620732).",
546
- "[Merchant Reviews](https://developers.google.com/merchant-review-feeds)."
548
+ "[Merchant Reviews](https://developers.google.com/merchant-review-feeds).",
549
+ "[YouTube Checkout]("
547
550
  ],
548
551
  "readOnly": true,
549
552
  "type": "string"
@@ -662,7 +665,8 @@ false
662
665
  "CLOUD_RETAIL",
663
666
  "LOCAL_CLOUD_RETAIL",
664
667
  "PRODUCT_REVIEWS",
665
- "MERCHANT_REVIEWS"
668
+ "MERCHANT_REVIEWS",
669
+ "YOUTUBE_CHECKOUT"
666
670
  ],
667
671
  "enumDeprecated": [
668
672
  false,
@@ -681,6 +685,7 @@ false,
681
685
  false,
682
686
  false,
683
687
  false,
688
+ false,
684
689
  false
685
690
  ],
686
691
  "enumDescriptions": [
@@ -700,7 +705,8 @@ false
700
705
  "[Cloud retail](https://cloud.google.com/solutions/retail).",
701
706
  "[Local cloud retail](https://cloud.google.com/solutions/retail).",
702
707
  "[Product Reviews](https://support.google.com/merchants/answer/14620732).",
703
- "[Merchant Reviews](https://developers.google.com/merchant-review-feeds)."
708
+ "[Merchant Reviews](https://developers.google.com/merchant-review-feeds).",
709
+ "[YouTube Checkout]("
704
710
  ],
705
711
  "readOnly": true,
706
712
  "type": "string"
@@ -799,7 +805,8 @@ false
799
805
  "CLOUD_RETAIL",
800
806
  "LOCAL_CLOUD_RETAIL",
801
807
  "PRODUCT_REVIEWS",
802
- "MERCHANT_REVIEWS"
808
+ "MERCHANT_REVIEWS",
809
+ "YOUTUBE_CHECKOUT"
803
810
  ],
804
811
  "enumDeprecated": [
805
812
  false,
@@ -818,6 +825,7 @@ false,
818
825
  false,
819
826
  false,
820
827
  false,
828
+ false,
821
829
  false
822
830
  ],
823
831
  "enumDescriptions": [
@@ -837,7 +845,8 @@ false
837
845
  "[Cloud retail](https://cloud.google.com/solutions/retail).",
838
846
  "[Local cloud retail](https://cloud.google.com/solutions/retail).",
839
847
  "[Product Reviews](https://support.google.com/merchants/answer/14620732).",
840
- "[Merchant Reviews](https://developers.google.com/merchant-review-feeds)."
848
+ "[Merchant Reviews](https://developers.google.com/merchant-review-feeds).",
849
+ "[YouTube Checkout]("
841
850
  ],
842
851
  "type": "string"
843
852
  }
@@ -150,7 +150,7 @@
150
150
  }
151
151
  }
152
152
  },
153
- "revision": "20241022",
153
+ "revision": "20241109",
154
154
  "rootUrl": "https://merchantapi.googleapis.com/",
155
155
  "schemas": {
156
156
  "ListQuotaGroupsResponse": {
@@ -162,7 +162,7 @@
162
162
  "type": "string"
163
163
  },
164
164
  "quotaGroups": {
165
- "description": "The methods, current quota usage and limits per each group. The quota is shared between all methods in the group. The groups are sorted in descending order based on quotaUsage.",
165
+ "description": "The methods, current quota usage and limits per each group. The quota is shared between all methods in the group. The groups are sorted in descending order based on quota_usage.",
166
166
  "items": {
167
167
  "$ref": "QuotaGroup"
168
168
  },
@@ -233,7 +233,8 @@
233
233
  "CLOUD_RETAIL",
234
234
  "LOCAL_CLOUD_RETAIL",
235
235
  "PRODUCT_REVIEWS",
236
- "MERCHANT_REVIEWS"
236
+ "MERCHANT_REVIEWS",
237
+ "YOUTUBE_CHECKOUT"
237
238
  ],
238
239
  "enumDeprecated": [
239
240
  false,
@@ -252,6 +253,7 @@ false,
252
253
  false,
253
254
  false,
254
255
  false,
256
+ false,
255
257
  false
256
258
  ],
257
259
  "enumDescriptions": [
@@ -271,7 +273,8 @@ false
271
273
  "[Cloud retail](https://cloud.google.com/solutions/retail).",
272
274
  "[Local cloud retail](https://cloud.google.com/solutions/retail).",
273
275
  "[Product Reviews](https://support.google.com/merchants/answer/14620732).",
274
- "[Merchant Reviews](https://developers.google.com/merchant-review-feeds)."
276
+ "[Merchant Reviews](https://developers.google.com/merchant-review-feeds).",
277
+ "[YouTube Checkout]("
275
278
  ],
276
279
  "type": "string"
277
280
  }
@@ -485,6 +485,57 @@
485
485
  "https://www.googleapis.com/auth/cloud-platform"
486
486
  ]
487
487
  },
488
+ "queryStatus": {
489
+ "description": "Query PSC propagation status the status of a Network Connectivity Center hub.",
490
+ "flatPath": "v1/projects/{projectsId}/locations/global/hubs/{hubsId}:queryStatus",
491
+ "httpMethod": "GET",
492
+ "id": "networkconnectivity.projects.locations.global.hubs.queryStatus",
493
+ "parameterOrder": [
494
+ "name"
495
+ ],
496
+ "parameters": {
497
+ "filter": {
498
+ "description": "Optional. An expression that filters the list of results. The filter can be used to filter the results by the following fields: * psc_propagation_status.source_spoke * psc_propagation_status.source_group * psc_propagation_status.source_forwarding_rule * psc_propagation_status.target_spoke * psc_propagation_status.target_group * psc_propagation_status.code * psc_propagation_status.message",
499
+ "location": "query",
500
+ "type": "string"
501
+ },
502
+ "groupBy": {
503
+ "description": "Optional. A field that counts are grouped by. A comma-separated list of any of these fields: * psc_propagation_status.source_spoke * psc_propagation_status.source_group * psc_propagation_status.source_forwarding_rule * psc_propagation_status.target_spoke * psc_propagation_status.target_group * psc_propagation_status.code",
504
+ "location": "query",
505
+ "type": "string"
506
+ },
507
+ "name": {
508
+ "description": "Required. The name of the hub.",
509
+ "location": "path",
510
+ "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
511
+ "required": true,
512
+ "type": "string"
513
+ },
514
+ "orderBy": {
515
+ "description": "Optional. Sort the results in the ascending order by specific fields returned in the response. A comma-separated list of any of these fields: * psc_propagation_status.source_spoke * psc_propagation_status.source_group * psc_propagation_status.source_forwarding_rule * psc_propagation_status.target_spoke * psc_propagation_status.target_group * psc_propagation_status.code If `group_by` is set, the value of the `order_by` field must be the same as or a subset of the `group_by` field.",
516
+ "location": "query",
517
+ "type": "string"
518
+ },
519
+ "pageSize": {
520
+ "description": "Optional. The maximum number of results to return per page.",
521
+ "format": "int32",
522
+ "location": "query",
523
+ "type": "integer"
524
+ },
525
+ "pageToken": {
526
+ "description": "Optional. The page token.",
527
+ "location": "query",
528
+ "type": "string"
529
+ }
530
+ },
531
+ "path": "v1/{+name}:queryStatus",
532
+ "response": {
533
+ "$ref": "QueryHubStatusResponse"
534
+ },
535
+ "scopes": [
536
+ "https://www.googleapis.com/auth/cloud-platform"
537
+ ]
538
+ },
488
539
  "rejectSpoke": {
489
540
  "description": "Rejects a Network Connectivity Center spoke from being attached to a hub. If the spoke was previously in the `ACTIVE` state, it transitions to the `INACTIVE` state and is no longer able to connect to other spokes that are attached to the hub.",
490
541
  "flatPath": "v1/projects/{projectsId}/locations/global/hubs/{hubsId}:rejectSpoke",
@@ -2812,7 +2863,7 @@
2812
2863
  }
2813
2864
  }
2814
2865
  },
2815
- "revision": "20241009",
2866
+ "revision": "20241030",
2816
2867
  "rootUrl": "https://networkconnectivity.googleapis.com/",
2817
2868
  "schemas": {
2818
2869
  "AcceptHubSpokeRequest": {
@@ -3475,6 +3526,26 @@
3475
3526
  },
3476
3527
  "type": "object"
3477
3528
  },
3529
+ "HubStatusEntry": {
3530
+ "description": "The hub status entry.",
3531
+ "id": "HubStatusEntry",
3532
+ "properties": {
3533
+ "count": {
3534
+ "description": "The number of status. If group_by is not set in the request, the default is 1.",
3535
+ "format": "int32",
3536
+ "type": "integer"
3537
+ },
3538
+ "groupBy": {
3539
+ "description": "The same group_by field from the request.",
3540
+ "type": "string"
3541
+ },
3542
+ "pscPropagationStatus": {
3543
+ "$ref": "PscPropagationStatus",
3544
+ "description": "The PSC propagation status."
3545
+ }
3546
+ },
3547
+ "type": "object"
3548
+ },
3478
3549
  "InterconnectAttachment": {
3479
3550
  "description": "InterconnectAttachment that this route applies to.",
3480
3551
  "id": "InterconnectAttachment",
@@ -3630,7 +3701,6 @@
3630
3701
  "type": "object"
3631
3702
  },
3632
3703
  "LinkedProducerVpcNetwork": {
3633
- "description": "Next ID: 7",
3634
3704
  "id": "LinkedProducerVpcNetwork",
3635
3705
  "properties": {
3636
3706
  "excludeExportRanges": {
@@ -3640,6 +3710,13 @@
3640
3710
  },
3641
3711
  "type": "array"
3642
3712
  },
3713
+ "includeExportRanges": {
3714
+ "description": "Optional. IP ranges allowed to be included from peering.",
3715
+ "items": {
3716
+ "type": "string"
3717
+ },
3718
+ "type": "array"
3719
+ },
3643
3720
  "network": {
3644
3721
  "description": "Immutable. The URI of the Service Consumer VPC that the Producer VPC is peered with.",
3645
3722
  "type": "string"
@@ -4562,6 +4639,77 @@
4562
4639
  },
4563
4640
  "type": "object"
4564
4641
  },
4642
+ "PscPropagationStatus": {
4643
+ "description": "The PSC propagation status in a hub.",
4644
+ "id": "PscPropagationStatus",
4645
+ "properties": {
4646
+ "code": {
4647
+ "description": "The propagation status.",
4648
+ "enum": [
4649
+ "CODE_UNSPECIFIED",
4650
+ "READY",
4651
+ "PROPAGATING",
4652
+ "ERROR_PRODUCER_PROPAGATED_CONNECTION_LIMIT_EXCEEDED",
4653
+ "ERROR_PRODUCER_NAT_IP_SPACE_EXHAUSTED",
4654
+ "ERROR_PRODUCER_QUOTA_EXCEEDED",
4655
+ "ERROR_CONSUMER_QUOTA_EXCEEDED"
4656
+ ],
4657
+ "enumDescriptions": [
4658
+ "The code is unspecified.",
4659
+ "The propagated PSC connection is ready.",
4660
+ "PSC connection is propagating. This is a transient state.",
4661
+ "The PSC connection propagation failed because the VPC network or the project of the target spoke has exceeded the connection limit set by the producer.",
4662
+ "The PSC connection propagation failed because the NAT IP subnet space has been exhausted. It is equivalent to the `Needs attention` status of the PSC connection. See https://cloud.google.com/vpc/docs/about-accessing-vpc-hosted-services-endpoints#connection-statuses.",
4663
+ "PSC connection propagation failed because the `PSC_ILB_CONSUMER_FORWARDING_RULES_PER_PRODUCER_NETWORK` quota in the producer VPC network has been exceeded.",
4664
+ "The PSC connection propagation failed because the `PSC_PROPAGATED_CONNECTIONS_PER_VPC_NETWORK` quota in the consumer VPC network has been exceeded."
4665
+ ],
4666
+ "type": "string"
4667
+ },
4668
+ "message": {
4669
+ "description": "The human-readable summary of the PSC connection propagation status.",
4670
+ "type": "string"
4671
+ },
4672
+ "sourceForwardingRule": {
4673
+ "description": "The name of the forwarding rule exported to the hub.",
4674
+ "type": "string"
4675
+ },
4676
+ "sourceGroup": {
4677
+ "description": "The name of the group that the source spoke belongs to.",
4678
+ "type": "string"
4679
+ },
4680
+ "sourceSpoke": {
4681
+ "description": "The name of the spoke that the source forwarding rule belongs to.",
4682
+ "type": "string"
4683
+ },
4684
+ "targetGroup": {
4685
+ "description": "The name of the group that the target spoke belongs to.",
4686
+ "type": "string"
4687
+ },
4688
+ "targetSpoke": {
4689
+ "description": "The name of the spoke that the source forwarding rule propagates to.",
4690
+ "type": "string"
4691
+ }
4692
+ },
4693
+ "type": "object"
4694
+ },
4695
+ "QueryHubStatusResponse": {
4696
+ "description": "The response for HubService.QueryHubStatus.",
4697
+ "id": "QueryHubStatusResponse",
4698
+ "properties": {
4699
+ "hubStatusEntries": {
4700
+ "description": "The list of hub status.",
4701
+ "items": {
4702
+ "$ref": "HubStatusEntry"
4703
+ },
4704
+ "type": "array"
4705
+ },
4706
+ "nextPageToken": {
4707
+ "description": "The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results.",
4708
+ "type": "string"
4709
+ }
4710
+ },
4711
+ "type": "object"
4712
+ },
4565
4713
  "RegionalEndpoint": {
4566
4714
  "description": "The RegionalEndpoint resource.",
4567
4715
  "id": "RegionalEndpoint",
@@ -4883,7 +5031,7 @@
4883
5031
  "type": "object"
4884
5032
  },
4885
5033
  "ServiceClass": {
4886
- "description": "The ServiceClass resource. Next id: 9",
5034
+ "description": "The ServiceClass resource.",
4887
5035
  "id": "ServiceClass",
4888
5036
  "properties": {
4889
5037
  "createTime": {
@@ -4926,7 +5074,7 @@
4926
5074
  "type": "object"
4927
5075
  },
4928
5076
  "ServiceConnectionMap": {
4929
- "description": "The ServiceConnectionMap resource. Next id: 15",
5077
+ "description": "The ServiceConnectionMap resource.",
4930
5078
  "id": "ServiceConnectionMap",
4931
5079
  "properties": {
4932
5080
  "consumerPscConfigs": {
@@ -5012,7 +5160,7 @@
5012
5160
  "type": "object"
5013
5161
  },
5014
5162
  "ServiceConnectionPolicy": {
5015
- "description": "The ServiceConnectionPolicy resource. Next id: 12",
5163
+ "description": "The ServiceConnectionPolicy resource.",
5016
5164
  "id": "ServiceConnectionPolicy",
5017
5165
  "properties": {
5018
5166
  "createTime": {
@@ -5083,7 +5231,7 @@
5083
5231
  "type": "object"
5084
5232
  },
5085
5233
  "ServiceConnectionToken": {
5086
- "description": "The ServiceConnectionToken resource. Next id: 10",
5234
+ "description": "The ServiceConnectionToken resource.",
5087
5235
  "id": "ServiceConnectionToken",
5088
5236
  "properties": {
5089
5237
  "createTime": {
@@ -5205,7 +5353,7 @@
5205
5353
  "type": "string"
5206
5354
  },
5207
5355
  "reasons": {
5208
- "description": "Output only. The reasons for current state of the spoke. Only present when the spoke is in the `INACTIVE` state.",
5356
+ "description": "Output only. The reasons for current state of the spoke.",
5209
5357
  "items": {
5210
5358
  "$ref": "StateReason"
5211
5359
  },
@@ -5331,14 +5479,20 @@
5331
5479
  "PENDING_REVIEW",
5332
5480
  "REJECTED",
5333
5481
  "PAUSED",
5334
- "FAILED"
5482
+ "FAILED",
5483
+ "UPDATE_PENDING_REVIEW",
5484
+ "UPDATE_REJECTED",
5485
+ "UPDATE_FAILED"
5335
5486
  ],
5336
5487
  "enumDescriptions": [
5337
5488
  "No information available.",
5338
5489
  "The proposed spoke is pending review.",
5339
5490
  "The proposed spoke has been rejected by the hub administrator.",
5340
5491
  "The spoke has been deactivated internally.",
5341
- "Network Connectivity Center encountered errors while accepting the spoke."
5492
+ "Network Connectivity Center encountered errors while accepting the spoke.",
5493
+ "The proposed spoke update is pending review.",
5494
+ "The proposed spoke update has been rejected by the hub administrator.",
5495
+ "Network Connectivity Center encountered errors while accepting the spoke update."
5342
5496
  ],
5343
5497
  "readOnly": true,
5344
5498
  "type": "string"
@@ -5422,14 +5576,20 @@
5422
5576
  "PENDING_REVIEW",
5423
5577
  "REJECTED",
5424
5578
  "PAUSED",
5425
- "FAILED"
5579
+ "FAILED",
5580
+ "UPDATE_PENDING_REVIEW",
5581
+ "UPDATE_REJECTED",
5582
+ "UPDATE_FAILED"
5426
5583
  ],
5427
5584
  "enumDescriptions": [
5428
5585
  "No information available.",
5429
5586
  "The proposed spoke is pending review.",
5430
5587
  "The proposed spoke has been rejected by the hub administrator.",
5431
5588
  "The spoke has been deactivated internally.",
5432
- "Network Connectivity Center encountered errors while accepting the spoke."
5589
+ "Network Connectivity Center encountered errors while accepting the spoke.",
5590
+ "The proposed spoke update is pending review.",
5591
+ "The proposed spoke update has been rejected by the hub administrator.",
5592
+ "Network Connectivity Center encountered errors while accepting the spoke update."
5433
5593
  ],
5434
5594
  "type": "string"
5435
5595
  },
@@ -1116,7 +1116,7 @@
1116
1116
  }
1117
1117
  }
1118
1118
  },
1119
- "revision": "20241009",
1119
+ "revision": "20241030",
1120
1120
  "rootUrl": "https://networkconnectivity.googleapis.com/",
1121
1121
  "schemas": {
1122
1122
  "AuditConfig": {
@@ -1382,6 +1382,10 @@
1382
1382
  "description": "A description of this resource.",
1383
1383
  "type": "string"
1384
1384
  },
1385
+ "immutable": {
1386
+ "description": "Optional. Immutable ranges cannot have their fields modified, except for labels and description.",
1387
+ "type": "boolean"
1388
+ },
1385
1389
  "ipCidrRange": {
1386
1390
  "description": "IP range that this internal range defines. NOTE: IPv6 ranges are limited to usage=EXTERNAL_TO_VPC and peering=FOR_SELF. NOTE: For IPv6 Ranges this field is compulsory, i.e. the address range must be specified explicitly.",
1387
1391
  "type": "string"