google-apis-memcache_v1 0.48.0 → 0.49.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: 44dd8579057e135d3176bed887f72d950552fac0c3f6750d4c9ffd566880d7a1
4
- data.tar.gz: 901cedaecdcaf07437a040f943c99d7549c893e5510bdf4b81d56507830b2906
3
+ metadata.gz: 7d61b49f2b5f6dfbe91288305d6d263a49cabcb7453fa07c5cce7965c15647a6
4
+ data.tar.gz: db659fa332d3c339debce174983f28915b566e7411b7fa28739211d0dda5562a
5
5
  SHA512:
6
- metadata.gz: 0ccee664f33a46ee9748d64ba40a869c79ef857d92c87631157bb7f93085bab612a1111b99c39fbb461db5cc370e9462e01a2302038e26d144e74bf2d146975d
7
- data.tar.gz: 4a9d383468099082b918bfe4b770d8cad263cda768222edac6bccf52faca009e3326cc0fc2ead3e5b64d28450b1731a77d84460f3d33e2d831e00bc3b7ff2eb7
6
+ metadata.gz: 7d6e12f2ab6637132d6a8fd8a2a650175a8c5e2b7f504705586a1a7bc2a6c1f8edcba2dafe802ad959843d2a9adb09148d1c86ee2ee503a4c131fa0698541561
7
+ data.tar.gz: 153cefc8d8097673b41e3e964de9ea6a20a2aa8ca21b8aab8857ece60f32c78b7bf51ac39052da92b2e49e128608bca508ba8fe21447d5c256194f350eb58805
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-memcache_v1
2
2
 
3
+ ### v0.49.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251002
6
+
3
7
  ### v0.48.0 (2025-09-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20250918
@@ -1106,6 +1106,13 @@ module Google
1106
1106
  # @return [Array<Google::Apis::MemcacheV1::Operation>]
1107
1107
  attr_accessor :operations
1108
1108
 
1109
+ # Unordered list. Unreachable resources. Populated when the request sets `
1110
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
1111
+ # when attempting to list all resources across all supported locations.
1112
+ # Corresponds to the JSON property `unreachable`
1113
+ # @return [Array<String>]
1114
+ attr_accessor :unreachable
1115
+
1109
1116
  def initialize(**args)
1110
1117
  update!(**args)
1111
1118
  end
@@ -1114,6 +1121,7 @@ module Google
1114
1121
  def update!(**args)
1115
1122
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1116
1123
  @operations = args[:operations] if args.key?(:operations)
1124
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
1117
1125
  end
1118
1126
  end
1119
1127
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MemcacheV1
18
18
  # Version of the google-apis-memcache_v1 gem
19
- GEM_VERSION = "0.48.0"
19
+ GEM_VERSION = "0.49.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 = "20250918"
25
+ REVISION = "20251002"
26
26
  end
27
27
  end
28
28
  end
@@ -589,6 +589,7 @@ module Google
589
589
  property :next_page_token, as: 'nextPageToken'
590
590
  collection :operations, as: 'operations', class: Google::Apis::MemcacheV1::Operation, decorator: Google::Apis::MemcacheV1::Operation::Representation
591
591
 
592
+ collection :unreachable, as: 'unreachable'
592
593
  end
593
594
  end
594
595
 
@@ -582,6 +582,13 @@ module Google
582
582
  # The standard list page size.
583
583
  # @param [String] page_token
584
584
  # The standard list page token.
585
+ # @param [Boolean] return_partial_success
586
+ # When set to `true`, operations that are reachable are returned as normal, and
587
+ # those that are unreachable are returned in the [ListOperationsResponse.
588
+ # unreachable] field. This can only be `true` when reading across collections e.
589
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
590
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
591
+ # explicitly documented otherwise in service or product specific documentation.
585
592
  # @param [String] fields
586
593
  # Selector specifying which fields to include in a partial response.
587
594
  # @param [String] quota_user
@@ -599,7 +606,7 @@ module Google
599
606
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
600
607
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
601
608
  # @raise [Google::Apis::AuthorizationError] Authorization is required
602
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
609
+ 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)
603
610
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
604
611
  command.response_representation = Google::Apis::MemcacheV1::ListOperationsResponse::Representation
605
612
  command.response_class = Google::Apis::MemcacheV1::ListOperationsResponse
@@ -607,6 +614,7 @@ module Google
607
614
  command.query['filter'] = filter unless filter.nil?
608
615
  command.query['pageSize'] = page_size unless page_size.nil?
609
616
  command.query['pageToken'] = page_token unless page_token.nil?
617
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
610
618
  command.query['fields'] = fields unless fields.nil?
611
619
  command.query['quotaUser'] = quota_user unless quota_user.nil?
612
620
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-memcache_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.49.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-memcache_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.48.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.49.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-memcache_v1
62
62
  rdoc_options: []
63
63
  require_paths: