google-cloud-spanner-admin-instance-v1 2.2.0 → 2.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/spanner/admin/instance/v1/instance_admin/operations.rb +12 -1
- data/lib/google/cloud/spanner/admin/instance/v1/instance_admin/rest/operations.rb +12 -1
- data/lib/google/cloud/spanner/admin/instance/v1/version.rb +1 -1
- data/proto_docs/google/longrunning/operations.rb +18 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 56ca41c93e406f2c45f90994863f3274e769411dd8990a6da575f26ab152122b
|
4
|
+
data.tar.gz: 11f51f9f7292033950d43afc43dddba760c7d7c523f12acf97864b72166c3eae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c80dfd61cf65192b7bb48d1388c3de5e1290933eeaee884e2bb9404a7d715e2459f5427b0160a47e865b87f03ca528e8d0d4bb71433393dfb41a1ad4d2fc6d9
|
7
|
+
data.tar.gz: 967c693f96aa1a2cd3c2fb16080d514665d1aa89bdb51e6ab9972543398dd3ef5c329eec3e787410ef1e7eed601187e438a29c23c6a5b27a1a9082159210bc5b
|
@@ -136,7 +136,7 @@ module Google
|
|
136
136
|
# @param options [::Gapic::CallOptions, ::Hash]
|
137
137
|
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
|
138
138
|
#
|
139
|
-
# @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil)
|
139
|
+
# @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil)
|
140
140
|
# Pass arguments to `list_operations` via keyword arguments. Note that at
|
141
141
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
142
142
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -149,6 +149,17 @@ module Google
|
|
149
149
|
# The standard list page size.
|
150
150
|
# @param page_token [::String]
|
151
151
|
# The standard list page token.
|
152
|
+
# @param return_partial_success [::Boolean]
|
153
|
+
# When set to `true`, operations that are reachable are returned as normal,
|
154
|
+
# and those that are unreachable are returned in the
|
155
|
+
# [ListOperationsResponse.unreachable] field.
|
156
|
+
#
|
157
|
+
# This can only be `true` when reading across collections e.g. when `parent`
|
158
|
+
# is set to `"projects/example/locations/-"`.
|
159
|
+
#
|
160
|
+
# This field is not by default supported and will result in an
|
161
|
+
# `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
|
162
|
+
# service or product specific documentation.
|
152
163
|
#
|
153
164
|
# @yield [response, operation] Access the result along with the RPC operation
|
154
165
|
# @yieldparam response [::Gapic::PagedEnumerable<::Gapic::Operation>]
|
@@ -127,7 +127,7 @@ module Google
|
|
127
127
|
# @param options [::Gapic::CallOptions, ::Hash]
|
128
128
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
129
129
|
#
|
130
|
-
# @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil)
|
130
|
+
# @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil)
|
131
131
|
# Pass arguments to `list_operations` via keyword arguments. Note that at
|
132
132
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
133
133
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -140,6 +140,17 @@ module Google
|
|
140
140
|
# The standard list page size.
|
141
141
|
# @param page_token [::String]
|
142
142
|
# The standard list page token.
|
143
|
+
# @param return_partial_success [::Boolean]
|
144
|
+
# When set to `true`, operations that are reachable are returned as normal,
|
145
|
+
# and those that are unreachable are returned in the
|
146
|
+
# [ListOperationsResponse.unreachable] field.
|
147
|
+
#
|
148
|
+
# This can only be `true` when reading across collections e.g. when `parent`
|
149
|
+
# is set to `"projects/example/locations/-"`.
|
150
|
+
#
|
151
|
+
# This field is not by default supported and will result in an
|
152
|
+
# `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
|
153
|
+
# service or product specific documentation.
|
143
154
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
144
155
|
# @yieldparam result [::Gapic::Operation]
|
145
156
|
# @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
|