google-apis-redis_v1beta1 0.44.0 → 0.45.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ce30782011f236386913a9b3e3b0d6616e97b9b54333f3cf60c65c45c2e456a
4
- data.tar.gz: bdbce59602fed9a1e5902c92cc7d5f8a0f3f5806012d3dfd4a65c6b29feb409f
3
+ metadata.gz: c2b1edd5824508d5a29d60e4945c9223b4a1149f5264c3d54d970590d5c61ef3
4
+ data.tar.gz: e7a5f5257505c5ed20ae41212127244c49b88c5b0a9b1da5f8f5964d58d5aef7
5
5
  SHA512:
6
- metadata.gz: 37aefda10ba7913faec2b42a341a7088fafc5b492fe89702778fd4be0413d3c06cbdf7213956c083993b26e21022137624de507edd0df467b3324eccae72347b
7
- data.tar.gz: e6732abd1f2a7aa93636b92c2bd990a995b953c616bee83841a77b56fb725575a2e1f00fba0f28ac435ad87f978d56a96eb791dfc4c847f4102a882e4060c445
6
+ metadata.gz: c0c795c6a4c7b46b035f2eed5b322baadef038c295cfd5d82b6fc0ba6c9bb92919b60bfe8fb07bcbc97598dc23896284827a7b2304534cb8199c355fc57ff778
7
+ data.tar.gz: e31caf8b3c66b10855e658516678f8b0b64738a96b96fc64d05587c5d777d7919656be5c90b3e1f8708239dce33d34ee874e85890d7f909d41bf14d047d7508f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.45.0 (2024-03-17)
4
+
5
+ * Regenerated from discovery document revision 20240307
6
+
3
7
  ### v0.44.0 (2024-03-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20240226
@@ -660,6 +660,13 @@ module Google
660
660
  # @return [String]
661
661
  attr_accessor :updation_time
662
662
 
663
+ # Message type for storing user labels. User labels are used to tag App Engine
664
+ # resources, allowing users to search for resources matching a set of labels and
665
+ # to aggregate usage data by labels.
666
+ # Corresponds to the JSON property `userLabelSet`
667
+ # @return [Google::Apis::RedisV1beta1::UserLabels]
668
+ attr_accessor :user_label_set
669
+
663
670
  # User-provided labels, represented as a dictionary where each label is a single
664
671
  # key value pair.
665
672
  # Corresponds to the JSON property `userLabels`
@@ -688,6 +695,7 @@ module Google
688
695
  @resource_container = args[:resource_container] if args.key?(:resource_container)
689
696
  @resource_name = args[:resource_name] if args.key?(:resource_name)
690
697
  @updation_time = args[:updation_time] if args.key?(:updation_time)
698
+ @user_label_set = args[:user_label_set] if args.key?(:user_label_set)
691
699
  @user_labels = args[:user_labels] if args.key?(:user_labels)
692
700
  end
693
701
  end
@@ -2262,6 +2270,27 @@ module Google
2262
2270
  end
2263
2271
  end
2264
2272
 
2273
+ # Message type for storing user labels. User labels are used to tag App Engine
2274
+ # resources, allowing users to search for resources matching a set of labels and
2275
+ # to aggregate usage data by labels.
2276
+ class UserLabels
2277
+ include Google::Apis::Core::Hashable
2278
+
2279
+ #
2280
+ # Corresponds to the JSON property `labels`
2281
+ # @return [Hash<String,String>]
2282
+ attr_accessor :labels
2283
+
2284
+ def initialize(**args)
2285
+ update!(**args)
2286
+ end
2287
+
2288
+ # Update properties of this object
2289
+ def update!(**args)
2290
+ @labels = args[:labels] if args.key?(:labels)
2291
+ end
2292
+ end
2293
+
2265
2294
  # Time window in which disruptive maintenance updates occur. Non-disruptive
2266
2295
  # updates can occur inside or outside this window.
2267
2296
  class WeeklyMaintenanceWindow
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RedisV1beta1
18
18
  # Version of the google-apis-redis_v1beta1 gem
19
- GEM_VERSION = "0.44.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240226"
25
+ REVISION = "20240307"
26
26
  end
27
27
  end
28
28
  end
@@ -346,6 +346,12 @@ module Google
346
346
  include Google::Apis::Core::JsonObjectSupport
347
347
  end
348
348
 
349
+ class UserLabels
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
349
355
  class WeeklyMaintenanceWindow
350
356
  class Representation < Google::Apis::Core::JsonRepresentation; end
351
357
 
@@ -525,6 +531,8 @@ module Google
525
531
  property :resource_container, as: 'resourceContainer'
526
532
  property :resource_name, as: 'resourceName'
527
533
  property :updation_time, as: 'updationTime'
534
+ property :user_label_set, as: 'userLabelSet', class: Google::Apis::RedisV1beta1::UserLabels, decorator: Google::Apis::RedisV1beta1::UserLabels::Representation
535
+
528
536
  hash :user_labels, as: 'userLabels'
529
537
  end
530
538
  end
@@ -937,6 +945,13 @@ module Google
937
945
  end
938
946
  end
939
947
 
948
+ class UserLabels
949
+ # @private
950
+ class Representation < Google::Apis::Core::JsonRepresentation
951
+ hash :labels, as: 'labels'
952
+ end
953
+ end
954
+
940
955
  class WeeklyMaintenanceWindow
941
956
  # @private
942
957
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-redis_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.45.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-03 00:00:00.000000000 Z
11
+ date: 2024-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -59,7 +59,7 @@ licenses:
59
59
  metadata:
60
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.44.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.45.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1
64
64
  post_install_message:
65
65
  rdoc_options: []