google-cloud-policy_troubleshooter-iam-v3 0.7.0 → 0.9.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: 3308bed3e185b63ebc2723888dc081b6e6bbc427b34cb2b7596275d330963852
4
- data.tar.gz: a25c51088e4813c51d51f9a70a77782fef982a64c8a9064bd5502f6e2c92ab87
3
+ metadata.gz: 6e176ef0fcefe73cd97b8678c44cc29ef0507151fc2ee9c8ee051eb7c26c4eaf
4
+ data.tar.gz: 398c04da1e6bb56d546e09c2957209e232913172ba78f41e563c54522eb1ca37
5
5
  SHA512:
6
- metadata.gz: 1fbfeb467dd9bf181603b7d6a704ee0e316f5755dc1e0f7ed7b41c1af24306c2f1bfd38a65b092d53368a305dcf4404d9d7623760dd1e7cf71bda958844aaa62
7
- data.tar.gz: 0016f56861dc5a106fd0f51a433ff5d2c85b749cf4c7b41855f8acbca88ee45bd7f8dfc8792d1b8ed7c592962ce25d038117d8e6302d126e3e4a2a2eb3766c78
6
+ metadata.gz: b9b37ad67779efee0844b6979eccff9616e05361ba05ba27ce11b8e377da8bc8080c5b9e101677e7474eea74a1596e6caf9ad3b25bf37b217f435bc27274a3ac
7
+ data.tar.gz: 946b6dc2bcd1675f248ca90ee00a2c4af9f3b9dc0922b5337c6f1682fe2a468556200ad83b8af52bca9af91d8418e50a8aeeef72d75b83a18ae925cc90d9ce4f
@@ -22,7 +22,7 @@ module Google
22
22
  module PolicyTroubleshooter
23
23
  module Iam
24
24
  module V3
25
- VERSION = "0.7.0"
25
+ VERSION = "0.9.0"
26
26
  end
27
27
  end
28
28
  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-policy_troubleshooter-iam-v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.9.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
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  - !ruby/object:Gem::Version
139
139
  version: '0'
140
140
  requirements: []
141
- rubygems_version: 3.6.8
141
+ rubygems_version: 3.6.9
142
142
  specification_version: 4
143
143
  summary: API Client library for the Policy Troubleshooter V3 API
144
144
  test_files: []