google-apis-redis_v1beta1 0.36.0 → 0.38.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: eb1ca41e90f9d92cbe6e5b25f3630b57213f791c83bfe3d590faac52a3aebc75
4
- data.tar.gz: cb3c96e5a12c915f737503fe4a549f622ceef3e4a420d2f5f32218dc728f5372
3
+ metadata.gz: e83faafd287d4d3d00c1d82c31c61d8aa0b2f7836bbb9a1f9bac9cea8b33539c
4
+ data.tar.gz: df10eec96ca1f305915ef633807f6d0b9be6c7d1f62f00168b3a9a8ea97fd527
5
5
  SHA512:
6
- metadata.gz: da3985ecf458f3880b8ed1c9f568e77628aa858330f97042b2bb240b0f361ff9582d4080812225616e4b147541afb89953f60e888449cb859e1cb0e0eab905c1
7
- data.tar.gz: 6ce4fb2fd0c76700d876ab181602687f9e4829a2825383fb3ac7c6374c77eb9cd5de2aea9a4a252fbf75fa157744f1454320c32ed62dd94abd49a0a4b25c85b0
6
+ metadata.gz: db700f4b1587721b1d4a84c491f021e391e847b13268d2d37358e9e903a5a635a6664c7e8e84b6fc4da3399a53abf0dcea359549ef85ca4031f978d438229b58
7
+ data.tar.gz: 4d3d02e565027e9233f63f625e9d4a840b9587997859b0ffc19e0e02b9418e7188866afaf1a1a2ebbcd159182ee325eb54a4757e3cf4517db36df92304aba725
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.38.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231017
6
+
7
+ ### v0.37.0 (2023-09-17)
8
+
9
+ * Regenerated from discovery document revision 20230905
10
+
3
11
  ### v0.36.0 (2023-08-13)
4
12
 
5
13
  * Regenerated from discovery document revision 20230804
@@ -50,6 +50,13 @@ module Google
50
50
  # @return [Google::Apis::RedisV1beta1::ManagedCertificateAuthority]
51
51
  attr_accessor :managed_server_ca
52
52
 
53
+ # Identifier. Unique name of the resource in this scope including project,
54
+ # location and cluster using the form: `projects/`project`/locations/`location`/
55
+ # clusters/`cluster`/certificateAuthority`
56
+ # Corresponds to the JSON property `name`
57
+ # @return [String]
58
+ attr_accessor :name
59
+
53
60
  def initialize(**args)
54
61
  update!(**args)
55
62
  end
@@ -57,6 +64,7 @@ module Google
57
64
  # Update properties of this object
58
65
  def update!(**args)
59
66
  @managed_server_ca = args[:managed_server_ca] if args.key?(:managed_server_ca)
67
+ @name = args[:name] if args.key?(:name)
60
68
  end
61
69
  end
62
70
 
@@ -1217,9 +1225,9 @@ module Google
1217
1225
  class PscConfig
1218
1226
  include Google::Apis::Core::Hashable
1219
1227
 
1220
- # Required. The consumer network where the IP address of the discovery endpoint
1221
- # will be reserved, in the form of projects/`network_host_project`/global/
1222
- # networks/`network_id`.
1228
+ # Required. The network where the IP address of the discovery endpoint will be
1229
+ # reserved, in the form of projects/`network_project`/global/networks/`
1230
+ # network_id`.
1223
1231
  # Corresponds to the JSON property `network`
1224
1232
  # @return [String]
1225
1233
  attr_accessor :network
@@ -1256,7 +1264,7 @@ module Google
1256
1264
  # @return [String]
1257
1265
  attr_accessor :network
1258
1266
 
1259
- # The consumer project_id where the forwarding rule is created from.
1267
+ # Output only. The consumer project_id where the forwarding rule is created from.
1260
1268
  # Corresponds to the JSON property `projectId`
1261
1269
  # @return [String]
1262
1270
  attr_accessor :project_id
@@ -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.36.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230804"
25
+ REVISION = "20231017"
26
26
  end
27
27
  end
28
28
  end
@@ -274,6 +274,7 @@ module Google
274
274
  class Representation < Google::Apis::Core::JsonRepresentation
275
275
  property :managed_server_ca, as: 'managedServerCa', class: Google::Apis::RedisV1beta1::ManagedCertificateAuthority, decorator: Google::Apis::RedisV1beta1::ManagedCertificateAuthority::Representation
276
276
 
277
+ property :name, as: 'name'
277
278
  end
278
279
  end
279
280
 
@@ -122,13 +122,12 @@ module Google
122
122
  execute_or_queue_command(command, &block)
123
123
  end
124
124
 
125
- # Creates a Redis cluster based on the specified tier and memory size. The
126
- # creation is executed asynchronously and callers may check the returned
127
- # operation to track its progress. Once the operation is completed the Redis
128
- # cluster will be fully functional. The completed longrunning.Operation will
129
- # contain the new cluster object in the response field. The returned operation
130
- # is automatically deleted after a few hours, so there is no need to call
131
- # DeleteOperation.
125
+ # Creates a Redis cluster based on the specified properties. The creation is
126
+ # executed asynchronously and callers may check the returned operation to track
127
+ # its progress. Once the operation is completed the Redis cluster will be fully
128
+ # functional. The completed longrunning.Operation will contain the new cluster
129
+ # object in the response field. The returned operation is automatically deleted
130
+ # after a few hours, so there is no need to call DeleteOperation.
132
131
  # @param [String] parent
133
132
  # Required. The resource name of the cluster location using the form: `projects/`
134
133
  # project_id`/locations/`location_id`` where `location_id` refers to a GCP
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.36.0
4
+ version: 0.38.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: 2023-08-20 00:00:00.000000000 Z
11
+ date: 2023-10-22 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.36.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.38.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: []
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.4.2
79
+ rubygems_version: 3.4.19
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Simple REST client for Google Cloud Memorystore for Redis API V1beta1