google-cloud-access_approval-v1 0.2.2 → 0.2.3

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: b2e9de46447cfd503fd2b1529800835b8d32d4d6df7dc81527cfe27380160bb9
4
- data.tar.gz: 1c77b7a5d6c0766069cce483288e5b795c110fc786d3d178241fa63b2679b026
3
+ metadata.gz: d1311ef7dfd446861e3adf565c4c5f50d64f43b4c8ea50de7f24b15dccdc0d38
4
+ data.tar.gz: aba9d5a1f89830e14bd52baafdd6d020186ef04d9cf218087fe965e8c6a19226
5
5
  SHA512:
6
- metadata.gz: f6d336a91191bb0a1c373732f967352cdba3a32a154fc61ee454a1cead28009811e8cc47d95c4102111f580ad7656c6a7cb6ef232b50b53d9d246d671e0e3389
7
- data.tar.gz: d7c3c5ccef2c824fce1b93c60940bcfd974ba55879c8f8c99c93a0f7356df5c4e737b08cb2659ca1c3a8eea7734210fd7ba13172dd346bc68f7b490de7f0cf51
6
+ metadata.gz: 7ae7c38cdb3d16b87db9895b3c5d5b5a758cce7ac463ee4780ee483005d4f0a870f912dc85d6005b4d8de27b66e177b1fef70b1bc39a39ba57dff51fc4d0b5ea
7
+ data.tar.gz: 9717dfc89ecf08dde6f692e8f5dc17d7bb0634666d5062f692d53026d023805ba4d22ff01258f6c8e9786df4e9be1ddc9b9ce011a9acb829a5eebc9af4dc39d4
data/.yardopts CHANGED
@@ -1,5 +1,5 @@
1
1
  --no-private
2
- --title=Access Approval API V1 API
2
+ --title=Access Approval V1 API
3
3
  --exclude _pb\.rb$
4
4
  --markup markdown
5
5
  --markup-provider redcarpet
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Ruby Client for the Access Approval API V1 API
1
+ # Ruby Client for the Access Approval V1 API
2
2
 
3
- API Client library for the Access Approval API V1 API
3
+ API Client library for the Access Approval V1 API
4
4
 
5
5
  An API for controlling access to data by Google personnel.
6
6
 
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/accessapproval.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.list_approval_requests request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-access_approval-v1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/access-approval/)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AccessApproval
23
23
  module V1
24
- VERSION = "0.2.2"
24
+ VERSION = "0.2.3"
25
25
  end
26
26
  end
27
27
  end
@@ -1,4 +1,4 @@
1
- # Access Approval API V1 Protocol Buffer Documentation
1
+ # Access Approval V1 Protocol Buffer Documentation
2
2
 
3
3
  These files are for the YARD documentation of the generated protobuf files.
4
4
  They are not intended to be required or loaded at runtime.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-access_approval-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-06 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -197,5 +197,5 @@ requirements: []
197
197
  rubygems_version: 3.1.3
198
198
  signing_key:
199
199
  specification_version: 4
200
- summary: API Client library for the Access Approval API V1 API
200
+ summary: API Client library for the Access Approval V1 API
201
201
  test_files: []