google-iam-v2 0.9.0 → 0.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad2d2f2d55c0887d1250320d42dcb1e5b5b2759ab09019cdce8e71013d276b8a
|
4
|
+
data.tar.gz: 170c2bc7bc8e4992b638e686e88b2c2f2457bf129e953f1f8ef549a7de1ec624
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af9ba35b98e5acaf0b182e7e918df77e2b6c5d0373763d0a2512303bd7ff3d21328b68dbae0c750686100a53514194482139cf91f51b8e8000dd3eb19eb5775b
|
7
|
+
data.tar.gz: 4c82d16e231fb97dd3d2aed85028d2851dd67d76cc9275866927cdabb1a300d436878e17df67e996a003920fc1c27679104e767bca72a4bf9ad5e611dd4e1f03
|
@@ -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]
|
@@ -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-v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.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.
|
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
|
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
97
|
- !ruby/object:Gem::Version
|
98
98
|
version: '0'
|
99
99
|
requirements: []
|
100
|
-
rubygems_version: 3.6.
|
100
|
+
rubygems_version: 3.6.9
|
101
101
|
specification_version: 4
|
102
102
|
summary: Manages identity and access control for Google Cloud Platform resources,
|
103
103
|
including the creation of service accounts, which you can use to authenticate to
|