Skip to content

Commit

Permalink
feat(serviceusage): update the api
Browse files Browse the repository at this point in the history
#### serviceusage:v1beta1

The following keys were added:
- schemas.QuotaBucket.properties.rolloutInfo.$ref (Total Keys: 1)
- schemas.RolloutInfo (Total Keys: 3)
  • Loading branch information
yoshi-automation committed Mar 12, 2024
1 parent e119e73 commit 5db91e2
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/dyn/serviceusage_v1beta1.services.consumerQuotaMetrics.html
Expand Up @@ -176,6 +176,9 @@ <h3>Method Details</h3>
&quot;policyValue&quot;: &quot;A String&quot;, # The quota policy value. Can be any nonnegative integer, or -1 (unlimited quota).
&quot;unit&quot;: &quot;A String&quot;, # The limit unit of the limit to which this policy applies. An example unit would be: `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.
},
&quot;rolloutInfo&quot;: { # [Output only] Rollout information of a quota. # Rollout information of this quota bucket. This field is present only if the effective limit will change due to the ongoing rollout of the service config.
&quot;defaultLimitOngoingRollout&quot;: True or False, # Whether there is an ongoing rollout for the default limit or not.
},
},
],
&quot;supportedLocations&quot;: [ # List of all supported locations. This field is present only if the limit has a {region} or {zone} dimension.
Expand Down Expand Up @@ -237,6 +240,9 @@ <h3>Method Details</h3>
&quot;policyValue&quot;: &quot;A String&quot;, # The quota policy value. Can be any nonnegative integer, or -1 (unlimited quota).
&quot;unit&quot;: &quot;A String&quot;, # The limit unit of the limit to which this policy applies. An example unit would be: `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.
},
&quot;rolloutInfo&quot;: { # [Output only] Rollout information of a quota. # Rollout information of this quota bucket. This field is present only if the effective limit will change due to the ongoing rollout of the service config.
&quot;defaultLimitOngoingRollout&quot;: True or False, # Whether there is an ongoing rollout for the default limit or not.
},
},
],
&quot;supportedLocations&quot;: [ # List of all supported locations. This field is present only if the limit has a {region} or {zone} dimension.
Expand Down Expand Up @@ -447,6 +453,9 @@ <h3>Method Details</h3>
&quot;policyValue&quot;: &quot;A String&quot;, # The quota policy value. Can be any nonnegative integer, or -1 (unlimited quota).
&quot;unit&quot;: &quot;A String&quot;, # The limit unit of the limit to which this policy applies. An example unit would be: `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.
},
&quot;rolloutInfo&quot;: { # [Output only] Rollout information of a quota. # Rollout information of this quota bucket. This field is present only if the effective limit will change due to the ongoing rollout of the service config.
&quot;defaultLimitOngoingRollout&quot;: True or False, # Whether there is an ongoing rollout for the default limit or not.
},
},
],
&quot;supportedLocations&quot;: [ # List of all supported locations. This field is present only if the limit has a {region} or {zone} dimension.
Expand Down Expand Up @@ -508,6 +517,9 @@ <h3>Method Details</h3>
&quot;policyValue&quot;: &quot;A String&quot;, # The quota policy value. Can be any nonnegative integer, or -1 (unlimited quota).
&quot;unit&quot;: &quot;A String&quot;, # The limit unit of the limit to which this policy applies. An example unit would be: `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.
},
&quot;rolloutInfo&quot;: { # [Output only] Rollout information of a quota. # Rollout information of this quota bucket. This field is present only if the effective limit will change due to the ongoing rollout of the service config.
&quot;defaultLimitOngoingRollout&quot;: True or False, # Whether there is an ongoing rollout for the default limit or not.
},
},
],
&quot;supportedLocations&quot;: [ # List of all supported locations. This field is present only if the limit has a {region} or {zone} dimension.
Expand Down
Expand Up @@ -167,6 +167,9 @@ <h3>Method Details</h3>
&quot;policyValue&quot;: &quot;A String&quot;, # The quota policy value. Can be any nonnegative integer, or -1 (unlimited quota).
&quot;unit&quot;: &quot;A String&quot;, # The limit unit of the limit to which this policy applies. An example unit would be: `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.
},
&quot;rolloutInfo&quot;: { # [Output only] Rollout information of a quota. # Rollout information of this quota bucket. This field is present only if the effective limit will change due to the ongoing rollout of the service config.
&quot;defaultLimitOngoingRollout&quot;: True or False, # Whether there is an ongoing rollout for the default limit or not.
},
},
],
&quot;supportedLocations&quot;: [ # List of all supported locations. This field is present only if the limit has a {region} or {zone} dimension.
Expand Down
Expand Up @@ -426,7 +426,7 @@
}
}
},
"revision": "20240226",
"revision": "20240310",
"rootUrl": "https://serviceusage.googleapis.com/",
"schemas": {
"AddEnableRulesMetadata": {
Expand Down
Expand Up @@ -964,7 +964,7 @@
}
}
},
"revision": "20240226",
"revision": "20240310",
"rootUrl": "https://serviceusage.googleapis.com/",
"schemas": {
"AddEnableRulesMetadata": {
Expand Down Expand Up @@ -3662,6 +3662,10 @@
"producerQuotaPolicy": {
"$ref": "ProducerQuotaPolicy",
"description": "Producer policy inherited from the closet ancestor of the current consumer."
},
"rolloutInfo": {
"$ref": "RolloutInfo",
"description": "Rollout information of this quota bucket. This field is present only if the effective limit will change due to the ongoing rollout of the service config."
}
},
"type": "object"
Expand Down Expand Up @@ -3780,6 +3784,17 @@
},
"type": "object"
},
"RolloutInfo": {
"description": "[Output only] Rollout information of a quota.",
"id": "RolloutInfo",
"properties": {
"defaultLimitOngoingRollout": {
"description": "Whether there is an ongoing rollout for the default limit or not.",
"type": "boolean"
}
},
"type": "object"
},
"RubySettings": {
"description": "Settings for Ruby client libraries.",
"id": "RubySettings",
Expand Down

0 comments on commit 5db91e2

Please sign in to comment.