generated/google/apis/serviceusage_v1/classes.rb in google-api-client-0.37.2 vs generated/google/apis/serviceusage_v1/classes.rb in google-api-client-0.37.3

- old
+ new

@@ -3672,20 +3672,21 @@ # for dimensions defined in the limit unit. # For example, an override on a limit with the unit 1/`project`/`region` # could contain an entry with the key "region" and the value "us-east-1"; # the override is only applied to quota consumed in that region. # This map has the following restrictions: - # - Keys that are not defined in the limit's unit are not valid keys. + # * Keys that are not defined in the limit's unit are not valid keys. # Any string appearing in `brackets` in the unit (besides `project` or # `user`) is a defined key. - # - "project" is not a valid key; the project is already specified in + # * "project" is not a valid key; the project is already specified in # the parent resource name. - # - "user" is not a valid key; the API does not support quota overrides + # * "user" is not a valid key; the API does not support quota overrides # that apply only to a specific user. - # - If "region" appears as a key, its value must be a valid Cloud region. - # - If "zone" appears as a key, its value must be a valid Cloud zone. - # - If any valid key other than "region" or "zone" appears in the map, then - # all valid keys other than "region" or "zone" must also appear in the map. + # * If "region" appears as a key, its value must be a valid Cloud region. + # * If "zone" appears as a key, its value must be a valid Cloud zone. + # * If any valid key other than "region" or "zone" appears in the map, then + # all valid keys other than "region" or "zone" must also appear in the + # map. # Corresponds to the JSON property `dimensions` # @return [Hash<String,String>] attr_accessor :dimensions # The resource name of the override.