google-cloud-redis-cluster-v1beta1 0.1.0 → 0.1.1

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: 818a1fdddbc8c45d863de2384c88af105bcb9872231c6cb98d60c3af60322b72
4
- data.tar.gz: 29ffe774b1f819e75f2d47255cf1436c8fd10a122f007f51615675552bedd8aa
3
+ metadata.gz: a0d489aaca52ac3621781f8763feba44d680b41a139fcc19b4d263de3503462a
4
+ data.tar.gz: df66eccbb388833a1ee4544d6f7cac8d41fea1e7dbd6a77872237b340228e982
5
5
  SHA512:
6
- metadata.gz: 42599d8a1fc28fc4ffb54f2268414c43ff85b28e6d9bf2ed6b78a266c56c62d07f63d320acf715752746985528d5f2f80acaada8579ac327bde9cb90e5a17db3
7
- data.tar.gz: db87555fed28422206faa7702ce2e4ba2d5b0dc1d767f3005bc85936c90f845e02464be8e334b26cba8af61ec49bd1b72de0bf5b899b7fd029cef135722ac209
6
+ metadata.gz: 8709ea27bee706039c4ede55563bf1a38f6acae09322c58173dc988570c376c452c4fb12ede60de87e6031a132c396acaaef171fb78c7b3411d0e82eb8f22ccf
7
+ data.tar.gz: 163ab3f34e1074d7463ba4cb635921c42937734bba14e7642daf8bc5f17bb64609c0e8c7923637a90ed907344df3c190b3f6cef132c9d33fcb2e744561be5e84
data/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  Creates and manages Redis instances on the Google Cloud Platform.
4
4
 
5
- Creates and manages Redis instances on the Google Cloud Platform.
6
5
 
7
6
  https://github.com/googleapis/google-cloud-ruby
8
7
 
@@ -22,7 +22,7 @@ module Google
22
22
  module Redis
23
23
  module Cluster
24
24
  module V1beta1
25
- VERSION = "0.1.0"
25
+ VERSION = "0.1.1"
26
26
  end
27
27
  end
28
28
  end
@@ -290,6 +290,13 @@ module Google
290
290
  # @return [::String]
291
291
  # The fully qualified name of the method, for which the options below apply.
292
292
  # This is used to find the method to apply the options.
293
+ #
294
+ # Example:
295
+ #
296
+ # publishing:
297
+ # method_settings:
298
+ # - selector: google.storage.control.v2.StorageControl.CreateFolder
299
+ # # method settings for CreateFolder...
293
300
  # @!attribute [rw] long_running
294
301
  # @return [::Google::Api::MethodSettings::LongRunning]
295
302
  # Describes settings to use for long-running operations when generating
@@ -298,17 +305,14 @@ module Google
298
305
  #
299
306
  # Example of a YAML configuration::
300
307
  #
301
- # publishing:
302
- # method_settings:
308
+ # publishing:
309
+ # method_settings:
303
310
  # - selector: google.cloud.speech.v2.Speech.BatchRecognize
304
311
  # long_running:
305
- # initial_poll_delay:
306
- # seconds: 60 # 1 minute
312
+ # initial_poll_delay: 60s # 1 minute
307
313
  # poll_delay_multiplier: 1.5
308
- # max_poll_delay:
309
- # seconds: 360 # 6 minutes
310
- # total_poll_timeout:
311
- # seconds: 54000 # 90 minutes
314
+ # max_poll_delay: 360s # 6 minutes
315
+ # total_poll_timeout: 54000s # 90 minutes
312
316
  # @!attribute [rw] auto_populated_fields
313
317
  # @return [::Array<::String>]
314
318
  # List of top-level fields of the request message, that should be
@@ -317,8 +321,8 @@ module Google
317
321
  #
318
322
  # Example of a YAML configuration:
319
323
  #
320
- # publishing:
321
- # method_settings:
324
+ # publishing:
325
+ # method_settings:
322
326
  # - selector: google.example.v1.ExampleService.CreateExample
323
327
  # auto_populated_fields:
324
328
  # - request_id
@@ -124,8 +124,13 @@ module Google
124
124
  # @return [::String]
125
125
  # The plural name used in the resource name and permission names, such as
126
126
  # 'projects' for the resource name of 'projects/\\{project}' and the permission
127
- # name of 'cloudresourcemanager.googleapis.com/projects.get'. It is the same
128
- # concept of the `plural` field in k8s CRD spec
127
+ # name of 'cloudresourcemanager.googleapis.com/projects.get'. One exception
128
+ # to this is for Nested Collections that have stuttering names, as defined
129
+ # in [AIP-122](https://google.aip.dev/122#nested-collections), where the
130
+ # collection ID in the resource name pattern does not necessarily directly
131
+ # match the `plural` value.
132
+ #
133
+ # It is the same concept of the `plural` field in k8s CRD spec
129
134
  # https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
130
135
  #
131
136
  # Note: The plural form is required even for singleton resources. See
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-redis-cluster-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
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-06-07 00:00:00.000000000 Z
11
+ date: 2024-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common