google-apis-iap_v1 0.27.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: f530fed9410eb97fada0b985ad15ac3857142444f9d33e30748cfc79f8689bea
4
- data.tar.gz: 7aef9c8251a9c24b5f29fcdc98848131abeb9dd69f74d52a41877c2fae31a682
3
+ metadata.gz: f6773d34f88a35138c68ce0e7da6e19dd03b85f3ebc029c7d0ae42fc80cdccb7
4
+ data.tar.gz: 858e14cb6aef3fa629b9248f7759351dec67be16ba625afcdf827d6d7090e5ed
5
5
  SHA512:
6
- metadata.gz: e677926c459709edc757125b03e61f98fdbab7af2dcd235a415c58b28ca9f10d085111f52a2ac67084de0cf96107c9139fb1f27148902753c8e1d555cee90a5d
7
- data.tar.gz: '0905384415d342487916f25ade84f654b360166478ec90d5a8595b252a1f7aa8860d521487d569f591aad0bec8b04d884ac43cfac46333e5fea82646fe0a176e'
6
+ metadata.gz: ebd52544b9f20a15703892f9a1e6924487dba35d6125bbbfd451597b0dabe7368da989c0aa6f476c66ee005440e46794e32cbfbc90030404f437fc04ccad0e68
7
+ data.tar.gz: d1be4c2834971265f759edfd4e96c87566733e5fb9ff8348d72aa9b11b39a0d0505a350478e6ca2fdbcc9a440e26922269b1597b9ea4d687f855669429ffb0e3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.28.0 (2022-10-20)
8
+
9
+ * Regenerated using generator version 0.11.0
10
+
3
11
  ### v0.27.0 (2022-09-22)
4
12
 
5
13
  * Regenerated using generator version 0.10.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.27.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
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.27.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-09-26 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
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.9.0
29
+ version: 0.9.1
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/main/generated/google-apis-iap_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.27.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: []