generated/google/apis/servicenetworking_v1/classes.rb in google-api-client-0.30.5 vs generated/google/apis/servicenetworking_v1/classes.rb in google-api-client-0.30.6
- old
+ new
@@ -570,12 +570,12 @@
# service consumer's VPC network.
# Corresponds to the JSON property `network`
# @return [String]
attr_accessor :network
- # Output only.
- # The name of the VPC Network Peering connection that was created by the
+ # Output only. The name of the VPC Network Peering connection that was created
+ # by the
# service producer.
# Corresponds to the JSON property `peering`
# @return [String]
attr_accessor :peering
@@ -589,12 +589,12 @@
# empty will restore previously allocated IP ranges.
# Corresponds to the JSON property `reservedPeeringRanges`
# @return [Array<String>]
attr_accessor :reserved_peering_ranges
- # Output only.
- # The name of the peering service that's associated with this connection, in
+ # Output only. The name of the peering service that's associated with this
+ # connection, in
# the following format: `services/`service name``.
# Corresponds to the JSON property `service`
# @return [String]
attr_accessor :service
@@ -897,10 +897,18 @@
# **NOTE:** All service configuration rules follow "last one wins" order.
# Corresponds to the JSON property `rules`
# @return [Array<Google::Apis::ServicenetworkingV1::DocumentationRule>]
attr_accessor :rules
+ # Specifies the service root url if the default one (the service name
+ # from the yaml file) is not suitable. This can be seen in any fully
+ # specified service urls as well as sections that show a base that other
+ # urls are relative to.
+ # Corresponds to the JSON property `serviceRootUrl`
+ # @return [String]
+ attr_accessor :service_root_url
+
# A short summary of what the service does. Can only be provided by
# plain text.
# Corresponds to the JSON property `summary`
# @return [String]
attr_accessor :summary
@@ -913,9 +921,10 @@
def update!(**args)
@documentation_root_url = args[:documentation_root_url] if args.key?(:documentation_root_url)
@overview = args[:overview] if args.key?(:overview)
@pages = args[:pages] if args.key?(:pages)
@rules = args[:rules] if args.key?(:rules)
+ @service_root_url = args[:service_root_url] if args.key?(:service_root_url)
@summary = args[:summary] if args.key?(:summary)
end
end
# A documentation rule provides information about individual API elements.