generated/google/apis/serviceusage_v1/classes.rb in google-api-client-0.24.3 vs generated/google/apis/serviceusage_v1/classes.rb in google-api-client-0.25.0

- old
+ new

@@ -379,10 +379,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 @@ -394,9 +400,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 # Request message for the `BatchEnableServices` method.