generated/google/apis/servicenetworking_v1/representations.rb in google-api-client-0.50.0 vs generated/google/apis/servicenetworking_v1/representations.rb in google-api-client-0.51.0

- old
+ new

@@ -266,10 +266,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleCloudServicenetworkingV1ConsumerConfigReservedRange + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleCloudServicenetworkingV1betaSubnetwork class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -675,10 +681,11 @@ property :consumer_network, as: 'consumerNetwork' property :description, as: 'description' property :ip_prefix_length, as: 'ipPrefixLength' property :region, as: 'region' property :requested_address, as: 'requestedAddress' + collection :requested_ranges, as: 'requestedRanges' collection :secondary_ip_range_specs, as: 'secondaryIpRangeSpecs', class: Google::Apis::ServicenetworkingV1::SecondaryIpRangeSpec, decorator: Google::Apis::ServicenetworkingV1::SecondaryIpRangeSpec::Representation property :subnetwork, as: 'subnetwork' collection :subnetwork_users, as: 'subnetworkUsers' end @@ -809,11 +816,12 @@ property :producer_export_custom_routes, as: 'producerExportCustomRoutes' property :producer_export_subnet_routes_with_public_ip, as: 'producerExportSubnetRoutesWithPublicIp' property :producer_import_custom_routes, as: 'producerImportCustomRoutes' property :producer_import_subnet_routes_with_public_ip, as: 'producerImportSubnetRoutesWithPublicIp' property :producer_network, as: 'producerNetwork' - collection :reserved_ranges, as: 'reservedRanges' + collection :reserved_ranges, as: 'reservedRanges', class: Google::Apis::ServicenetworkingV1::GoogleCloudServicenetworkingV1ConsumerConfigReservedRange, decorator: Google::Apis::ServicenetworkingV1::GoogleCloudServicenetworkingV1ConsumerConfigReservedRange::Representation + end end class ConsumerConfigMetadata # @private @@ -995,10 +1003,19 @@ property :packed, as: 'packed' property :type_url, as: 'typeUrl' end end + class GoogleCloudServicenetworkingV1ConsumerConfigReservedRange + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :address, as: 'address' + property :ip_prefix_length, as: 'ipPrefixLength' + property :name, as: 'name' + end + end + class GoogleCloudServicenetworkingV1betaSubnetwork # @private class Representation < Google::Apis::Core::JsonRepresentation property :ip_cidr_range, as: 'ipCidrRange' property :name, as: 'name' @@ -1290,9 +1307,10 @@ class RangeReservation # @private class Representation < Google::Apis::Core::JsonRepresentation property :ip_prefix_length, as: 'ipPrefixLength' + collection :requested_ranges, as: 'requestedRanges' collection :secondary_range_ip_prefix_lengths, as: 'secondaryRangeIpPrefixLengths' end end class RemoveDnsRecordSetMetadata