google-cloud-redis-cluster-v1beta1 0.3.0 → 0.4.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: 3e9cf2a62c359bd9d20e41e2764fbfdc7ff978554fd5737807db4bdbeafc1169
4
- data.tar.gz: 1b50499ae78a369bb7c9620f8d41713ddd6f85f0f5bdfd1dd15e7697f11cfa46
3
+ metadata.gz: aca5b936711deaaf1fd377a8dbf67e6c9c49943b825dc12d5afe87fbc37fb4c7
4
+ data.tar.gz: c1ff442f973cfc9413830cfabb008168b76731885a5052afff692d58a34443f6
5
5
  SHA512:
6
- metadata.gz: 3d90653ec2fcb27a31970463c29a8f1e35840efb975ff1ef0b9b656335693330e62dbfb0b3bf0ffb83b1e838aa1a0538f8a7c25414358b2d415fb951f1fc8c62
7
- data.tar.gz: 49d47f0119b66c980e8fcbaf72830fec38d03e104c236cf1016b68fb8c9ed83f2f36a7cf829adeaaf937be58b7a5d723f966096f6a60935c0104e3e82d04c7cf
6
+ metadata.gz: 5d589a997251ad3477ad41b6c14e275c75b0e7440ff545100161b984cefcf9bc0037aad19d6aa88f641812e498720b3c805ef19e9da0b891804b542098efcbe0
7
+ data.tar.gz: ba23d3e7a55fc9dec452283e03be323c4c7f2fe587abe1c801609b11bdeec0d473d63bbd042f0a101f4109a91717d694a5b07a131b114f7df5cefd32edba14b1
@@ -292,10 +292,10 @@ module Google
292
292
  # The `next_page_token` value returned from a previous
293
293
  # [ListClusters][CloudRedis.ListClusters] request, if any.
294
294
  # @yield [result, operation] Access the result along with the TransportOperation object
295
- # @yieldparam result [::Google::Cloud::Redis::Cluster::V1beta1::ListClustersResponse]
295
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Redis::Cluster::V1beta1::Cluster>]
296
296
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
297
297
  #
298
- # @return [::Google::Cloud::Redis::Cluster::V1beta1::ListClustersResponse]
298
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Redis::Cluster::V1beta1::Cluster>]
299
299
  #
300
300
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
301
301
  #
@@ -347,7 +347,9 @@ module Google
347
347
  retry_policy: @config.retry_policy
348
348
 
349
349
  @cloud_redis_cluster_stub.list_clusters request, options do |result, operation|
350
+ result = ::Gapic::Rest::PagedEnumerable.new @cloud_redis_cluster_stub, :list_clusters, "clusters", request, result, options
350
351
  yield result, operation if block_given?
352
+ throw :response, result
351
353
  end
352
354
  rescue ::Gapic::Rest::Error => e
353
355
  raise ::Google::Cloud::Error.from_error(e)
@@ -950,10 +952,10 @@ module Google
950
952
  # Optional. The `next_page_token` value returned from a previous
951
953
  # [ListBackupCollections] request, if any.
952
954
  # @yield [result, operation] Access the result along with the TransportOperation object
953
- # @yieldparam result [::Google::Cloud::Redis::Cluster::V1beta1::ListBackupCollectionsResponse]
955
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Redis::Cluster::V1beta1::BackupCollection>]
954
956
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
955
957
  #
956
- # @return [::Google::Cloud::Redis::Cluster::V1beta1::ListBackupCollectionsResponse]
958
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Redis::Cluster::V1beta1::BackupCollection>]
957
959
  #
958
960
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
959
961
  #
@@ -1005,7 +1007,9 @@ module Google
1005
1007
  retry_policy: @config.retry_policy
1006
1008
 
1007
1009
  @cloud_redis_cluster_stub.list_backup_collections request, options do |result, operation|
1010
+ result = ::Gapic::Rest::PagedEnumerable.new @cloud_redis_cluster_stub, :list_backup_collections, "backup_collections", request, result, options
1008
1011
  yield result, operation if block_given?
1012
+ throw :response, result
1009
1013
  end
1010
1014
  rescue ::Gapic::Rest::Error => e
1011
1015
  raise ::Google::Cloud::Error.from_error(e)
@@ -1124,10 +1128,10 @@ module Google
1124
1128
  # Optional. The `next_page_token` value returned from a previous
1125
1129
  # [ListBackupCollections] request, if any.
1126
1130
  # @yield [result, operation] Access the result along with the TransportOperation object
1127
- # @yieldparam result [::Google::Cloud::Redis::Cluster::V1beta1::ListBackupsResponse]
1131
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Redis::Cluster::V1beta1::Backup>]
1128
1132
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
1129
1133
  #
1130
- # @return [::Google::Cloud::Redis::Cluster::V1beta1::ListBackupsResponse]
1134
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Redis::Cluster::V1beta1::Backup>]
1131
1135
  #
1132
1136
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
1133
1137
  #
@@ -1179,7 +1183,9 @@ module Google
1179
1183
  retry_policy: @config.retry_policy
1180
1184
 
1181
1185
  @cloud_redis_cluster_stub.list_backups request, options do |result, operation|
1186
+ result = ::Gapic::Rest::PagedEnumerable.new @cloud_redis_cluster_stub, :list_backups, "backups", request, result, options
1182
1187
  yield result, operation if block_given?
1188
+ throw :response, result
1183
1189
  end
1184
1190
  rescue ::Gapic::Rest::Error => e
1185
1191
  raise ::Google::Cloud::Error.from_error(e)
@@ -22,7 +22,7 @@ module Google
22
22
  module Redis
23
23
  module Cluster
24
24
  module V1beta1
25
- VERSION = "0.3.0"
25
+ VERSION = "0.4.0"
26
26
  end
27
27
  end
28
28
  end
@@ -409,6 +409,14 @@ module Google
409
409
  # @return [::Array<::String>]
410
410
  # An allowlist of the fully qualified names of RPCs that should be included
411
411
  # on public client surfaces.
412
+ # @!attribute [rw] generate_omitted_as_internal
413
+ # @return [::Boolean]
414
+ # Setting this to true indicates to the client generators that methods
415
+ # that would be excluded from the generation should instead be generated
416
+ # in a way that indicates these methods should not be consumed by
417
+ # end users. How this is expressed is up to individual language
418
+ # implementations to decide. Some examples may be: added annotations,
419
+ # obfuscated identifiers, or other language idiomatic patterns.
412
420
  class SelectiveGapicGeneration
413
421
  include ::Google::Protobuf::MessageExts
414
422
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-redis-cluster-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 2025-02-07 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  - !ruby/object:Gem::Version
127
127
  version: '0'
128
128
  requirements: []
129
- rubygems_version: 3.6.2
129
+ rubygems_version: 3.6.3
130
130
  specification_version: 4
131
131
  summary: Creates and manages Redis instances on the Google Cloud Platform.
132
132
  test_files: []