google-apis-accessapproval_v1 0.2.0 → 0.3.0

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: 6961a2c9cb2807111b57e112e189c3a6c0deee309c27186e021f99e0c95cb14b
4
- data.tar.gz: 4ae5c090dbfa92d4e317f66976b0237cbb809e13ee4b7f31a668f85d0e6191cd
3
+ metadata.gz: d7926cd1281de2791fd8e4c5af320b3dca34aff4d111262c047a675cf7470e43
4
+ data.tar.gz: d8e5baadf435b9bd9eb6e14eda9b5e5cab8e6d5d615673b2cc44db6ee7fe4d72
5
5
  SHA512:
6
- metadata.gz: 1204044d37fa63b09f300e68ba210255342909147cac3f12be1428716a2d165019b8cc01210153ecaeec61df0834d6182df61781102e023a1e727546d0618995
7
- data.tar.gz: 4a51909405d8e72077b05cf0d37f76dc14c2468badb16c3329e5aa7a94f02490fdeeaa7fd1b611389e9d850e7954dba894bd09c657e8e85308b90311a3297298
6
+ metadata.gz: d7cc848a6439492f1cd5ddb6f52b3fbe3365db18cd30840bce1582bf571e4ebbc68cfbfad90710d5a913f825ef66a52d510f8f9d2cf0ecd952f5a3c8b1d37935
7
+ data.tar.gz: 53938fe97dca9e2ae576a4ab293394672fef505296cda85cef2d45ba5c4a34382c8ed54176aa7255d0500e594a653b7cdebc849e772df18e3f810309e299a9f0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-accessapproval_v1
2
2
 
3
+ ### v0.3.0 (2021-03-24)
4
+
5
+ * Regenerated from discovery document revision 20210318
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.2.0 (2021-03-04)
4
9
 
5
10
  * Regenerated using generator version 0.1.2
@@ -319,11 +319,12 @@ 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.
322
+ # Identity and Access Management * Cloud Logging * Cloud Pub/Sub * Cloud Spanner
323
+ # * Cloud Storage * Persistent Disk Note: These values are supported as input
324
+ # for legacy purposes, but will not be returned from the API. * all * appengine.
325
+ # googleapis.com * bigquery.googleapis.com * bigtable.googleapis.com * cloudkms.
326
+ # googleapis.com * compute.googleapis.com * dataflow.googleapis.com * iam.
327
+ # googleapis.com * logging.googleapis.com * pubsub.googleapis.com * spanner.
327
328
  # googleapis.com * storage.googleapis.com Calls to UpdateAccessApprovalSettings
328
329
  # using 'all' or any of the XXX.googleapis.com will be translated to the
329
330
  # associated product name ('all', 'App Engine', etc.). Note: 'all' will enroll
@@ -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.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201030"
25
+ REVISION = "20210318"
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,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.2.0
4
+ version: 0.3.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  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.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-accessapproval_v1
57
57
  post_install_message:
58
58
  rdoc_options: []