google-apis-iap_v1 0.21.0 → 0.22.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: 8729c5d69d0f1dc5677192e23a2e9cab4a87beae2067d5b1e64b227674d2628f
4
- data.tar.gz: 5876ffaf525505d136756e15aa876ed8fc59a0e3ef31d5934960bbd6c30c98ff
3
+ metadata.gz: 0b67bc8c06c93520a000c453622e990e98edfe64fa92f91169492814bbab4a97
4
+ data.tar.gz: 3d54743bff295267035dd759762213d114b9985d89ef4851bed66bcb3aea6296
5
5
  SHA512:
6
- metadata.gz: 3728ef6f8978c3b582e683707c7c580cc03d2c8148aea5f5a3d9f33ebbeeb8434790f58840a9339166015a04e10c3e9940c72b62a1d58c609873d8a805262e09
7
- data.tar.gz: b43e3d73d1046d419921b1501fcce570381ae0d903c07ab55d5367863a8b3e3276deeb2af4720807fc2ed2f80f4025e7d0d348869a280ef91af6da13be64b49d
6
+ metadata.gz: c132986e6ac98b74809b2aabf1b51ab3e3a63aab66be3a2971b336909c8b72267f3ec94e3a26742e8ca3d6411964c98ca0e844548358617ba51c9c95d01ed136
7
+ data.tar.gz: 824c5980059fadd438b26e10823379c5236566835d0694d074320168687c9bf8a035fec2f33b7da84e451597c0b8a562908e47a5609439790cdcfc7c5ba3ecae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.22.0 (2022-08-03)
4
+
5
+ * Regenerated from discovery document revision 20220729
6
+
3
7
  ### v0.21.0 (2022-07-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20220715
@@ -64,8 +64,8 @@ module Google
64
64
  class AccessSettings
65
65
  include Google::Apis::Core::Hashable
66
66
 
67
- # Configuration for IAP allowed domains. Allows the customers to restrict access
68
- # to the app by only allowing requests from the listed trusted domains.
67
+ # Configuration for IAP allowed domains. Lets you to restrict access to an app
68
+ # and allow access to only the domains that you list.
69
69
  # Corresponds to the JSON property `allowedDomainsSettings`
70
70
  # @return [Google::Apis::IapV1::AllowedDomainsSettings]
71
71
  attr_accessor :allowed_domains_settings
@@ -116,8 +116,8 @@ module Google
116
116
  end
117
117
  end
118
118
 
119
- # Configuration for IAP allowed domains. Allows the customers to restrict access
120
- # to the app by only allowing requests from the listed trusted domains.
119
+ # Configuration for IAP allowed domains. Lets you to restrict access to an app
120
+ # and allow access to only the domains that you list.
121
121
  class AllowedDomainsSettings
122
122
  include Google::Apis::Core::Hashable
123
123
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IapV1
18
18
  # Version of the google-apis-iap_v1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220715"
25
+ REVISION = "20220729"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iap_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.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: 2022-07-25 00:00:00.000000000 Z
11
+ date: 2022-08-08 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/main/generated/google-apis-iap_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_v1
63
63
  post_install_message:
64
64
  rdoc_options: []