docs: update generated docs (#981)
diff --git a/docs/dyn/serviceusage_v1beta1.services.consumerQuotaMetrics.limits.consumerOverrides.html b/docs/dyn/serviceusage_v1beta1.services.consumerQuotaMetrics.limits.consumerOverrides.html
index 1e7ba87..85ca610 100644
--- a/docs/dyn/serviceusage_v1beta1.services.consumerQuotaMetrics.limits.consumerOverrides.html
+++ b/docs/dyn/serviceusage_v1beta1.services.consumerQuotaMetrics.limits.consumerOverrides.html
@@ -108,14 +108,6 @@
The object takes the form of:
{ # A quota override
- "unit": "A String", # The limit unit of the limit to which this override 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.
- "overrideValue": "A String", # The overriding quota limit value.
- # Can be any nonnegative integer, or -1 (unlimited quota).
"name": "A String", # The resource name of the override.
# This name is generated by the server when the override is created.
#
@@ -125,6 +117,17 @@
#
# The resource name is intended to be opaque and should not be parsed for
# its component strings, since its representation could change in the future.
+ "overrideValue": "A String", # The overriding quota limit value.
+ # Can be any nonnegative integer, or -1 (unlimited quota).
+ "adminOverrideAncestor": "A String", # The resource name of the ancestor that requested the override. For example:
+ # "organizations/12345" or "folders/67890".
+ # Used by admin overrides only.
+ "unit": "A String", # The limit unit of the limit to which this override 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.
"metric": "A String", # The name of the metric to which this override applies.
#
# An example name would be:
@@ -169,18 +172,6 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
- "done": True or False, # If the value is `false`, it means the operation is still in progress.
- # If `true`, the operation is completed, and either `error` or `response` is
- # available.
- "name": "A String", # The server-assigned name, which is only unique within the same service that
- # originally returns it. If you use the default HTTP mapping, the
- # `name` should be a resource name ending with `operations/{unique_id}`.
- "metadata": { # Service-specific metadata associated with the operation. It typically
- # contains progress information and common metadata such as create time.
- # Some services might not provide such metadata. Any method that returns a
- # long-running operation should document the metadata type, if any.
- "a_key": "", # Properties of the object. Contains field @type with type URL.
- },
"response": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -198,10 +189,10 @@
#
# You can find out more about this error model and how to work with it in the
# [API Design Guide](https://cloud.google.com/apis/design/errors).
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
"message": "A String", # A developer-facing error message, which should be in English. Any
# user-facing error message should be localized and sent in the
# google.rpc.Status.details field, or localized by the client.
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
"details": [ # A list of messages that carry the error details. There is a common set of
# message types for APIs to use.
{
@@ -209,6 +200,18 @@
},
],
},
+ "metadata": { # Service-specific metadata associated with the operation. It typically
+ # contains progress information and common metadata such as create time.
+ # Some services might not provide such metadata. Any method that returns a
+ # long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that
+ # originally returns it. If you use the default HTTP mapping, the
+ # `name` should be a resource name ending with `operations/{unique_id}`.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress.
+ # If `true`, the operation is completed, and either `error` or `response` is
+ # available.
}</pre>
</div>
@@ -236,18 +239,6 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
- "done": True or False, # If the value is `false`, it means the operation is still in progress.
- # If `true`, the operation is completed, and either `error` or `response` is
- # available.
- "name": "A String", # The server-assigned name, which is only unique within the same service that
- # originally returns it. If you use the default HTTP mapping, the
- # `name` should be a resource name ending with `operations/{unique_id}`.
- "metadata": { # Service-specific metadata associated with the operation. It typically
- # contains progress information and common metadata such as create time.
- # Some services might not provide such metadata. Any method that returns a
- # long-running operation should document the metadata type, if any.
- "a_key": "", # Properties of the object. Contains field @type with type URL.
- },
"response": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -265,10 +256,10 @@
#
# You can find out more about this error model and how to work with it in the
# [API Design Guide](https://cloud.google.com/apis/design/errors).
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
"message": "A String", # A developer-facing error message, which should be in English. Any
# user-facing error message should be localized and sent in the
# google.rpc.Status.details field, or localized by the client.
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
"details": [ # A list of messages that carry the error details. There is a common set of
# message types for APIs to use.
{
@@ -276,6 +267,18 @@
},
],
},
+ "metadata": { # Service-specific metadata associated with the operation. It typically
+ # contains progress information and common metadata such as create time.
+ # Some services might not provide such metadata. Any method that returns a
+ # long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that
+ # originally returns it. If you use the default HTTP mapping, the
+ # `name` should be a resource name ending with `operations/{unique_id}`.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress.
+ # If `true`, the operation is completed, and either `error` or `response` is
+ # available.
}</pre>
</div>
@@ -303,14 +306,6 @@
{ # Response message for ListConsumerOverrides.
"overrides": [ # Consumer overrides on this limit.
{ # A quota override
- "unit": "A String", # The limit unit of the limit to which this override 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.
- "overrideValue": "A String", # The overriding quota limit value.
- # Can be any nonnegative integer, or -1 (unlimited quota).
"name": "A String", # The resource name of the override.
# This name is generated by the server when the override is created.
#
@@ -320,6 +315,17 @@
#
# The resource name is intended to be opaque and should not be parsed for
# its component strings, since its representation could change in the future.
+ "overrideValue": "A String", # The overriding quota limit value.
+ # Can be any nonnegative integer, or -1 (unlimited quota).
+ "adminOverrideAncestor": "A String", # The resource name of the ancestor that requested the override. For example:
+ # "organizations/12345" or "folders/67890".
+ # Used by admin overrides only.
+ "unit": "A String", # The limit unit of the limit to which this override 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.
"metric": "A String", # The name of the metric to which this override applies.
#
# An example name would be:
@@ -381,14 +387,6 @@
The object takes the form of:
{ # A quota override
- "unit": "A String", # The limit unit of the limit to which this override 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.
- "overrideValue": "A String", # The overriding quota limit value.
- # Can be any nonnegative integer, or -1 (unlimited quota).
"name": "A String", # The resource name of the override.
# This name is generated by the server when the override is created.
#
@@ -398,6 +396,17 @@
#
# The resource name is intended to be opaque and should not be parsed for
# its component strings, since its representation could change in the future.
+ "overrideValue": "A String", # The overriding quota limit value.
+ # Can be any nonnegative integer, or -1 (unlimited quota).
+ "adminOverrideAncestor": "A String", # The resource name of the ancestor that requested the override. For example:
+ # "organizations/12345" or "folders/67890".
+ # Used by admin overrides only.
+ "unit": "A String", # The limit unit of the limit to which this override 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.
"metric": "A String", # The name of the metric to which this override applies.
#
# An example name would be:
@@ -444,18 +453,6 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
- "done": True or False, # If the value is `false`, it means the operation is still in progress.
- # If `true`, the operation is completed, and either `error` or `response` is
- # available.
- "name": "A String", # The server-assigned name, which is only unique within the same service that
- # originally returns it. If you use the default HTTP mapping, the
- # `name` should be a resource name ending with `operations/{unique_id}`.
- "metadata": { # Service-specific metadata associated with the operation. It typically
- # contains progress information and common metadata such as create time.
- # Some services might not provide such metadata. Any method that returns a
- # long-running operation should document the metadata type, if any.
- "a_key": "", # Properties of the object. Contains field @type with type URL.
- },
"response": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -473,10 +470,10 @@
#
# You can find out more about this error model and how to work with it in the
# [API Design Guide](https://cloud.google.com/apis/design/errors).
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
"message": "A String", # A developer-facing error message, which should be in English. Any
# user-facing error message should be localized and sent in the
# google.rpc.Status.details field, or localized by the client.
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
"details": [ # A list of messages that carry the error details. There is a common set of
# message types for APIs to use.
{
@@ -484,6 +481,18 @@
},
],
},
+ "metadata": { # Service-specific metadata associated with the operation. It typically
+ # contains progress information and common metadata such as create time.
+ # Some services might not provide such metadata. Any method that returns a
+ # long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that
+ # originally returns it. If you use the default HTTP mapping, the
+ # `name` should be a resource name ending with `operations/{unique_id}`.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress.
+ # If `true`, the operation is completed, and either `error` or `response` is
+ # available.
}</pre>
</div>