google-iam-v3beta 0.2.0 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: baacd0bdddf6c6784f164241adf64ff9418f889fbb00a9bbb8386e6a81cdac57
4
- data.tar.gz: 0fdadd01c32b9b15ef84a0ecda02927776094970538abd824f4b9ebd83315bf7
3
+ metadata.gz: ac094d06a7d5d7c3fc521c3769b608d6c742f5ae8cbf4a8e2e084e20abcaa203
4
+ data.tar.gz: 441f9a5cb49372b1d4258fe574ec273d5f56118b9f135adec287ac43f9cd22f8
5
5
  SHA512:
6
- metadata.gz: 63d2bd26dad3bca3e5b8ad54db9b0ed5b23ea06022312661648ca85ffbf1632e0fae914985f8a090c608048405f6ee1eaa21912d42df4a6bf54627d40feba11d
7
- data.tar.gz: 43fc078347ea4782020242697869b2ba61bafa1a156f8c9e78647b93e3c4910e7538db51e4a3dd79e3ba13f3cfbeff8e15c9585e73bacc575ebdd4351997d67c
6
+ metadata.gz: ee2ee937a2777e821b9586cbb2b20e73d655d9e0f0fc2ed1232f38d4b011e1792f30fd5782bd965f9c29f13123a7a23d41e966ba4faf73c427354d9fee5f7a97
7
+ data.tar.gz: ef249e760972cad5aae204b95e0f22407ce05b28e7cb1696d39c1262e7e2421b72b358f5d5ec7e18bd30f3eb2df11ff44b962b7c69b6f368661052734988ee96
@@ -133,7 +133,7 @@ module Google
133
133
  # @param options [::Gapic::CallOptions, ::Hash]
134
134
  # Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
135
135
  #
136
- # @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil)
136
+ # @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil)
137
137
  # Pass arguments to `list_operations` via keyword arguments. Note that at
138
138
  # least one keyword argument is required. To specify no parameters, or to keep all
139
139
  # the default parameter values, pass an empty Hash as a request object (see above).
@@ -146,6 +146,17 @@ module Google
146
146
  # The standard list page size.
147
147
  # @param page_token [::String]
148
148
  # The standard list page token.
149
+ # @param return_partial_success [::Boolean]
150
+ # When set to `true`, operations that are reachable are returned as normal,
151
+ # and those that are unreachable are returned in the
152
+ # [ListOperationsResponse.unreachable] field.
153
+ #
154
+ # This can only be `true` when reading across collections e.g. when `parent`
155
+ # is set to `"projects/example/locations/-"`.
156
+ #
157
+ # This field is not by default supported and will result in an
158
+ # `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
159
+ # service or product specific documentation.
149
160
  #
150
161
  # @yield [response, operation] Access the result along with the RPC operation
151
162
  # @yieldparam response [::Gapic::PagedEnumerable<::Gapic::Operation>]
@@ -124,7 +124,7 @@ module Google
124
124
  # @param options [::Gapic::CallOptions, ::Hash]
125
125
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
126
126
  #
127
- # @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil)
127
+ # @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil)
128
128
  # Pass arguments to `list_operations` via keyword arguments. Note that at
129
129
  # least one keyword argument is required. To specify no parameters, or to keep all
130
130
  # the default parameter values, pass an empty Hash as a request object (see above).
@@ -137,6 +137,17 @@ module Google
137
137
  # The standard list page size.
138
138
  # @param page_token [::String]
139
139
  # The standard list page token.
140
+ # @param return_partial_success [::Boolean]
141
+ # When set to `true`, operations that are reachable are returned as normal,
142
+ # and those that are unreachable are returned in the
143
+ # [ListOperationsResponse.unreachable] field.
144
+ #
145
+ # This can only be `true` when reading across collections e.g. when `parent`
146
+ # is set to `"projects/example/locations/-"`.
147
+ #
148
+ # This field is not by default supported and will result in an
149
+ # `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
150
+ # service or product specific documentation.
140
151
  # @yield [result, operation] Access the result along with the TransportOperation object
141
152
  # @yieldparam result [::Gapic::Operation]
142
153
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -133,7 +133,7 @@ module Google
133
133
  # @param options [::Gapic::CallOptions, ::Hash]
134
134
  # Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
135
135
  #
136
- # @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil)
136
+ # @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil)
137
137
  # Pass arguments to `list_operations` via keyword arguments. Note that at
138
138
  # least one keyword argument is required. To specify no parameters, or to keep all
139
139
  # the default parameter values, pass an empty Hash as a request object (see above).
@@ -146,6 +146,17 @@ module Google
146
146
  # The standard list page size.
147
147
  # @param page_token [::String]
148
148
  # The standard list page token.
149
+ # @param return_partial_success [::Boolean]
150
+ # When set to `true`, operations that are reachable are returned as normal,
151
+ # and those that are unreachable are returned in the
152
+ # [ListOperationsResponse.unreachable] field.
153
+ #
154
+ # This can only be `true` when reading across collections e.g. when `parent`
155
+ # is set to `"projects/example/locations/-"`.
156
+ #
157
+ # This field is not by default supported and will result in an
158
+ # `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
159
+ # service or product specific documentation.
149
160
  #
150
161
  # @yield [response, operation] Access the result along with the RPC operation
151
162
  # @yieldparam response [::Gapic::PagedEnumerable<::Gapic::Operation>]
@@ -124,7 +124,7 @@ module Google
124
124
  # @param options [::Gapic::CallOptions, ::Hash]
125
125
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
126
126
  #
127
- # @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil)
127
+ # @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil)
128
128
  # Pass arguments to `list_operations` via keyword arguments. Note that at
129
129
  # least one keyword argument is required. To specify no parameters, or to keep all
130
130
  # the default parameter values, pass an empty Hash as a request object (see above).
@@ -137,6 +137,17 @@ module Google
137
137
  # The standard list page size.
138
138
  # @param page_token [::String]
139
139
  # The standard list page token.
140
+ # @param return_partial_success [::Boolean]
141
+ # When set to `true`, operations that are reachable are returned as normal,
142
+ # and those that are unreachable are returned in the
143
+ # [ListOperationsResponse.unreachable] field.
144
+ #
145
+ # This can only be `true` when reading across collections e.g. when `parent`
146
+ # is set to `"projects/example/locations/-"`.
147
+ #
148
+ # This field is not by default supported and will result in an
149
+ # `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
150
+ # service or product specific documentation.
140
151
  # @yield [result, operation] Access the result along with the TransportOperation object
141
152
  # @yieldparam result [::Gapic::Operation]
142
153
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Iam
22
22
  module V3beta
23
- VERSION = "0.2.0"
23
+ VERSION = "0.3.0"
24
24
  end
25
25
  end
26
26
  end
@@ -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-iam-v3beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC