google-identity-access_context_manager 1.5.1 → 1.5.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: 4c616e4242f8e04f7280fdfe272fd07f4e9b8a6811e3b0c272b978004cf702b2
4
- data.tar.gz: 4944693b339e71158fe8dd47124af42845f07040f10ef425c737210c80ec3178
3
+ metadata.gz: 9e3d305a5276f4456c4ed5f58aacd0920b9d9f05ded3868834042b5287c75707
4
+ data.tar.gz: 864d9d30848068e7d2ab05fe0f8313914a086f50c9552e5013b5c2d4e05d6ea0
5
5
  SHA512:
6
- metadata.gz: 9122ec46e562a07615f8aacd17ff48c584c5936832a21ff2e967fa9a0dd6274cbcf0488dda6bd8b67a75c8db1b369df7baacca881a7c26d7d866f122f8b397f3
7
- data.tar.gz: 9a1fd526487363ffaafd3dc0330dc7278162a3d60fa8b88815b66be20be998766f8063aa63cee173df2df2110dd9a7f49be564f87f4d89bf94656d005a0aa86a
6
+ metadata.gz: 526fc96aad34a5ac4d0d16794127611684d49fc988b33b87c6a7bcf49f51c247151d8f95074d1e08d67a292ca03f391e0ca8db856522c8d9986d27f48208b233
7
+ data.tar.gz: e390874879eddbc14c0f3b86bb187bdb1e7f3cd52df74193b6ebe136559cc03c4de1a4b8a5abe601bcb5cd0b11d368410ce9060dd7ff3796a8a65760f1522474
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/accesscontextmanager.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/identity/access_context_manager"
39
+
40
+ client = Google::Identity::AccessContextManager.access_context_manager
41
+ request = ::Google::Identity::AccessContextManager::V1::ListAccessPoliciesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_access_policies request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Identity
22
22
  module AccessContextManager
23
- VERSION = "1.5.1"
23
+ VERSION = "1.5.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-identity-access_context_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.6.8
78
+ rubygems_version: 3.6.9
79
79
  specification_version: 4
80
80
  summary: API Client library for the Access Context Manager API
81
81
  test_files: []