google-cloud-bigtable-admin-v2 1.13.0 → 1.15.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/bigtable/admin/v2/bigtable_instance_admin/operations.rb +12 -1
- data/lib/google/cloud/bigtable/admin/v2/bigtable_table_admin/operations.rb +12 -1
- data/lib/google/cloud/bigtable/admin/v2/version.rb +1 -1
- data/proto_docs/google/longrunning/operations.rb +18 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 41ff7b534e24050bea3142c02584f8b511d5894c582bc844faa7926efe3396c8
|
4
|
+
data.tar.gz: 477c2425541401f9ace528ac4a4442ba24d736873334d0df85ee09ae3ab8e791
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: add3a5611a4be1c0b2d637dbb735d0c92453deff8ff72f0619e4852120490830c76b6bb2442ad572dd0c801eeba14c2a396705da6b37b5e22c8ef826e1022f8e
|
7
|
+
data.tar.gz: 73d95caf95d20351e5e5b57f9c3cbb34d2691fd574efad919c45b0290ec0a8bf61719cdfa86e735c260297e7f194781e034104e5790a243ee43d9f658e15dd8f
|
@@ -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>]
|
@@ -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>]
|
@@ -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-bigtable-admin-v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.15.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
|