google-cloud-access_approval 1.6.0 → 1.6.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: 47b9c8b514bcf53728974d87c9ba7ae3131bb4d006f47a7d35d32f1044317483
4
- data.tar.gz: 198f3bd8aca1f06c65f57d53944947be41e1a2f85a2a279ca165b8e14bc23757
3
+ metadata.gz: 96e1855b5fd816c1e9c880374ddf2b306ce74718593db0de07228118c2316c86
4
+ data.tar.gz: d40b66a528f914c63c6a1c8b6d152010372ce2c30a8c42e35a1bdc2deb90ebeb
5
5
  SHA512:
6
- metadata.gz: 369ea2db520276ee1222fe2146e1103e04d9e6843b6a464a3a2847d75f0588341326d450eb28aec7ac9ea0d3cd1ba8dd142c1ab4673d8b07ee0682b62a2d39a6
7
- data.tar.gz: 5cc015b4d8eecf3a275976efbaeba1c0aa7a56edfdfea7d50721b128cbb7258e84cb2bc173d7b527f678239e37319b24cf5b84d9a580dd565da4d046567924d1
6
+ metadata.gz: 586d3e2b3539363756319d0ac70aa9cbda61ae0bc75beef3fd694f06b1d9c5df874bfbe69c88174622626c0519eb2d16123e5de4eb6d0b0d3a15ff1a4ab273aa
7
+ data.tar.gz: d6b4485641d335040c0749ac81a952fae08a267d8e71968f9317b2259ebf0b01abdb6865ec148b6ebc2e0a92e909384e974d8ec2ec3f1fde10fa7776886ce13c
data/README.md CHANGED
@@ -7,7 +7,7 @@ An API for controlling access to data by Google personnel.
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-access_approval-v*`.
9
9
  The gem `google-cloud-access_approval` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -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/accessapproval.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/access_approval"
39
+
40
+ client = Google::Cloud::AccessApproval.access_approval
41
+ request = ::Google::Cloud::AccessApproval::V1::ListApprovalRequestsMessage.new # (request fields as keyword arguments...)
42
+ response = client.list_approval_requests 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 Cloud
22
22
  module AccessApproval
23
- VERSION = "1.6.0"
23
+ VERSION = "1.6.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-access_approval
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-access_approval-v1
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.2
77
+ rubygems_version: 3.6.9
78
78
  specification_version: 4
79
79
  summary: API Client library for the Access Approval API
80
80
  test_files: []