google-apis-servicenetworking_v1 0.15.0 → 0.16.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: 92cb0cdcc086c268330dc21b54a939fb2e47332b44c69cde610e5dea2581913f
4
- data.tar.gz: 74f59a92f09d4f18972ddce325a3713941b30802fa5ca6740678f277c2bf7b83
3
+ metadata.gz: 2a58e4660fa843a8fd5db870cd9152a3f57ba6073aa484b10914d626675d4bdd
4
+ data.tar.gz: 55ba8144572c924eb8d55468e4df908e1fe8b5a307982ab826285d5fe589065c
5
5
  SHA512:
6
- metadata.gz: b59b4e2dccee984d63f9490fbcc82bb9f1c8c9ca3160755fe0225037f69d63f7afe53da18471670121e77f2d7d1fc4df6c2097d536ae72415e53a3c5ec5d53b8
7
- data.tar.gz: 45c232d37b720fc4326c5833f6b3f37e9e76d4d68eabe662e0d2f2fa4abfad32fe240cfd3aa5368ac389006f0968d507d21c8b46078a7806f0d2c4452f8d39e6
6
+ metadata.gz: d3b3c26e1bbd6c6931c3a502d272d88f26654367170b898d9b58a1f6669f705f9b869d14faee7a154cf3217523feacfff095bb8abb798f33e38d7369a359b64d
7
+ data.tar.gz: 623b45401d4b62bab611823bf16a753cf1eba8e9b27f33c6396b1594986f2ed2cb2bddad08bad1d37285241e082e8551fb213d812a8bd67c0abb4b05c88865ac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.16.0 (2021-10-12)
4
+
5
+ * Regenerated from discovery document revision 20211008
6
+
3
7
  ### v0.15.0 (2021-09-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20210924
@@ -261,6 +261,14 @@ module Google
261
261
  # @return [String]
262
262
  attr_accessor :private_ipv6_google_access
263
263
 
264
+ # Optional. Defines the purpose field of the subnet, e.g. '
265
+ # PRIVATE_SERVICE_CONNECT'. For information about the purposes that can be set
266
+ # using this field, see [subnetwork](https://cloud.google.com/compute/docs/
267
+ # reference/rest/v1/subnetworks) in the Compute API documentation.
268
+ # Corresponds to the JSON property `purpose`
269
+ # @return [String]
270
+ attr_accessor :purpose
271
+
264
272
  # Required. The name of a [region](/compute/docs/regions-zones) for the subnet,
265
273
  # such `europe-west1`.
266
274
  # Corresponds to the JSON property `region`
@@ -316,6 +324,7 @@ module Google
316
324
  @ip_prefix_length = args[:ip_prefix_length] if args.key?(:ip_prefix_length)
317
325
  @outside_allocation_public_ip_range = args[:outside_allocation_public_ip_range] if args.key?(:outside_allocation_public_ip_range)
318
326
  @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
327
+ @purpose = args[:purpose] if args.key?(:purpose)
319
328
  @region = args[:region] if args.key?(:region)
320
329
  @requested_address = args[:requested_address] if args.key?(:requested_address)
321
330
  @requested_ranges = args[:requested_ranges] if args.key?(:requested_ranges)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1
18
18
  # Version of the google-apis-servicenetworking_v1 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210924"
25
+ REVISION = "20211008"
26
26
  end
27
27
  end
28
28
  end
@@ -707,6 +707,7 @@ module Google
707
707
  property :ip_prefix_length, as: 'ipPrefixLength'
708
708
  property :outside_allocation_public_ip_range, as: 'outsideAllocationPublicIpRange'
709
709
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
710
+ property :purpose, as: 'purpose'
710
711
  property :region, as: 'region'
711
712
  property :requested_address, as: 'requestedAddress'
712
713
  collection :requested_ranges, as: 'requestedRanges'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicenetworking_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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-10-04 00:00:00.000000000 Z
11
+ date: 2021-10-18 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/master/generated/google-apis-servicenetworking_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1
63
63
  post_install_message:
64
64
  rdoc_options: []