google-apis-accessapproval_v1 0.7.0 → 0.8.0

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: 334c3eda164be20cf1a8327a715188dd57f984482a393490a9316644bd0b5475
4
- data.tar.gz: 7b43a7bbdbb9f17816bfc893fe6305069c55fcc800866f6df32837fcb70ad5df
3
+ metadata.gz: cc7bdc3ade998f34de795cf2f12c139a6cc0265f45865b0c3e9bb499f2446a68
4
+ data.tar.gz: 47e68d36fd0e549b5d7399dde4b2fa2c34d3417574af0280fbc486deeadc226f
5
5
  SHA512:
6
- metadata.gz: 1d5b9594713b7da311e5ff1ea40a03d04d23feb37685d44995858e693d550397b506c6600c10ead1bf5a8e05b94b4a7e8408f3aef27442cc903cd68a92ec66ef
7
- data.tar.gz: 1c28b0ff19645109d745edfa176c1815cb486af65213d10c48fa2d080cd8dc4905406d2e97fb0a6c9e7b1222f3c25f7b17f431a480a168e37e4bf9722bb84468
6
+ metadata.gz: 2e3619d690bf27f08ef31d86e3355a8319d0783a8650bdb680c79e650a6e24cb657fa8e5e27b4b1a3aa102cebb150c9e7ed61cb001bad443005f65fa6eccc857
7
+ data.tar.gz: '0359f8a487514d86ed81beb13177eee72d0b42b332b9dfdc7ef8ed6ca4d01b9636b06316c7ed8e19ff3b26d9ecc4a195da1459073365e40a080b5848aaab073e'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-accessapproval_v1
2
2
 
3
+ ### v0.8.0 (2021-08-04)
4
+
5
+ * Regenerated from discovery document revision 20210730
6
+
3
7
  ### v0.7.0 (2021-06-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20210625
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://cloud.google.com/access-approval/docs) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://cloud.google.com/cloud-provider-access-management/access-approval/docs) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -23,7 +23,7 @@ module Google
23
23
  #
24
24
  # An API for controlling access to data by Google personnel.
25
25
  #
26
- # @see https://cloud.google.com/access-approval/docs
26
+ # @see https://cloud.google.com/cloud-provider-access-management/access-approval/docs
27
27
  module AccessapprovalV1
28
28
  # Version of the Access Approval API this client connects to.
29
29
  # This is NOT the gem version.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AccessapprovalV1
18
18
  # Version of the google-apis-accessapproval_v1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210625"
25
+ REVISION = "20210730"
26
26
  end
27
27
  end
28
28
  end
@@ -30,7 +30,7 @@ module Google
30
30
  # Accessapproval = Google::Apis::AccessapprovalV1 # Alias the module
31
31
  # service = Accessapproval::AccessApprovalService.new
32
32
  #
33
- # @see https://cloud.google.com/access-approval/docs
33
+ # @see https://cloud.google.com/cloud-provider-access-management/access-approval/docs
34
34
  class AccessApprovalService < Google::Apis::Core::BaseService
35
35
  # @return [String]
36
36
  # API key. Your API key identifies your project and provides you with API access,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-accessapproval_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-accessapproval_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.8.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-accessapproval_v1
63
63
  post_install_message:
64
64
  rdoc_options: []