generated/google/apis/serviceusage_v1/classes.rb in google-api-client-0.30.5 vs generated/google/apis/serviceusage_v1/classes.rb in google-api-client-0.30.6

- old
+ new

@@ -900,10 +900,18 @@ # **NOTE:** All service configuration rules follow "last one wins" order. # Corresponds to the JSON property `rules` # @return [Array<Google::Apis::ServiceusageV1::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 @@ -916,9 +924,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.