google-apis-memcache_v1beta2 0.47.0 → 0.48.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: 77424cc37b6b779ff83b0b5f663460afafc6284128b075cabb761b7ed2354df4
4
- data.tar.gz: 0d9e4c41271bf545222b05d3f42fa7120be86f580f21ce1ef83368d72f333fd4
3
+ metadata.gz: e2d3d79a6ef2a77f5827f5399fd65f7ce2270a46087d55b2482a01e3d7a5e08f
4
+ data.tar.gz: '078eb9670bbc6a88ee23649fe429052f5878de6f39d0cc1c4adf16bc5a29af39'
5
5
  SHA512:
6
- metadata.gz: 8242d7458d2a54ef8f4b4aef7dfabf1b45fc65cc71df836a9a8603c1c3310f352510effa4e31bf709538b11a04cd6c69e1e7ffc3ced8117ca7ae111fe56c88df
7
- data.tar.gz: cc43f8eb995da65234a191f67454d76d22feb2eff6c66ab614962eb9d255d5fa33068b2feb9a5c0f5e0103bb0c9803da8d2bdaf071cb5318cda6b62872bdc9d8
6
+ metadata.gz: cbaab82d2d9d744c6862d5d0daf2c57e209c7fdaf3f1559bf759b8ba164d984e5750a7daf5131ec28e449b404e03092abcfa028b630dc4a7ee85feee45e91015
7
+ data.tar.gz: 9658426316c43fdfbdaafcf21ae425ab33c876cf3d6b914d9a5c5d03647b546b31fa64f0a104dd2ef6bb1c0295cdb0dec892e5ce341cd5ff8f7695a79133a054
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-memcache_v1beta2
2
2
 
3
+ ### v0.48.0 (2026-01-25)
4
+
5
+ * Regenerated from discovery document revision 20260115
6
+
3
7
  ### v0.47.0 (2025-10-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20251002
@@ -228,7 +228,7 @@ module Google
228
228
  class GetTagsRequest
229
229
  include Google::Apis::Core::Hashable
230
230
 
231
- # Required. The full One Platform resource name of the service resource.
231
+ # Required. The full resource name of the service resource.
232
232
  # Corresponds to the JSON property `name`
233
233
  # @return [String]
234
234
  attr_accessor :name
@@ -247,7 +247,13 @@ module Google
247
247
  class GetTagsResponse
248
248
  include Google::Apis::Core::Hashable
249
249
 
250
- # Required. The full One Platform resource name of the service resource.
250
+ # A checksum based on the current bindings. This field is always set in server
251
+ # responses.
252
+ # Corresponds to the JSON property `etag`
253
+ # @return [String]
254
+ attr_accessor :etag
255
+
256
+ # Required. The full resource name of the service resource.
251
257
  # Corresponds to the JSON property `name`
252
258
  # @return [String]
253
259
  attr_accessor :name
@@ -259,21 +265,15 @@ module Google
259
265
  # @return [Hash<String,String>]
260
266
  attr_accessor :tags
261
267
 
262
- # A checksum based on the current bindings. This field is always set in server
263
- # responses.
264
- # Corresponds to the JSON property `tagsEtag`
265
- # @return [String]
266
- attr_accessor :tags_etag
267
-
268
268
  def initialize(**args)
269
269
  update!(**args)
270
270
  end
271
271
 
272
272
  # Update properties of this object
273
273
  def update!(**args)
274
+ @etag = args[:etag] if args.key?(:etag)
274
275
  @name = args[:name] if args.key?(:name)
275
276
  @tags = args[:tags] if args.key?(:tags)
276
- @tags_etag = args[:tags_etag] if args.key?(:tags_etag)
277
277
  end
278
278
  end
279
279
 
@@ -1143,8 +1143,9 @@ module Google
1143
1143
  attr_accessor :operations
1144
1144
 
1145
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.
1146
+ # ListOperationsRequest.return_partial_success` and reads across collections.
1147
+ # For example, when attempting to list all resources across all supported
1148
+ # locations.
1148
1149
  # Corresponds to the JSON property `unreachable`
1149
1150
  # @return [Array<String>]
1150
1151
  attr_accessor :unreachable
@@ -1661,7 +1662,13 @@ module Google
1661
1662
  class SetTagsRequest
1662
1663
  include Google::Apis::Core::Hashable
1663
1664
 
1664
- # Required. The full One Platform resource name of the service resource.
1665
+ # Optional. A checksum based on the current bindings which can be passed to
1666
+ # prevent race conditions. If not passed, etag check would be skipped.
1667
+ # Corresponds to the JSON property `etag`
1668
+ # @return [String]
1669
+ attr_accessor :etag
1670
+
1671
+ # Required. The full resource name of the service resource.
1665
1672
  # Corresponds to the JSON property `name`
1666
1673
  # @return [String]
1667
1674
  attr_accessor :name
@@ -1679,22 +1686,16 @@ module Google
1679
1686
  # @return [Hash<String,String>]
1680
1687
  attr_accessor :tags
1681
1688
 
1682
- # Optional. A checksum based on the current bindings which can be passed to
1683
- # prevent race conditions. If not passed, etag check would be skipped.
1684
- # Corresponds to the JSON property `tagsEtag`
1685
- # @return [String]
1686
- attr_accessor :tags_etag
1687
-
1688
1689
  def initialize(**args)
1689
1690
  update!(**args)
1690
1691
  end
1691
1692
 
1692
1693
  # Update properties of this object
1693
1694
  def update!(**args)
1695
+ @etag = args[:etag] if args.key?(:etag)
1694
1696
  @name = args[:name] if args.key?(:name)
1695
1697
  @request_id = args[:request_id] if args.key?(:request_id)
1696
1698
  @tags = args[:tags] if args.key?(:tags)
1697
- @tags_etag = args[:tags_etag] if args.key?(:tags_etag)
1698
1699
  end
1699
1700
  end
1700
1701
 
@@ -1702,7 +1703,13 @@ module Google
1702
1703
  class SetTagsResponse
1703
1704
  include Google::Apis::Core::Hashable
1704
1705
 
1705
- # Required. The full One Platform resource name of the service resource.
1706
+ # A checksum based on the current bindings. This field is always set in server
1707
+ # responses.
1708
+ # Corresponds to the JSON property `etag`
1709
+ # @return [String]
1710
+ attr_accessor :etag
1711
+
1712
+ # Required. The full resource name of the service resource.
1706
1713
  # Corresponds to the JSON property `name`
1707
1714
  # @return [String]
1708
1715
  attr_accessor :name
@@ -1714,21 +1721,15 @@ module Google
1714
1721
  # @return [Hash<String,String>]
1715
1722
  attr_accessor :tags
1716
1723
 
1717
- # A checksum based on the current bindings. This field is always set in server
1718
- # responses.
1719
- # Corresponds to the JSON property `tagsEtag`
1720
- # @return [String]
1721
- attr_accessor :tags_etag
1722
-
1723
1724
  def initialize(**args)
1724
1725
  update!(**args)
1725
1726
  end
1726
1727
 
1727
1728
  # Update properties of this object
1728
1729
  def update!(**args)
1730
+ @etag = args[:etag] if args.key?(:etag)
1729
1731
  @name = args[:name] if args.key?(:name)
1730
1732
  @tags = args[:tags] if args.key?(:tags)
1731
- @tags_etag = args[:tags_etag] if args.key?(:tags_etag)
1732
1733
  end
1733
1734
  end
1734
1735
 
@@ -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.47.0"
19
+ GEM_VERSION = "0.48.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 = "20251002"
25
+ REVISION = "20260115"
26
26
  end
27
27
  end
28
28
  end
@@ -384,9 +384,9 @@ module Google
384
384
  class GetTagsResponse
385
385
  # @private
386
386
  class Representation < Google::Apis::Core::JsonRepresentation
387
+ property :etag, as: 'etag'
387
388
  property :name, as: 'name'
388
389
  hash :tags, as: 'tags'
389
- property :tags_etag, as: 'tagsEtag'
390
390
  end
391
391
  end
392
392
 
@@ -738,19 +738,19 @@ module Google
738
738
  class SetTagsRequest
739
739
  # @private
740
740
  class Representation < Google::Apis::Core::JsonRepresentation
741
+ property :etag, as: 'etag'
741
742
  property :name, as: 'name'
742
743
  property :request_id, as: 'requestId'
743
744
  hash :tags, as: 'tags'
744
- property :tags_etag, as: 'tagsEtag'
745
745
  end
746
746
  end
747
747
 
748
748
  class SetTagsResponse
749
749
  # @private
750
750
  class Representation < Google::Apis::Core::JsonRepresentation
751
+ property :etag, as: 'etag'
751
752
  property :name, as: 'name'
752
753
  hash :tags, as: 'tags'
753
- property :tags_etag, as: 'tagsEtag'
754
754
  end
755
755
  end
756
756
 
@@ -86,8 +86,8 @@ module Google
86
86
  # @param [String] name
87
87
  # The resource that owns the locations collection, if applicable.
88
88
  # @param [Array<String>, String] extra_location_types
89
- # Optional. Unless explicitly documented otherwise, don't use this unsupported
90
- # field which is primarily intended for internal usage.
89
+ # Optional. Do not use this field. It is unsupported and is ignored unless
90
+ # explicitly documented otherwise. This is primarily for internal usage.
91
91
  # @param [String] filter
92
92
  # A filter to narrow down results to a preferred subset. The filtering language
93
93
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -618,11 +618,12 @@ module Google
618
618
  # The standard list page token.
619
619
  # @param [Boolean] return_partial_success
620
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.
621
+ # those that are unreachable are returned in the ListOperationsResponse.
622
+ # unreachable field. This can only be `true` when reading across collections.
623
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
624
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
625
+ # if set unless explicitly documented otherwise in service or product specific
626
+ # documentation.
626
627
  # @param [String] fields
627
628
  # Selector specifying which fields to include in a partial response.
628
629
  # @param [String] quota_user
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.47.0
4
+ version: 0.48.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.47.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.48.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: