google-cloud-redis-cluster-v1 1.1.0 → 1.3.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 +4 -4
- data/lib/google/cloud/redis/cluster/v1/bindings_override.rb +2 -29
- data/lib/google/cloud/redis/cluster/v1/cloud_redis_cluster/operations.rb +12 -1
- data/lib/google/cloud/redis/cluster/v1/cloud_redis_cluster/rest/operations.rb +12 -1
- data/lib/google/cloud/redis/cluster/v1/version.rb +1 -1
- data/proto_docs/google/longrunning/operations.rb +18 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58a6ff0346fce360e113aec850ee656d30620caf1588f63f2a6eed2007a17284
|
4
|
+
data.tar.gz: 27f69b92252b45e143092e0d3443739bcd52106a0772221031f0e48366e54167
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04d4686c78fc9e375da3b5f17ec67754d69c49d5b00cce22880e706c5283ccb4a9d0a7cc94fc55ffd4c5e4637e0d0531006183b9cce9722dfda398cac9ec6caf
|
7
|
+
data.tar.gz: 3859d5c8af39e14c90a750f7a6ed12f5151f7a8f03e0eeab3bb69b7ffb635f4a2ba99f3160c10d76bdcd99465c8f0444293cd62a0400b3dea85a1642cb149daf
|
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
18
|
|
19
|
-
require "gapic/
|
19
|
+
require "gapic/rest"
|
20
20
|
|
21
21
|
module Google
|
22
22
|
module Cloud
|
@@ -43,7 +43,7 @@ module Google
|
|
43
43
|
namespace.pop
|
44
44
|
end
|
45
45
|
|
46
|
-
default_config =
|
46
|
+
default_config = ::Gapic::Rest::HttpBindingOverrideConfiguration.new parent_config
|
47
47
|
default_config.bindings_override["google.cloud.location.Locations.GetLocation"] = [
|
48
48
|
Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
|
49
49
|
uri_method: :get,
|
@@ -70,33 +70,6 @@ module Google
|
|
70
70
|
yield @configure if block_given?
|
71
71
|
@configure
|
72
72
|
end
|
73
|
-
|
74
|
-
##
|
75
|
-
# @private
|
76
|
-
# Configuration class for the google.cloud.redis.cluster.v1 package.
|
77
|
-
#
|
78
|
-
# This class contains common configuration for all services
|
79
|
-
# of the google.cloud.redis.cluster.v1 package.
|
80
|
-
#
|
81
|
-
# This configuration is for internal use of the client library classes,
|
82
|
-
# and it is not intended that the end-users will read or change it.
|
83
|
-
#
|
84
|
-
class Configuration
|
85
|
-
extend ::Gapic::Config
|
86
|
-
|
87
|
-
# @private
|
88
|
-
# Overrides for http bindings for the RPC of the mixins for this package.
|
89
|
-
# Services in this package should use these when creating clients for the mixin services.
|
90
|
-
# @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
|
91
|
-
config_attr :bindings_override, {}, ::Hash, nil
|
92
|
-
|
93
|
-
# @private
|
94
|
-
def initialize parent_config = nil
|
95
|
-
@parent_config = parent_config unless parent_config.nil?
|
96
|
-
|
97
|
-
yield self if block_given?
|
98
|
-
end
|
99
|
-
end
|
100
73
|
end
|
101
74
|
end
|
102
75
|
end
|
@@ -135,7 +135,7 @@ module Google
|
|
135
135
|
# @param options [::Gapic::CallOptions, ::Hash]
|
136
136
|
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
|
137
137
|
#
|
138
|
-
# @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil)
|
138
|
+
# @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil)
|
139
139
|
# Pass arguments to `list_operations` via keyword arguments. Note that at
|
140
140
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
141
141
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -148,6 +148,17 @@ module Google
|
|
148
148
|
# The standard list page size.
|
149
149
|
# @param page_token [::String]
|
150
150
|
# The standard list page token.
|
151
|
+
# @param return_partial_success [::Boolean]
|
152
|
+
# When set to `true`, operations that are reachable are returned as normal,
|
153
|
+
# and those that are unreachable are returned in the
|
154
|
+
# [ListOperationsResponse.unreachable] field.
|
155
|
+
#
|
156
|
+
# This can only be `true` when reading across collections e.g. when `parent`
|
157
|
+
# is set to `"projects/example/locations/-"`.
|
158
|
+
#
|
159
|
+
# This field is not by default supported and will result in an
|
160
|
+
# `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
|
161
|
+
# service or product specific documentation.
|
151
162
|
#
|
152
163
|
# @yield [response, operation] Access the result along with the RPC operation
|
153
164
|
# @yieldparam response [::Gapic::PagedEnumerable<::Gapic::Operation>]
|
@@ -126,7 +126,7 @@ module Google
|
|
126
126
|
# @param options [::Gapic::CallOptions, ::Hash]
|
127
127
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
128
128
|
#
|
129
|
-
# @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil)
|
129
|
+
# @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil)
|
130
130
|
# Pass arguments to `list_operations` via keyword arguments. Note that at
|
131
131
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
132
132
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -139,6 +139,17 @@ module Google
|
|
139
139
|
# The standard list page size.
|
140
140
|
# @param page_token [::String]
|
141
141
|
# The standard list page token.
|
142
|
+
# @param return_partial_success [::Boolean]
|
143
|
+
# When set to `true`, operations that are reachable are returned as normal,
|
144
|
+
# and those that are unreachable are returned in the
|
145
|
+
# [ListOperationsResponse.unreachable] field.
|
146
|
+
#
|
147
|
+
# This can only be `true` when reading across collections e.g. when `parent`
|
148
|
+
# is set to `"projects/example/locations/-"`.
|
149
|
+
#
|
150
|
+
# This field is not by default supported and will result in an
|
151
|
+
# `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
|
152
|
+
# service or product specific documentation.
|
142
153
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
143
154
|
# @yieldparam result [::Gapic::Operation]
|
144
155
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -83,6 +83,18 @@ module Google
|
|
83
83
|
# @!attribute [rw] page_token
|
84
84
|
# @return [::String]
|
85
85
|
# The standard list page token.
|
86
|
+
# @!attribute [rw] return_partial_success
|
87
|
+
# @return [::Boolean]
|
88
|
+
# When set to `true`, operations that are reachable are returned as normal,
|
89
|
+
# and those that are unreachable are returned in the
|
90
|
+
# [ListOperationsResponse.unreachable] field.
|
91
|
+
#
|
92
|
+
# This can only be `true` when reading across collections e.g. when `parent`
|
93
|
+
# is set to `"projects/example/locations/-"`.
|
94
|
+
#
|
95
|
+
# This field is not by default supported and will result in an
|
96
|
+
# `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
|
97
|
+
# service or product specific documentation.
|
86
98
|
class ListOperationsRequest
|
87
99
|
include ::Google::Protobuf::MessageExts
|
88
100
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -96,6 +108,12 @@ module Google
|
|
96
108
|
# @!attribute [rw] next_page_token
|
97
109
|
# @return [::String]
|
98
110
|
# The standard List next-page token.
|
111
|
+
# @!attribute [rw] unreachable
|
112
|
+
# @return [::Array<::String>]
|
113
|
+
# Unordered list. Unreachable resources. Populated when the request sets
|
114
|
+
# `ListOperationsRequest.return_partial_success` and reads across
|
115
|
+
# collections e.g. when attempting to list all resources across all supported
|
116
|
+
# locations.
|
99
117
|
class ListOperationsResponse
|
100
118
|
include ::Google::Protobuf::MessageExts
|
101
119
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-redis-cluster-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -15,14 +15,14 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - "~>"
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: '1.
|
18
|
+
version: '1.2'
|
19
19
|
type: :runtime
|
20
20
|
prerelease: false
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
22
22
|
requirements:
|
23
23
|
- - "~>"
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: '1.
|
25
|
+
version: '1.2'
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: google-cloud-errors
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
114
114
|
- !ruby/object:Gem::Version
|
115
115
|
version: '0'
|
116
116
|
requirements: []
|
117
|
-
rubygems_version: 3.6.
|
117
|
+
rubygems_version: 3.6.9
|
118
118
|
specification_version: 4
|
119
119
|
summary: Creates and manages Redis instances on the Google Cloud Platform.
|
120
120
|
test_files: []
|