generated/google/apis/servicenetworking_v1/representations.rb in google-api-client-0.39.4 vs generated/google/apis/servicenetworking_v1/representations.rb in google-api-client-0.39.5
- old
+ new
@@ -20,10 +20,40 @@
module Google
module Apis
module ServicenetworkingV1
+ class AddDnsRecordSetMetadata
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class AddDnsRecordSetRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class AddDnsZoneMetadata
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class AddDnsZoneRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class AddDnsZoneResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class AddRolesMetadata
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -158,10 +188,22 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class DnsRecordSet
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class DnsZone
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Documentation
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -368,10 +410,46 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class RemoveDnsRecordSetMetadata
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class RemoveDnsRecordSetRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class RemoveDnsRecordSetResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class RemoveDnsZoneMetadata
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class RemoveDnsZoneRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class RemoveDnsZoneResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Route
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -440,10 +518,22 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class UpdateDnsRecordSetMetadata
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class UpdateDnsRecordSetRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Usage
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -464,10 +554,51 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class AddDnsRecordSetMetadata
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ end
+ end
+
+ class AddDnsRecordSetRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :consumer_network, as: 'consumerNetwork'
+ property :dns_record_set, as: 'dnsRecordSet', class: Google::Apis::ServicenetworkingV1::DnsRecordSet, decorator: Google::Apis::ServicenetworkingV1::DnsRecordSet::Representation
+
+ property :zone, as: 'zone'
+ end
+ end
+
+ class AddDnsZoneMetadata
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ end
+ end
+
+ class AddDnsZoneRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :consumer_network, as: 'consumerNetwork'
+ property :dns_suffix, as: 'dnsSuffix'
+ property :name, as: 'name'
+ end
+ end
+
+ class AddDnsZoneResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :consumer_peering_zone, as: 'consumerPeeringZone', class: Google::Apis::ServicenetworkingV1::DnsZone, decorator: Google::Apis::ServicenetworkingV1::DnsZone::Representation
+
+ property :producer_private_zone, as: 'producerPrivateZone', class: Google::Apis::ServicenetworkingV1::DnsZone, decorator: Google::Apis::ServicenetworkingV1::DnsZone::Representation
+
+ end
+ end
+
class AddRolesMetadata
# @private
class Representation < Google::Apis::Core::JsonRepresentation
end
end
@@ -581,11 +712,10 @@
property :jwt_audience, as: 'jwtAudience'
property :min_deadline, as: 'minDeadline'
property :operation_deadline, as: 'operationDeadline'
property :path_translation, as: 'pathTranslation'
property :protocol, as: 'protocol'
- property :rename_to, as: 'renameTo'
property :selector, as: 'selector'
end
end
class Billing
@@ -683,10 +813,28 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :consumer_network, as: 'consumerNetwork'
end
end
+ class DnsRecordSet
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :data, as: 'data'
+ property :domain, as: 'domain'
+ property :ttl, as: 'ttl'
+ property :type, as: 'type'
+ end
+ end
+
+ class DnsZone
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :dns_suffix, as: 'dnsSuffix'
+ property :name, as: 'name'
+ end
+ end
+
class Documentation
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :documentation_root_url, as: 'documentationRootUrl'
property :overview, as: 'overview'
@@ -1049,10 +1197,52 @@
property :ip_prefix_length, as: 'ipPrefixLength'
collection :secondary_range_ip_prefix_lengths, as: 'secondaryRangeIpPrefixLengths'
end
end
+ class RemoveDnsRecordSetMetadata
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ end
+ end
+
+ class RemoveDnsRecordSetRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :consumer_network, as: 'consumerNetwork'
+ property :dns_record_set, as: 'dnsRecordSet', class: Google::Apis::ServicenetworkingV1::DnsRecordSet, decorator: Google::Apis::ServicenetworkingV1::DnsRecordSet::Representation
+
+ property :zone, as: 'zone'
+ end
+ end
+
+ class RemoveDnsRecordSetResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ end
+ end
+
+ class RemoveDnsZoneMetadata
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ end
+ end
+
+ class RemoveDnsZoneRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :consumer_network, as: 'consumerNetwork'
+ property :name, as: 'name'
+ end
+ end
+
+ class RemoveDnsZoneResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ end
+ end
+
class Route
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :dest_range, as: 'destRange'
property :name, as: 'name'
@@ -1202,9 +1392,27 @@
collection :options, as: 'options', class: Google::Apis::ServicenetworkingV1::Option, decorator: Google::Apis::ServicenetworkingV1::Option::Representation
property :source_context, as: 'sourceContext', class: Google::Apis::ServicenetworkingV1::SourceContext, decorator: Google::Apis::ServicenetworkingV1::SourceContext::Representation
property :syntax, as: 'syntax'
+ end
+ end
+
+ class UpdateDnsRecordSetMetadata
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ end
+ end
+
+ class UpdateDnsRecordSetRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :consumer_network, as: 'consumerNetwork'
+ property :existing_dns_record_set, as: 'existingDnsRecordSet', class: Google::Apis::ServicenetworkingV1::DnsRecordSet, decorator: Google::Apis::ServicenetworkingV1::DnsRecordSet::Representation
+
+ property :new_dns_record_set, as: 'newDnsRecordSet', class: Google::Apis::ServicenetworkingV1::DnsRecordSet, decorator: Google::Apis::ServicenetworkingV1::DnsRecordSet::Representation
+
+ property :zone, as: 'zone'
end
end
class Usage
# @private