google-cloud-spanner-admin-database-v1 1.9.0 → 1.11.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5f0c9a0adb49ec2360da52bb41a78bb24ff4090894a28a431e61c81cf559fea
4
- data.tar.gz: 0fc5dbe961bfa588e97638e538caf148c824cfc01421c06fd834af6f29dff0f2
3
+ metadata.gz: c2ca0e7a75dff21bc01371a9f882635d5f2826b5ecbe4355882a6e710d0d1003
4
+ data.tar.gz: 29aa251fe03d65f4c95d140e02a460aa0272d9c53716ab1223cb21e524c8222c
5
5
  SHA512:
6
- metadata.gz: b5a829e3c1922af4c49535bb6c9c05849c0cfaa3132fc4bd68a8462f10fcfa113e3f0118ca7a322eb2a3c594f7247f9708fd707a316ea91d51206ff969a2b735
7
- data.tar.gz: 9371303368962e49d423adb9ea492e89d4097b0ae94f313665ff9c799e7041fc61a7fa0d1025957d56edcb73ff7f9e496bb0ff6b48dac8a70d8c370abb7865f8
6
+ metadata.gz: eefd08d97ba06ce1456995a6458001508dbad8d5c7c8924dd517bd7714f5c623c64615a1cdb029e71ede7b6dd2835f929ff7eb28684ef1a78d2a70ce5b036f74
7
+ data.tar.gz: bd5692eb9d6c5e2ebb9531ee0c739b8fc2ab5e29e7334dcc29448f535f2e499a42baf3f0f6f1176c677f794c2adfa456d3724b54a9cd774e1ec6e5991af56fee
@@ -1099,9 +1099,9 @@ module Google
1099
1099
  # Replaces any existing policy.
1100
1100
  #
1101
1101
  # Authorization requires `spanner.databases.setIamPolicy`
1102
- # permission on {::Google::Iam::V1::SetIamPolicyRequest#resource resource}.
1102
+ # permission on [resource][google.iam.v1.SetIamPolicyRequest.resource].
1103
1103
  # For backups, authorization requires `spanner.backups.setIamPolicy`
1104
- # permission on {::Google::Iam::V1::SetIamPolicyRequest#resource resource}.
1104
+ # permission on [resource][google.iam.v1.SetIamPolicyRequest.resource].
1105
1105
  #
1106
1106
  # @overload set_iam_policy(request, options = nil)
1107
1107
  # Pass arguments to `set_iam_policy` via a request object, either of type
@@ -1203,9 +1203,9 @@ module Google
1203
1203
  # policy set.
1204
1204
  #
1205
1205
  # Authorization requires `spanner.databases.getIamPolicy` permission on
1206
- # {::Google::Iam::V1::GetIamPolicyRequest#resource resource}.
1206
+ # [resource][google.iam.v1.GetIamPolicyRequest.resource].
1207
1207
  # For backups, authorization requires `spanner.backups.getIamPolicy`
1208
- # permission on {::Google::Iam::V1::GetIamPolicyRequest#resource resource}.
1208
+ # permission on [resource][google.iam.v1.GetIamPolicyRequest.resource].
1209
1209
  #
1210
1210
  # @overload get_iam_policy(request, options = nil)
1211
1211
  # Pass arguments to `get_iam_policy` via a request object, either of type
@@ -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>]
@@ -1043,9 +1043,9 @@ module Google
1043
1043
  # Replaces any existing policy.
1044
1044
  #
1045
1045
  # Authorization requires `spanner.databases.setIamPolicy`
1046
- # permission on {::Google::Iam::V1::SetIamPolicyRequest#resource resource}.
1046
+ # permission on [resource][google.iam.v1.SetIamPolicyRequest.resource].
1047
1047
  # For backups, authorization requires `spanner.backups.setIamPolicy`
1048
- # permission on {::Google::Iam::V1::SetIamPolicyRequest#resource resource}.
1048
+ # permission on [resource][google.iam.v1.SetIamPolicyRequest.resource].
1049
1049
  #
1050
1050
  # @overload set_iam_policy(request, options = nil)
1051
1051
  # Pass arguments to `set_iam_policy` via a request object, either of type
@@ -1140,9 +1140,9 @@ module Google
1140
1140
  # policy set.
1141
1141
  #
1142
1142
  # Authorization requires `spanner.databases.getIamPolicy` permission on
1143
- # {::Google::Iam::V1::GetIamPolicyRequest#resource resource}.
1143
+ # [resource][google.iam.v1.GetIamPolicyRequest.resource].
1144
1144
  # For backups, authorization requires `spanner.backups.getIamPolicy`
1145
- # permission on {::Google::Iam::V1::GetIamPolicyRequest#resource resource}.
1145
+ # permission on [resource][google.iam.v1.GetIamPolicyRequest.resource].
1146
1146
  #
1147
1147
  # @overload get_iam_policy(request, options = nil)
1148
1148
  # Pass arguments to `get_iam_policy` via a request object, either of type
@@ -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]
@@ -23,7 +23,7 @@ module Google
23
23
  module Admin
24
24
  module Database
25
25
  module V1
26
- VERSION = "1.9.0"
26
+ VERSION = "1.11.0"
27
27
  end
28
28
  end
29
29
  end
@@ -313,7 +313,7 @@ module Google
313
313
  # Specifies the identities that do not cause logging for this type of
314
314
  # permission.
315
315
  # Follows the same format of
316
- # {::Google::Iam::V1::Binding#members Binding.members}.
316
+ # [Binding.members][google.iam.v1.Binding.members].
317
317
  class AuditLogConfig
318
318
  include ::Google::Protobuf::MessageExts
319
319
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -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-spanner-admin-database-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.11.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.0'
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.0'
25
+ version: '1.2'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement