google-apis-accessapproval_v1 0.4.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: ab7c5958f2b6ba0c192096dcbc41818a284a6adad8006b91f2bc4f22bb841c9d
4
- data.tar.gz: a4d10d3dc84e6d5f8468001761a343f86e7e265b38bbb3e4591d03dd4d6fb525
3
+ metadata.gz: cc7bdc3ade998f34de795cf2f12c139a6cc0265f45865b0c3e9bb499f2446a68
4
+ data.tar.gz: 47e68d36fd0e549b5d7399dde4b2fa2c34d3417574af0280fbc486deeadc226f
5
5
  SHA512:
6
- metadata.gz: 77a9c2acc9401c2f32393ec6a53303feadf4f68f23b15d8669fbb4354f1a4bb7e44dd0143175dec9ab06ebc22f594547876bb59d3377c3fd91b9efc1681de4d8
7
- data.tar.gz: ee2c4da6dc28337c0eaf869762e425d746bacbbb7c8d2a65c55f13d5b365a03755f624c9505c4f13484aac406c5d642571c4781ea0e461b5eeeca423befb0453
6
+ metadata.gz: 2e3619d690bf27f08ef31d86e3355a8319d0783a8650bdb680c79e650a6e24cb657fa8e5e27b4b1a3aa102cebb150c9e7ed61cb001bad443005f65fa6eccc857
7
+ data.tar.gz: '0359f8a487514d86ed81beb13177eee72d0b42b332b9dfdc7ef8ed6ca4d01b9636b06316c7ed8e19ff3b26d9ecc4a195da1459073365e40a080b5848aaab073e'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
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
+
7
+ ### v0.7.0 (2021-06-30)
8
+
9
+ * Regenerated from discovery document revision 20210625
10
+ * Regenerated using generator version 0.4.0
11
+
12
+ ### v0.6.0 (2021-06-24)
13
+
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.5.0 (2021-05-19)
17
+
18
+ * Regenerated from discovery document revision 20210513
19
+
3
20
  ### v0.4.0 (2021-04-28)
4
21
 
5
22
  * Regenerated from discovery document revision 20210423
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.
@@ -317,21 +317,22 @@ module Google
317
317
  include Google::Apis::Core::Hashable
318
318
 
319
319
  # The product for which Access Approval will be enrolled. Allowed values are
320
- # listed below (case-sensitive): * all * App Engine * BigQuery * Cloud Bigtable *
321
- # Cloud Key Management Service * Compute Engine * Cloud Dataflow * Cloud
322
- # Identity and Access Management * Cloud Logging * Cloud Pub/Sub * Cloud Spanner
323
- # * Cloud Storage * Google Kubernetes Engine * Persistent Disk Note: These
324
- # values are supported as input for legacy purposes, but will not be returned
325
- # from the API. * all * appengine.googleapis.com * bigquery.googleapis.com *
326
- # bigtable.googleapis.com * container.googleapis.com * cloudkms.googleapis.com *
327
- # compute.googleapis.com * dataflow.googleapis.com * iam.googleapis.com *
328
- # logging.googleapis.com * pubsub.googleapis.com * spanner.googleapis.com *
329
- # storage.googleapis.com Calls to UpdateAccessApprovalSettings using 'all' or
330
- # any of the XXX.googleapis.com will be translated to the associated product
331
- # name ('all', 'App Engine', etc.). Note: 'all' will enroll the resource in all
332
- # products supported at both 'GA' and 'Preview' levels. More information about
333
- # levels of support is available at https://cloud.google.com/access-approval/
334
- # docs/supported-services
320
+ # listed below (case-sensitive): * all * GA * App Engine * BigQuery * Cloud
321
+ # Bigtable * Cloud Key Management Service * Compute Engine * Cloud Dataflow *
322
+ # Cloud DLP * Cloud EKM * Cloud HSM * Cloud Identity and Access Management *
323
+ # Cloud Logging * Cloud Pub/Sub * Cloud Spanner * Cloud SQL * Cloud Storage *
324
+ # Google Kubernetes Engine * Persistent Disk Note: These values are supported as
325
+ # input for legacy purposes, but will not be returned from the API. * all * ga-
326
+ # only * appengine.googleapis.com * bigquery.googleapis.com * bigtable.
327
+ # googleapis.com * container.googleapis.com * cloudkms.googleapis.com * cloudsql.
328
+ # googleapis.com * compute.googleapis.com * dataflow.googleapis.com * dlp.
329
+ # googleapis.com * iam.googleapis.com * logging.googleapis.com * pubsub.
330
+ # googleapis.com * spanner.googleapis.com * storage.googleapis.com Calls to
331
+ # UpdateAccessApprovalSettings using 'all' or any of the XXX.googleapis.com will
332
+ # be translated to the associated product name ('all', 'App Engine', etc.). Note:
333
+ # 'all' will enroll the resource in all products supported at both 'GA' and '
334
+ # Preview' levels. More information about levels of support is available at
335
+ # https://cloud.google.com/access-approval/docs/supported-services
335
336
  # Corresponds to the JSON property `cloudProduct`
336
337
  # @return [String]
337
338
  attr_accessor :cloud_product
@@ -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.4.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210423"
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,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-accessapproval_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.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-05-18 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
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Access Approval API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-accessapproval_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.8.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-accessapproval_v1
57
63
  post_install_message:
58
64
  rdoc_options: []