generated/google/apis/servicemanagement_v1/classes.rb in google-api-client-0.25.0 vs generated/google/apis/servicemanagement_v1/classes.rb in google-api-client-0.26.0

- old
+ new

@@ -516,10 +516,16 @@ # value lower than this will be rejected. # Corresponds to the JSON property `minDeadline` # @return [Float] attr_accessor :min_deadline + # The number of seconds to wait for the completion of a long running + # operation. The default is no deadline. + # Corresponds to the JSON property `operationDeadline` + # @return [Float] + attr_accessor :operation_deadline + # Selects the methods to which this rule applies. # Refer to selector for syntax details. # Corresponds to the JSON property `selector` # @return [String] attr_accessor :selector @@ -531,9 +537,10 @@ # Update properties of this object def update!(**args) @address = args[:address] if args.key?(:address) @deadline = args[:deadline] if args.key?(:deadline) @min_deadline = args[:min_deadline] if args.key?(:min_deadline) + @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline) @selector = args[:selector] if args.key?(:selector) end end # Billing related configuration of the service.