google-apis-servicenetworking_v1 0.13.0 → 0.14.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: 18aebaf97f33e9df8cafa92ec987999169275a1d6044536654fafef0066e9107
4
- data.tar.gz: 71f9310915563d668969a9011e895acf6c7030ece17ecc6c16790c4f559698de
3
+ metadata.gz: 43db36b3fc48d892f56f7fa50c5f8734097cfd878c4ab89de1400cb7a6771b0a
4
+ data.tar.gz: 88e2ef84d82a85845e02a8e371d489a18d36f0a3a4eb4cb849fd0acf9969d678
5
5
  SHA512:
6
- metadata.gz: f36587cdf033b7384a7551bb981637ee185a07ab15d0598da01f6eaa9ad2297275917ced11da9f359b17956d7c8ac0029a7253fecfc28fbbebfb17a481f1a568
7
- data.tar.gz: 36f92bcf8aaff039d226076daf9499f6499bc2083558ddf9acb66fad19b14e100447a093921866c22209d4ff0e444eb909a44b873aaf7dafbb4413fd47ede599
6
+ metadata.gz: 0a2c39c38e586edf979b794d987233cca223b02875eccb5823934025546b16fbf18108e8b52129988f66eb8deab7197b8ce73764ec4c1929070bf127c6ae9d2a
7
+ data.tar.gz: 2b42b8ff76cbde3654730f93729133eabe5be0693a9b5d984cdbcede0a7c4adbfd82eb0023c5b6484bd04cfbfc2118a8d144b158bd25f5adf6a8a2223a7a1e70
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.14.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210813
6
+
3
7
  ### v0.13.0 (2021-08-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20210803
@@ -246,6 +246,14 @@ module Google
246
246
  # @return [Fixnum]
247
247
  attr_accessor :ip_prefix_length
248
248
 
249
+ # Optional. The private IPv6 google access type for the VMs in this subnet. For
250
+ # information about the access types that can be set using this field, see [
251
+ # subnetwork](https://cloud.google.com/compute/docs/reference/rest/v1/
252
+ # subnetworks) in the Compute API documentation.
253
+ # Corresponds to the JSON property `privateIpv6GoogleAccess`
254
+ # @return [String]
255
+ attr_accessor :private_ipv6_google_access
256
+
249
257
  # Required. The name of a [region](/compute/docs/regions-zones) for the subnet,
250
258
  # such `europe-west1`.
251
259
  # Corresponds to the JSON property `region`
@@ -299,6 +307,7 @@ module Google
299
307
  @consumer_network = args[:consumer_network] if args.key?(:consumer_network)
300
308
  @description = args[:description] if args.key?(:description)
301
309
  @ip_prefix_length = args[:ip_prefix_length] if args.key?(:ip_prefix_length)
310
+ @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
302
311
  @region = args[:region] if args.key?(:region)
303
312
  @requested_address = args[:requested_address] if args.key?(:requested_address)
304
313
  @requested_ranges = args[:requested_ranges] if args.key?(:requested_ranges)
@@ -2896,7 +2905,8 @@ module Google
2896
2905
  class PeeredDnsDomain
2897
2906
  include Google::Apis::Core::Hashable
2898
2907
 
2899
- # The DNS domain name suffix e.g. `example.com.`.
2908
+ # The DNS domain name suffix e.g. `example.com.`. Cloud DNS requires that a DNS
2909
+ # suffix ends with a trailing dot.
2900
2910
  # Corresponds to the JSON property `dnsSuffix`
2901
2911
  # @return [String]
2902
2912
  attr_accessor :dns_suffix
@@ -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.13.0"
19
+ GEM_VERSION = "0.14.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 = "20210803"
25
+ REVISION = "20210813"
26
26
  end
27
27
  end
28
28
  end
@@ -705,6 +705,7 @@ module Google
705
705
  property :consumer_network, as: 'consumerNetwork'
706
706
  property :description, as: 'description'
707
707
  property :ip_prefix_length, as: 'ipPrefixLength'
708
+ property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
708
709
  property :region, as: 'region'
709
710
  property :requested_address, as: 'requestedAddress'
710
711
  collection :requested_ranges, as: 'requestedRanges'
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
36
  # Manage your Google API service configuration
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.13.0
4
+ version: 0.14.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-08-09 00:00:00.000000000 Z
11
+ date: 2021-09-06 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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.14.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: []