google-apis-vmmigration_v1 0.68.0 → 0.69.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: 0c35215dd235fcbfb10e320d3c485ef2d82616adb2854d541eb63c43b0ac45cd
4
- data.tar.gz: bb992087e037ef432faded2c25df2246c2b5b077e6cf56b97de478cd51c735e1
3
+ metadata.gz: aa800f512c816dc2ce0aca960c839c08b68d91debe15d2c7ddcb0637b1b112d9
4
+ data.tar.gz: 8c265f80bb3528064b172a853e1bdf65a1fb39af988c5ceb8f4373ad7715e0ae
5
5
  SHA512:
6
- metadata.gz: 41840bde0fe0f8b050a5a65e16f1094005df02db5339bb3754f311e8b1374820ed4bd2d061f3af923f4f0feba3e65863d3c278885332d20e366cadb8637efda6
7
- data.tar.gz: b4bbefec21f9529ca083e9074d4a05b414e61853d8fc6bc4aa0b3785eb64474d1593b9b127afdeb53da2ea7ddf2cdaacddb044fdeaff8e9f6b639c064bf64c93
6
+ metadata.gz: ab8039b7bbbe7552ed375e00e009e9127f09ef4c9fbfb41ed6d6619a93082457616d201730c7d29b452bd77f520b21d0489eb471dcbb7f4128b17c398a769785
7
+ data.tar.gz: f475148b63bb47d85fb3cb51aed458ecb9678a4495dcc1184c7a182246932373ce89d0c94221f70759845e053ab9d329967fb5ade117c0f1e1b0b27387ca7409
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vmmigration_v1
2
2
 
3
+ ### v0.69.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251002
6
+
3
7
  ### v0.68.0 (2025-09-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20250911
@@ -3223,6 +3223,13 @@ module Google
3223
3223
  # @return [Array<Google::Apis::VmmigrationV1::Operation>]
3224
3224
  attr_accessor :operations
3225
3225
 
3226
+ # Unordered list. Unreachable resources. Populated when the request sets `
3227
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
3228
+ # when attempting to list all resources across all supported locations.
3229
+ # Corresponds to the JSON property `unreachable`
3230
+ # @return [Array<String>]
3231
+ attr_accessor :unreachable
3232
+
3226
3233
  def initialize(**args)
3227
3234
  update!(**args)
3228
3235
  end
@@ -3231,6 +3238,7 @@ module Google
3231
3238
  def update!(**args)
3232
3239
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3233
3240
  @operations = args[:operations] if args.key?(:operations)
3241
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
3234
3242
  end
3235
3243
  end
3236
3244
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VmmigrationV1
18
18
  # Version of the google-apis-vmmigration_v1 gem
19
- GEM_VERSION = "0.68.0"
19
+ GEM_VERSION = "0.69.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 = "20250911"
25
+ REVISION = "20251002"
26
26
  end
27
27
  end
28
28
  end
@@ -1721,6 +1721,7 @@ module Google
1721
1721
  property :next_page_token, as: 'nextPageToken'
1722
1722
  collection :operations, as: 'operations', class: Google::Apis::VmmigrationV1::Operation, decorator: Google::Apis::VmmigrationV1::Operation::Representation
1723
1723
 
1724
+ collection :unreachable, as: 'unreachable'
1724
1725
  end
1725
1726
  end
1726
1727
 
@@ -807,6 +807,13 @@ module Google
807
807
  # The standard list page size.
808
808
  # @param [String] page_token
809
809
  # The standard list page token.
810
+ # @param [Boolean] return_partial_success
811
+ # When set to `true`, operations that are reachable are returned as normal, and
812
+ # those that are unreachable are returned in the [ListOperationsResponse.
813
+ # unreachable] field. This can only be `true` when reading across collections e.
814
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
815
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
816
+ # explicitly documented otherwise in service or product specific documentation.
810
817
  # @param [String] fields
811
818
  # Selector specifying which fields to include in a partial response.
812
819
  # @param [String] quota_user
@@ -824,7 +831,7 @@ module Google
824
831
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
825
832
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
826
833
  # @raise [Google::Apis::AuthorizationError] Authorization is required
827
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
834
+ 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)
828
835
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
829
836
  command.response_representation = Google::Apis::VmmigrationV1::ListOperationsResponse::Representation
830
837
  command.response_class = Google::Apis::VmmigrationV1::ListOperationsResponse
@@ -832,6 +839,7 @@ module Google
832
839
  command.query['filter'] = filter unless filter.nil?
833
840
  command.query['pageSize'] = page_size unless page_size.nil?
834
841
  command.query['pageToken'] = page_token unless page_token.nil?
842
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
835
843
  command.query['fields'] = fields unless fields.nil?
836
844
  command.query['quotaUser'] = quota_user unless quota_user.nil?
837
845
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vmmigration_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.68.0
4
+ version: 0.69.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-vmmigration_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.68.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.69.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1
62
62
  rdoc_options: []
63
63
  require_paths: