google-apis-accessapproval_v1 0.1.0 → 0.6.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: 93c13b5a971e36b3efb6332b95904997cbf0b1463d42a3fabc87915a8b4bdccc
4
- data.tar.gz: f1fa86423f795ad2a4a96177ae60a581f7298af5c41a0f5e4d495471cb31c06c
3
+ metadata.gz: cd990a478ab80abc50d500e375d7ec6bb901b9d24c5894642644a6617334c2d2
4
+ data.tar.gz: 993b72d909ade9a205e1a99112a782be58cde591e6bac8e5a39a28dd862bd345
5
5
  SHA512:
6
- metadata.gz: cab82002424715bb6c725559b8304b557566dbc67ae697c43781d7d9be0aa49198796ada16efc918a0bd53e8365d52e7eb2c5dbaa29e7a5c1ca25c9e19488584
7
- data.tar.gz: caf1d409af3d4bd0885cac6ba0b34e82398f4bb7940375f4736830c9465f1e724a0510d12c18dceb2886c728e0c475e1ec7daeeedf06819d56da0383a2c6eb80
6
+ metadata.gz: 06d4f55a521bd6e30c5e961b2e1abfd41694d1630351c0bed4077a90351e7947593b0bfe032720c865eabf3b8d98dc0748924d72d1381831b08105fa8f4f56c1
7
+ data.tar.gz: '0599322f8d3d9b772edfc7ba396cc76b4c93b1022b907e70225e5e2c5b5c96dcd1d394b16938996d1b1f87e9abb0980c8e752c0ac2af62f6f62b8a76c96ff4b5'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-accessapproval_v1
2
2
 
3
+ ### v0.6.0 (2021-06-24)
4
+
5
+ * Regenerated using generator version 0.3.0
6
+
7
+ ### v0.5.0 (2021-05-19)
8
+
9
+ * Regenerated from discovery document revision 20210513
10
+
11
+ ### v0.4.0 (2021-04-28)
12
+
13
+ * Regenerated from discovery document revision 20210423
14
+
15
+ ### v0.3.0 (2021-03-24)
16
+
17
+ * Regenerated from discovery document revision 20210318
18
+ * Regenerated using generator version 0.2.0
19
+
20
+ ### v0.2.0 (2021-03-04)
21
+
22
+ * Regenerated using generator version 0.1.2
23
+
3
24
  ### v0.1.0 (2021-01-07)
4
25
 
5
26
  * Regenerated using generator version 0.1.1
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
@@ -319,17 +319,19 @@ module Google
319
319
  # The product for which Access Approval will be enrolled. Allowed values are
320
320
  # listed below (case-sensitive): * all * App Engine * BigQuery * Cloud Bigtable *
321
321
  # Cloud Key Management Service * Compute Engine * Cloud Dataflow * Cloud
322
- # Identity and Access Management * Cloud Pub/Sub * Cloud Storage * Persistent
323
- # Disk Note: These values are supported as input for legacy purposes, but will
324
- # not be returned from the API. * all * appengine.googleapis.com * bigquery.
325
- # googleapis.com * bigtable.googleapis.com * cloudkms.googleapis.com * compute.
326
- # googleapis.com * dataflow.googleapis.com * iam.googleapis.com * pubsub.
327
- # googleapis.com * storage.googleapis.com Calls to UpdateAccessApprovalSettings
328
- # using 'all' or any of the XXX.googleapis.com will be translated to the
329
- # associated product name ('all', 'App Engine', etc.). Note: 'all' will enroll
330
- # the resource in all products supported at both 'GA' and 'Preview' levels. More
331
- # information about levels of support is available at https://cloud.google.com/
332
- # access-approval/docs/supported-services
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
333
335
  # Corresponds to the JSON property `cloudProduct`
334
336
  # @return [String]
335
337
  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.1.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201030"
25
+ REVISION = "20210513"
26
26
  end
27
27
  end
28
28
  end
@@ -271,7 +271,7 @@ module Google
271
271
  # following values: * [not set]: Requests that are pending or have active
272
272
  # approvals. * ALL: All requests. * PENDING: Only pending requests. * ACTIVE:
273
273
  # Only active (i.e. currently approved) requests. * DISMISSED: Only requests
274
- # that have been dismissed, or requests that . are not approved and past
274
+ # that have been dismissed, or requests that are not approved and past
275
275
  # expiration. * EXPIRED: Only requests that have been approved, and the approval
276
276
  # has expired. * HISTORY: Active, dismissed and expired requests.
277
277
  # @param [Fixnum] page_size
@@ -530,7 +530,7 @@ module Google
530
530
  # following values: * [not set]: Requests that are pending or have active
531
531
  # approvals. * ALL: All requests. * PENDING: Only pending requests. * ACTIVE:
532
532
  # Only active (i.e. currently approved) requests. * DISMISSED: Only requests
533
- # that have been dismissed, or requests that . are not approved and past
533
+ # that have been dismissed, or requests that are not approved and past
534
534
  # expiration. * EXPIRED: Only requests that have been approved, and the approval
535
535
  # has expired. * HISTORY: Active, dismissed and expired requests.
536
536
  # @param [Fixnum] page_size
@@ -789,7 +789,7 @@ module Google
789
789
  # following values: * [not set]: Requests that are pending or have active
790
790
  # approvals. * ALL: All requests. * PENDING: Only pending requests. * ACTIVE:
791
791
  # Only active (i.e. currently approved) requests. * DISMISSED: Only requests
792
- # that have been dismissed, or requests that . are not approved and past
792
+ # that have been dismissed, or requests that are not approved and past
793
793
  # expiration. * EXPIRED: Only requests that have been approved, and the approval
794
794
  # has expired. * HISTORY: Active, dismissed and expired requests.
795
795
  # @param [Fixnum] page_size
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.1.0
4
+ version: 0.6.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-06-28 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.3'
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.3'
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.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.6.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: []
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
68
  requirements:
63
69
  - - ">="
64
70
  - !ruby/object:Gem::Version
65
- version: '2.4'
71
+ version: '2.5'
66
72
  required_rubygems_version: !ruby/object:Gem::Requirement
67
73
  requirements:
68
74
  - - ">="
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.1.4
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Access Approval API V1