google-apis-accessapproval_v1 0.6.0 → 0.10.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: cd990a478ab80abc50d500e375d7ec6bb901b9d24c5894642644a6617334c2d2
4
- data.tar.gz: 993b72d909ade9a205e1a99112a782be58cde591e6bac8e5a39a28dd862bd345
3
+ metadata.gz: 7623dcda5ef551a8ba9eaee27e2bbc0fdc7a8edb60a3a4560f0554e280a4e663
4
+ data.tar.gz: 7826c6dd3b0ef17c239ee9d47c285d8b6d63fcaf2fd8a70a83ed165995e9d9e8
5
5
  SHA512:
6
- metadata.gz: 06d4f55a521bd6e30c5e961b2e1abfd41694d1630351c0bed4077a90351e7947593b0bfe032720c865eabf3b8d98dc0748924d72d1381831b08105fa8f4f56c1
7
- data.tar.gz: '0599322f8d3d9b772edfc7ba396cc76b4c93b1022b907e70225e5e2c5b5c96dcd1d394b16938996d1b1f87e9abb0980c8e752c0ac2af62f6f62b8a76c96ff4b5'
6
+ metadata.gz: 88103b78501c4f48e83b6d0955e34fea91e1db455e54ad3b7144934a7f9ede1679bb81978ee266193aa968b0562833e2c9c442cecc1b40f75c9cd11042814374
7
+ data.tar.gz: 270096c99703a2e7b3faa70baca3aabca782b7458e1e51da43862ba2b3febfb332afc475dcfdb2d30e9e4d3c9055097d44b422e17eb7333f36af9174ca70ce5e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-accessapproval_v1
2
2
 
3
+ ### v0.10.0 (2021-09-10)
4
+
5
+ * Regenerated from discovery document revision 20210907
6
+
7
+ ### v0.9.0 (2021-08-18)
8
+
9
+ * Regenerated from discovery document revision 20210813
10
+
11
+ ### v0.8.0 (2021-08-04)
12
+
13
+ * Regenerated from discovery document revision 20210730
14
+
15
+ ### v0.7.0 (2021-06-30)
16
+
17
+ * Regenerated from discovery document revision 20210625
18
+ * Regenerated using generator version 0.4.0
19
+
3
20
  ### v0.6.0 (2021-06-24)
4
21
 
5
22
  * Regenerated using generator version 0.3.0
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
 
@@ -317,21 +317,23 @@ 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 SQL * Cloud Storage * Google Kubernetes Engine * Persistent Disk Note:
324
- # These values are supported as input for legacy purposes, but will not be
325
- # returned from the API. * all * appengine.googleapis.com * bigquery.googleapis.
326
- # com * bigtable.googleapis.com * container.googleapis.com * cloudkms.googleapis.
327
- # com * cloudsql.googleapis.com * compute.googleapis.com * dataflow.googleapis.
328
- # com * iam.googleapis.com * logging.googleapis.com * pubsub.googleapis.com *
329
- # spanner.googleapis.com * storage.googleapis.com Calls to
330
- # UpdateAccessApprovalSettings using 'all' or any of the XXX.googleapis.com will
331
- # be translated to the associated product name ('all', 'App Engine', etc.). Note:
332
- # 'all' will enroll the resource in all products supported at both 'GA' and '
333
- # Preview' levels. More information about levels of support is available at
334
- # https://cloud.google.com/access-approval/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 * Speaker ID Note: These values are
325
+ # supported as input for legacy purposes, but will not be returned from the API.
326
+ # * all * ga-only * appengine.googleapis.com * bigquery.googleapis.com *
327
+ # bigtable.googleapis.com * container.googleapis.com * cloudkms.googleapis.com *
328
+ # cloudsql.googleapis.com * compute.googleapis.com * dataflow.googleapis.com *
329
+ # dlp.googleapis.com * iam.googleapis.com * logging.googleapis.com * pubsub.
330
+ # googleapis.com * spanner.googleapis.com * speakerid.googleapis.com * storage.
331
+ # googleapis.com Calls to UpdateAccessApprovalSettings using 'all' or any of the
332
+ # XXX.googleapis.com will be translated to the associated product name ('all', '
333
+ # App Engine', etc.). Note: 'all' will enroll the resource in all products
334
+ # supported at both 'GA' and 'Preview' levels. More information about levels of
335
+ # support is available at https://cloud.google.com/access-approval/docs/
336
+ # supported-services
335
337
  # Corresponds to the JSON property `cloudProduct`
336
338
  # @return [String]
337
339
  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.6.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210513"
25
+ REVISION = "20210907"
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,
@@ -23,13 +23,13 @@ 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.
30
30
  VERSION = 'V1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
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.6.0
4
+ version: 0.10.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-06-28 00:00:00.000000000 Z
11
+ date: 2021-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.10.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: []