google-apis-gkeonprem_v1 0.33.0 → 0.34.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: add4eb3cc04c900d2f04b85fe5acfc282c6ebebcb51879114993ab1312ade861
4
- data.tar.gz: d3fb7abc7526d4eb76866ed5b3fe88d670d8d4ca3ecc32cce8079bc16a0f744b
3
+ metadata.gz: df67d176ad02875110b8b33b25fa01fe535d9d7b6a23fcaad967558642ed8f45
4
+ data.tar.gz: 8074565a70b0fde3c2c4670d0a8b655c1b1c0deafc1d88d1c93cf2925772cc67
5
5
  SHA512:
6
- metadata.gz: c7d6dd68400a9da74daeca644461e5477728c3bc11a164a2259bd060c1204d3b58f4f5388879bff6fca39006bf568864203fb249bac52bf7f0749458d6548106
7
- data.tar.gz: 87fab914571d70a94ecdafb90aca292e3b75742f023ef8cbdfa91d3dee2e50c5b96c5b3386c0b5c48c2b33980bd063eb701932e5d3fe1f65f08cb3f8efc8cb56
6
+ metadata.gz: b632b844a7733679990c0024cf6a42a9283776bdea584173d7cec19a4c8ded3c8151e47a1a96bb80d0db6b3970221c55b4f15402e7398932eb9d3fd2bbb7da84
7
+ data.tar.gz: b3fc0bc55a400d366fd01d8f31135ccfbe45344357f15d60ca22fb6301b978e556ab3aa1717bd03cbad7f70d0f30e11a2c95362ffe051ad956ae024002c50f0a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkeonprem_v1
2
2
 
3
+ ### v0.34.0 (2025-11-02)
4
+
5
+ * Regenerated from discovery document revision 20251022
6
+
3
7
  ### v0.33.0 (2025-09-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20250908
@@ -2693,6 +2693,13 @@ module Google
2693
2693
  # @return [Array<Google::Apis::GkeonpremV1::Operation>]
2694
2694
  attr_accessor :operations
2695
2695
 
2696
+ # Unordered list. Unreachable resources. Populated when the request sets `
2697
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
2698
+ # when attempting to list all resources across all supported locations.
2699
+ # Corresponds to the JSON property `unreachable`
2700
+ # @return [Array<String>]
2701
+ attr_accessor :unreachable
2702
+
2696
2703
  def initialize(**args)
2697
2704
  update!(**args)
2698
2705
  end
@@ -2701,6 +2708,7 @@ module Google
2701
2708
  def update!(**args)
2702
2709
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2703
2710
  @operations = args[:operations] if args.key?(:operations)
2711
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2704
2712
  end
2705
2713
  end
2706
2714
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkeonpremV1
18
18
  # Version of the google-apis-gkeonprem_v1 gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250908"
25
+ REVISION = "20251022"
26
26
  end
27
27
  end
28
28
  end
@@ -1727,6 +1727,7 @@ module Google
1727
1727
  property :next_page_token, as: 'nextPageToken'
1728
1728
  collection :operations, as: 'operations', class: Google::Apis::GkeonpremV1::Operation, decorator: Google::Apis::GkeonpremV1::Operation::Representation
1729
1729
 
1730
+ collection :unreachable, as: 'unreachable'
1730
1731
  end
1731
1732
  end
1732
1733
 
@@ -85,8 +85,8 @@ module Google
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
87
  # @param [Array<String>, String] extra_location_types
88
- # Optional. Unless explicitly documented otherwise, don't use this unsupported
89
- # field which is primarily intended for internal usage.
88
+ # Optional. Do not use this field. It is unsupported and is ignored unless
89
+ # explicitly documented otherwise. This is primarily for internal usage.
90
90
  # @param [String] filter
91
91
  # A filter to narrow down results to a preferred subset. The filtering language
92
92
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -606,6 +606,13 @@ module Google
606
606
  # The standard list page size.
607
607
  # @param [String] page_token
608
608
  # The standard list page token.
609
+ # @param [Boolean] return_partial_success
610
+ # When set to `true`, operations that are reachable are returned as normal, and
611
+ # those that are unreachable are returned in the [ListOperationsResponse.
612
+ # unreachable] field. This can only be `true` when reading across collections e.
613
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
614
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
615
+ # explicitly documented otherwise in service or product specific documentation.
609
616
  # @param [String] fields
610
617
  # Selector specifying which fields to include in a partial response.
611
618
  # @param [String] quota_user
@@ -623,7 +630,7 @@ module Google
623
630
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
624
631
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
625
632
  # @raise [Google::Apis::AuthorizationError] Authorization is required
626
- def list_project_location_bare_metal_admin_cluster_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
633
+ def list_project_location_bare_metal_admin_cluster_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
627
634
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
628
635
  command.response_representation = Google::Apis::GkeonpremV1::ListOperationsResponse::Representation
629
636
  command.response_class = Google::Apis::GkeonpremV1::ListOperationsResponse
@@ -631,6 +638,7 @@ module Google
631
638
  command.query['filter'] = filter unless filter.nil?
632
639
  command.query['pageSize'] = page_size unless page_size.nil?
633
640
  command.query['pageToken'] = page_token unless page_token.nil?
641
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
634
642
  command.query['fields'] = fields unless fields.nil?
635
643
  command.query['quotaUser'] = quota_user unless quota_user.nil?
636
644
  execute_or_queue_command(command, &block)
@@ -1611,6 +1619,13 @@ module Google
1611
1619
  # The standard list page size.
1612
1620
  # @param [String] page_token
1613
1621
  # The standard list page token.
1622
+ # @param [Boolean] return_partial_success
1623
+ # When set to `true`, operations that are reachable are returned as normal, and
1624
+ # those that are unreachable are returned in the [ListOperationsResponse.
1625
+ # unreachable] field. This can only be `true` when reading across collections e.
1626
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1627
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1628
+ # explicitly documented otherwise in service or product specific documentation.
1614
1629
  # @param [String] fields
1615
1630
  # Selector specifying which fields to include in a partial response.
1616
1631
  # @param [String] quota_user
@@ -1628,7 +1643,7 @@ module Google
1628
1643
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1629
1644
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1630
1645
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1631
- def list_project_location_bare_metal_cluster_bare_metal_node_pool_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1646
+ def list_project_location_bare_metal_cluster_bare_metal_node_pool_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
1632
1647
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
1633
1648
  command.response_representation = Google::Apis::GkeonpremV1::ListOperationsResponse::Representation
1634
1649
  command.response_class = Google::Apis::GkeonpremV1::ListOperationsResponse
@@ -1636,6 +1651,7 @@ module Google
1636
1651
  command.query['filter'] = filter unless filter.nil?
1637
1652
  command.query['pageSize'] = page_size unless page_size.nil?
1638
1653
  command.query['pageToken'] = page_token unless page_token.nil?
1654
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1639
1655
  command.query['fields'] = fields unless fields.nil?
1640
1656
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1641
1657
  execute_or_queue_command(command, &block)
@@ -1682,6 +1698,13 @@ module Google
1682
1698
  # The standard list page size.
1683
1699
  # @param [String] page_token
1684
1700
  # The standard list page token.
1701
+ # @param [Boolean] return_partial_success
1702
+ # When set to `true`, operations that are reachable are returned as normal, and
1703
+ # those that are unreachable are returned in the [ListOperationsResponse.
1704
+ # unreachable] field. This can only be `true` when reading across collections e.
1705
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1706
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1707
+ # explicitly documented otherwise in service or product specific documentation.
1685
1708
  # @param [String] fields
1686
1709
  # Selector specifying which fields to include in a partial response.
1687
1710
  # @param [String] quota_user
@@ -1699,7 +1722,7 @@ module Google
1699
1722
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1700
1723
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1701
1724
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1702
- def list_project_location_bare_metal_cluster_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1725
+ def list_project_location_bare_metal_cluster_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
1703
1726
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
1704
1727
  command.response_representation = Google::Apis::GkeonpremV1::ListOperationsResponse::Representation
1705
1728
  command.response_class = Google::Apis::GkeonpremV1::ListOperationsResponse
@@ -1707,6 +1730,7 @@ module Google
1707
1730
  command.query['filter'] = filter unless filter.nil?
1708
1731
  command.query['pageSize'] = page_size unless page_size.nil?
1709
1732
  command.query['pageToken'] = page_token unless page_token.nil?
1733
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1710
1734
  command.query['fields'] = fields unless fields.nil?
1711
1735
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1712
1736
  execute_or_queue_command(command, &block)
@@ -1826,6 +1850,13 @@ module Google
1826
1850
  # The standard list page size.
1827
1851
  # @param [String] page_token
1828
1852
  # The standard list page token.
1853
+ # @param [Boolean] return_partial_success
1854
+ # When set to `true`, operations that are reachable are returned as normal, and
1855
+ # those that are unreachable are returned in the [ListOperationsResponse.
1856
+ # unreachable] field. This can only be `true` when reading across collections e.
1857
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1858
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1859
+ # explicitly documented otherwise in service or product specific documentation.
1829
1860
  # @param [String] fields
1830
1861
  # Selector specifying which fields to include in a partial response.
1831
1862
  # @param [String] quota_user
@@ -1843,7 +1874,7 @@ module Google
1843
1874
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1844
1875
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1845
1876
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1846
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1877
+ def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
1847
1878
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
1848
1879
  command.response_representation = Google::Apis::GkeonpremV1::ListOperationsResponse::Representation
1849
1880
  command.response_class = Google::Apis::GkeonpremV1::ListOperationsResponse
@@ -1851,6 +1882,7 @@ module Google
1851
1882
  command.query['filter'] = filter unless filter.nil?
1852
1883
  command.query['pageSize'] = page_size unless page_size.nil?
1853
1884
  command.query['pageToken'] = page_token unless page_token.nil?
1885
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1854
1886
  command.query['fields'] = fields unless fields.nil?
1855
1887
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1856
1888
  execute_or_queue_command(command, &block)
@@ -2294,6 +2326,13 @@ module Google
2294
2326
  # The standard list page size.
2295
2327
  # @param [String] page_token
2296
2328
  # The standard list page token.
2329
+ # @param [Boolean] return_partial_success
2330
+ # When set to `true`, operations that are reachable are returned as normal, and
2331
+ # those that are unreachable are returned in the [ListOperationsResponse.
2332
+ # unreachable] field. This can only be `true` when reading across collections e.
2333
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
2334
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
2335
+ # explicitly documented otherwise in service or product specific documentation.
2297
2336
  # @param [String] fields
2298
2337
  # Selector specifying which fields to include in a partial response.
2299
2338
  # @param [String] quota_user
@@ -2311,7 +2350,7 @@ module Google
2311
2350
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2312
2351
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2313
2352
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2314
- def list_project_location_vmware_admin_cluster_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2353
+ def list_project_location_vmware_admin_cluster_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
2315
2354
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
2316
2355
  command.response_representation = Google::Apis::GkeonpremV1::ListOperationsResponse::Representation
2317
2356
  command.response_class = Google::Apis::GkeonpremV1::ListOperationsResponse
@@ -2319,6 +2358,7 @@ module Google
2319
2358
  command.query['filter'] = filter unless filter.nil?
2320
2359
  command.query['pageSize'] = page_size unless page_size.nil?
2321
2360
  command.query['pageToken'] = page_token unless page_token.nil?
2361
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
2322
2362
  command.query['fields'] = fields unless fields.nil?
2323
2363
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2324
2364
  execute_or_queue_command(command, &block)
@@ -2861,6 +2901,13 @@ module Google
2861
2901
  # The standard list page size.
2862
2902
  # @param [String] page_token
2863
2903
  # The standard list page token.
2904
+ # @param [Boolean] return_partial_success
2905
+ # When set to `true`, operations that are reachable are returned as normal, and
2906
+ # those that are unreachable are returned in the [ListOperationsResponse.
2907
+ # unreachable] field. This can only be `true` when reading across collections e.
2908
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
2909
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
2910
+ # explicitly documented otherwise in service or product specific documentation.
2864
2911
  # @param [String] fields
2865
2912
  # Selector specifying which fields to include in a partial response.
2866
2913
  # @param [String] quota_user
@@ -2878,7 +2925,7 @@ module Google
2878
2925
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2879
2926
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2880
2927
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2881
- def list_project_location_vmware_cluster_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2928
+ def list_project_location_vmware_cluster_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
2882
2929
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
2883
2930
  command.response_representation = Google::Apis::GkeonpremV1::ListOperationsResponse::Representation
2884
2931
  command.response_class = Google::Apis::GkeonpremV1::ListOperationsResponse
@@ -2886,6 +2933,7 @@ module Google
2886
2933
  command.query['filter'] = filter unless filter.nil?
2887
2934
  command.query['pageSize'] = page_size unless page_size.nil?
2888
2935
  command.query['pageToken'] = page_token unless page_token.nil?
2936
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
2889
2937
  command.query['fields'] = fields unless fields.nil?
2890
2938
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2891
2939
  execute_or_queue_command(command, &block)
@@ -3353,6 +3401,13 @@ module Google
3353
3401
  # The standard list page size.
3354
3402
  # @param [String] page_token
3355
3403
  # The standard list page token.
3404
+ # @param [Boolean] return_partial_success
3405
+ # When set to `true`, operations that are reachable are returned as normal, and
3406
+ # those that are unreachable are returned in the [ListOperationsResponse.
3407
+ # unreachable] field. This can only be `true` when reading across collections e.
3408
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
3409
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
3410
+ # explicitly documented otherwise in service or product specific documentation.
3356
3411
  # @param [String] fields
3357
3412
  # Selector specifying which fields to include in a partial response.
3358
3413
  # @param [String] quota_user
@@ -3370,7 +3425,7 @@ module Google
3370
3425
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3371
3426
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3372
3427
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3373
- def list_project_location_vmware_cluster_vmware_node_pool_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3428
+ def list_project_location_vmware_cluster_vmware_node_pool_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
3374
3429
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
3375
3430
  command.response_representation = Google::Apis::GkeonpremV1::ListOperationsResponse::Representation
3376
3431
  command.response_class = Google::Apis::GkeonpremV1::ListOperationsResponse
@@ -3378,6 +3433,7 @@ module Google
3378
3433
  command.query['filter'] = filter unless filter.nil?
3379
3434
  command.query['pageSize'] = page_size unless page_size.nil?
3380
3435
  command.query['pageToken'] = page_token unless page_token.nil?
3436
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
3381
3437
  command.query['fields'] = fields unless fields.nil?
3382
3438
  command.query['quotaUser'] = quota_user unless quota_user.nil?
3383
3439
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkeonprem_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkeonprem_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkeonprem_v1/v0.33.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkeonprem_v1/v0.34.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkeonprem_v1
62
62
  rdoc_options: []
63
63
  require_paths: