google-apis-memcache_v1beta2 0.46.0 → 0.47.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: 9a67bdba612f044699b9545f90305a8c1f67a5dc635add27f7ac68deb7ec97c9
4
- data.tar.gz: 559d28be4e0c5881e1093f219380282a1c0b9b8292ee4539a3fbf297ca96b2ff
3
+ metadata.gz: 77424cc37b6b779ff83b0b5f663460afafc6284128b075cabb761b7ed2354df4
4
+ data.tar.gz: 0d9e4c41271bf545222b05d3f42fa7120be86f580f21ce1ef83368d72f333fd4
5
5
  SHA512:
6
- metadata.gz: dfb66b0825e537a5a05056117406a8c000c9129671be48e10f70d4530f67ecdf71572bdbfed5b8c8b3f776682fd54c5fbd9d4f13e5fc15d077da7edfed136d4e
7
- data.tar.gz: 5eff80c24deb7c1f94d338fa96960380794c990df3f48e766145693c299363163712ec0e398e212a5adbad84aae64f38ab4982b5bd4e48e930253ee6673458a2
6
+ metadata.gz: 8242d7458d2a54ef8f4b4aef7dfabf1b45fc65cc71df836a9a8603c1c3310f352510effa4e31bf709538b11a04cd6c69e1e7ffc3ced8117ca7ae111fe56c88df
7
+ data.tar.gz: cc43f8eb995da65234a191f67454d76d22feb2eff6c66ab614962eb9d255d5fa33068b2feb9a5c0f5e0103bb0c9803da8d2bdaf071cb5318cda6b62872bdc9d8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-memcache_v1beta2
2
2
 
3
+ ### v0.47.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251002
6
+
3
7
  ### v0.46.0 (2025-10-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20250918
@@ -1142,6 +1142,13 @@ module Google
1142
1142
  # @return [Array<Google::Apis::MemcacheV1beta2::Operation>]
1143
1143
  attr_accessor :operations
1144
1144
 
1145
+ # Unordered list. Unreachable resources. Populated when the request sets `
1146
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
1147
+ # when attempting to list all resources across all supported locations.
1148
+ # Corresponds to the JSON property `unreachable`
1149
+ # @return [Array<String>]
1150
+ attr_accessor :unreachable
1151
+
1145
1152
  def initialize(**args)
1146
1153
  update!(**args)
1147
1154
  end
@@ -1150,6 +1157,7 @@ module Google
1150
1157
  def update!(**args)
1151
1158
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1152
1159
  @operations = args[:operations] if args.key?(:operations)
1160
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
1153
1161
  end
1154
1162
  end
1155
1163
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MemcacheV1beta2
18
18
  # Version of the google-apis-memcache_v1beta2 gem
19
- GEM_VERSION = "0.46.0"
19
+ GEM_VERSION = "0.47.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
@@ -604,6 +604,7 @@ module Google
604
604
  property :next_page_token, as: 'nextPageToken'
605
605
  collection :operations, as: 'operations', class: Google::Apis::MemcacheV1beta2::Operation, decorator: Google::Apis::MemcacheV1beta2::Operation::Representation
606
606
 
607
+ collection :unreachable, as: 'unreachable'
607
608
  end
608
609
  end
609
610
 
@@ -616,6 +616,13 @@ module Google
616
616
  # The standard list page size.
617
617
  # @param [String] page_token
618
618
  # The standard list page token.
619
+ # @param [Boolean] return_partial_success
620
+ # When set to `true`, operations that are reachable are returned as normal, and
621
+ # those that are unreachable are returned in the [ListOperationsResponse.
622
+ # unreachable] field. This can only be `true` when reading across collections e.
623
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
624
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
625
+ # explicitly documented otherwise in service or product specific documentation.
619
626
  # @param [String] fields
620
627
  # Selector specifying which fields to include in a partial response.
621
628
  # @param [String] quota_user
@@ -633,7 +640,7 @@ module Google
633
640
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
634
641
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
635
642
  # @raise [Google::Apis::AuthorizationError] Authorization is required
636
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
643
+ 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)
637
644
  command = make_simple_command(:get, 'v1beta2/{+name}/operations', options)
638
645
  command.response_representation = Google::Apis::MemcacheV1beta2::ListOperationsResponse::Representation
639
646
  command.response_class = Google::Apis::MemcacheV1beta2::ListOperationsResponse
@@ -641,6 +648,7 @@ module Google
641
648
  command.query['filter'] = filter unless filter.nil?
642
649
  command.query['pageSize'] = page_size unless page_size.nil?
643
650
  command.query['pageToken'] = page_token unless page_token.nil?
651
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
644
652
  command.query['fields'] = fields unless fields.nil?
645
653
  command.query['quotaUser'] = quota_user unless quota_user.nil?
646
654
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-memcache_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.47.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_v1beta2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.46.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.47.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-memcache_v1beta2
62
62
  rdoc_options: []
63
63
  require_paths: