generated/google/apis/servicenetworking_v1/classes.rb in google-api-client-0.44.1 vs generated/google/apis/servicenetworking_v1/classes.rb in google-api-client-0.44.2
- old
+ new
@@ -244,18 +244,10 @@
# consumer's allocated range.
# Corresponds to the JSON property `ipPrefixLength`
# @return [Fixnum]
attr_accessor :ip_prefix_length
- # Optional. The private IPv6 google access type for the VMs in this subnet. For
- # information about the access types that can be set using this field, see [
- # subnetwork](/compute/docs/reference/rest/v1/subnetworks) in the Compute API
- # documentation.
- # Corresponds to the JSON property `privateIpv6GoogleAccess`
- # @return [String]
- attr_accessor :private_ipv6_google_access
-
# Required. The name of a [region](/compute/docs/regions-zones) for the subnet,
# such `europe-west1`.
# Corresponds to the JSON property `region`
# @return [String]
attr_accessor :region
@@ -290,10 +282,9 @@
def update!(**args)
@consumer = args[:consumer] if args.key?(:consumer)
@consumer_network = args[:consumer_network] if args.key?(:consumer_network)
@description = args[:description] if args.key?(:description)
@ip_prefix_length = args[:ip_prefix_length] if args.key?(:ip_prefix_length)
- @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
@region = args[:region] if args.key?(:region)
@requested_address = args[:requested_address] if args.key?(:requested_address)
@subnetwork = args[:subnetwork] if args.key?(:subnetwork)
@subnetwork_users = args[:subnetwork_users] if args.key?(:subnetwork_users)
end