class Google::Apis::ServicecontrolV1::AllocateInfo

Attributes

unused_arguments[RW]

A list of label keys that were unused by the server in processing the request. Thus, for similar requests repeated in a certain future time window, the caller can choose to ignore these labels in the requests to achieve better client-side cache hits and quota aggregation for rate quota. This field is not populated for allocation quota checks. Corresponds to the JSON property `unusedArguments` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/servicecontrol_v1/classes.rb, line 38
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/servicecontrol_v1/classes.rb, line 43
def update!(**args)
  @unused_arguments = args[:unused_arguments] if args.key?(:unused_arguments)
end