google-apis-iap_v1 0.28.0 → 0.29.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: c9c297f14efce0746b648ef40e3c618a228c83f2f69a514863970f48a55346fa
4
- data.tar.gz: 3b55427e5fffe737c6c6b1ae25c106c31dbec08f31dd279948468d69d7f51fd5
3
+ metadata.gz: f6773d34f88a35138c68ce0e7da6e19dd03b85f3ebc029c7d0ae42fc80cdccb7
4
+ data.tar.gz: 858e14cb6aef3fa629b9248f7759351dec67be16ba625afcdf827d6d7090e5ed
5
5
  SHA512:
6
- metadata.gz: 3a7cb215c6b93f6111b7fe54de01f32dbbae4ee0a27748a756a089eb42fe2c46e00f89fc617e3767d6cc091051e8be47accf3ae0f3ea0fa5e4316bc73fde9c73
7
- data.tar.gz: c2b74a7b90dfe96b2f0d1526d875963a08623e62dd9acbefb2157a7c525e9d8a74acd7fc5e19447ff26693f1ddefae990e155cff37d46f71f093097968546fb2
6
+ metadata.gz: ebd52544b9f20a15703892f9a1e6924487dba35d6125bbbfd451597b0dabe7368da989c0aa6f476c66ee005440e46794e32cbfbc90030404f437fc04ccad0e68
7
+ data.tar.gz: d1be4c2834971265f759edfd4e96c87566733e5fb9ff8348d72aa9b11b39a0d0505a350478e6ca2fdbcc9a440e26922269b1597b9ea4d687f855669429ffb0e3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.29.0 (2022-11-04)
4
+
5
+ * Regenerated from discovery document revision 20221028
6
+
3
7
  ### v0.28.0 (2022-10-20)
4
8
 
5
9
  * Regenerated using generator version 0.11.0
@@ -1071,12 +1071,12 @@ module Google
1071
1071
  class TunnelDestGroup
1072
1072
  include Google::Apis::Core::Hashable
1073
1073
 
1074
- # null List of CIDRs that this group applies to.
1074
+ # Unordered list. List of CIDRs that this group applies to.
1075
1075
  # Corresponds to the JSON property `cidrs`
1076
1076
  # @return [Array<String>]
1077
1077
  attr_accessor :cidrs
1078
1078
 
1079
- # null List of FQDNs that this group applies to.
1079
+ # Unordered list. List of FQDNs that this group applies to.
1080
1080
  # Corresponds to the JSON property `fqdns`
1081
1081
  # @return [Array<String>]
1082
1082
  attr_accessor :fqdns
@@ -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.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220829"
25
+ REVISION = "20221028"
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.28.0
4
+ version: 0.29.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-10-21 00:00:00.000000000 Z
11
+ date: 2022-11-07 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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.29.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: []