google-cloud-policy_troubleshooter 1.7.1 → 1.7.2

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: 718c4c3d38c66b6e3b0abcd2a58eb6f54dc8901b07f5484b37591f236b463909
4
- data.tar.gz: 5eec7f81b2bbdb84190eb5ac4df6a07bcc1324959fb45c85aefbc66335e3a666
3
+ metadata.gz: 886f4ff2decffae8c02a0aa87703bf1280188094842a9e13c3bd96a233428ea4
4
+ data.tar.gz: 1381a119d8a7983bbf4ce2ac4c64f81c9162197d7253fe8b4412cf1ae1c456fe
5
5
  SHA512:
6
- metadata.gz: d75c3a811b54a3f776c01630ef4e5c5ec6b3208adbaff4bd24dc246346e76914f628eb5c640ebb95d35115cbdcc1dd7b5ce8fe2681e2e7cab88053a60f57a551
7
- data.tar.gz: 6578d96850fab2d0551eee512cbca6620b6b2d55348251a11b3396b46f5579f055dcda393fc17e44780eaac941feda9f28f96e6024ba4c8db6d472fbc9880ae5
6
+ metadata.gz: 166749c5bd0e2403ad3c15f0636c15d739f696a63081ef7c7aac11fcdf04ef44e5b2cdcc36c21e31d1649b83711a0b1fce13a171f74085da44de7aa09e882d76
7
+ data.tar.gz: 41c58b3808ec8b62180e49b7854953c08cf5d180f03de5cb3a3958a77d0739ea2d76aac6fecbad811cccb00153e8ce8959969b382fa5db13b0493c4aadb7b9f3
data/README.md CHANGED
@@ -35,6 +35,14 @@ In order to use this library, you first need to go through the following steps:
35
35
  1. [Enable the API.](https://console.cloud.google.com/apis/library/policytroubleshooter.googleapis.com)
36
36
  1. {file:AUTHENTICATION.md Set up authentication.}
37
37
 
38
+ ```ruby
39
+ require "google/cloud/policy_troubleshooter"
40
+
41
+ client = Google::Cloud::PolicyTroubleshooter.iam_checker
42
+ request = ::Google::Cloud::PolicyTroubleshooter::V1::TroubleshootIamPolicyRequest.new # (request fields as keyword arguments...)
43
+ response = client.troubleshoot_iam_policy request
44
+ ```
45
+
38
46
  ## Debug Logging
39
47
 
40
48
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module PolicyTroubleshooter
23
- VERSION = "1.7.1"
23
+ VERSION = "1.7.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-policy_troubleshooter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
4
+ version: 1.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  - !ruby/object:Gem::Version
101
101
  version: '0'
102
102
  requirements: []
103
- rubygems_version: 3.6.8
103
+ rubygems_version: 3.6.9
104
104
  specification_version: 4
105
105
  summary: API Client library for the IAM Policy Troubleshooter API
106
106
  test_files: []