google-cloud-access_approval 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd2bbfdca7a1a8699d5b595b4fcfa22724a5b2ddb1833a2f5daabc7e55129427
4
- data.tar.gz: 20fe3ca3514df980126ea75606100a550117cecd8c12df82829854df9ad6d755
3
+ metadata.gz: 3f9a0348a70dc49060531e939adf4ece5ca65df45b461b960bb12c2092589b37
4
+ data.tar.gz: ad933b681e75009e041c0e7b8a2e2da7805c8ae8bc76dfebd89dc91561ea9c45
5
5
  SHA512:
6
- metadata.gz: b21d0de800d5ee5bf01d202c52ecfe1d16cb60bdf7d8737ce8136e8eb96e2fbe2c738d293bd98fac3de06debb7a2b3fe85e7683f2ee86f8ffe6cdcf9d004fd5b
7
- data.tar.gz: a50f8b320eb534b07f4d69e40e0b4dcb2e8a9485779afa36fb7e12f1c69810b1255f64e586f15f68d33ff8b9fe92d3734a1f3f284c0a27acd5f3040d24138513
6
+ metadata.gz: 3b05788338a465169796134f9b17a2b333b7ef699f4bef0a63007107f7d1e114f6955806c0b0a9f64346f9455a65cfa933463b810f714d52e8d6a57181a65c70
7
+ data.tar.gz: 46efa554c0813602e7437cee14443249882238bb713465fedd4b39c12c9b6677a5504cb215698055ed52d616a986b17fc09249c8a26ce9eab990640b3d45302d
data/README.md CHANGED
@@ -11,7 +11,7 @@ verisoned 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
 
14
- View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-access_approval/latest)
14
+ View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-access_approval/latest)
15
15
  for this library, google-cloud-access_approval, to see the convenience methods for
16
16
  constructing client objects. Reference documentation for the client objects
17
17
  themselves can be found in the client library documentation for the versioned
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module AccessApproval
23
- VERSION = "1.1.3"
23
+ VERSION = "1.1.4"
24
24
  end
25
25
  end
26
26
  end
@@ -62,17 +62,17 @@ module Google
62
62
  #
63
63
  # - The API has a collection of
64
64
  # ApprovalRequest
65
- # resources, named `approvalRequests/{approval_request_id}`
65
+ # resources, named `approvalRequests/{approval_request}`
66
66
  # - The API has top-level settings per Project/Folder/Organization, named
67
67
  # `accessApprovalSettings`
68
68
  #
69
69
  # The service also periodically emails a list of recipients, defined at the
70
70
  # Project/Folder/Organization level in the accessApprovalSettings, when there
71
71
  # is a pending ApprovalRequest for them to act on. The ApprovalRequests can
72
- # also optionally be published to a Cloud Pub/Sub topic owned by the customer
73
- # (for Beta, the Pub/Sub setup is managed manually).
72
+ # also optionally be published to a Pub/Sub topic owned by the customer
73
+ # (contact support if you would like to enable Pub/Sub notifications).
74
74
  #
75
- # ApprovalRequests can be approved or dismissed. Google personel can only
75
+ # ApprovalRequests can be approved or dismissed. Google personnel can only
76
76
  # access the indicated resource or resources if the request is approved
77
77
  # (subject to some exclusions:
78
78
  # https://cloud.google.com/access-approval/docs/overview#exclusions).
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-access_approval
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-11 00:00:00.000000000 Z
11
+ date: 2022-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-access_approval-v1
@@ -188,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
188
188
  - !ruby/object:Gem::Version
189
189
  version: '0'
190
190
  requirements: []
191
- rubygems_version: 3.3.4
191
+ rubygems_version: 3.3.5
192
192
  signing_key:
193
193
  specification_version: 4
194
194
  summary: API Client library for the Access Approval API