You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
project: string, The project ID for this request. (required)
101
101
deployment: string, The name of the deployment for this request. (required)
102
102
resource: string, The name of the resource for this request. (required)
103
+
header_bypassBillingFilter: boolean, A parameter
103
104
x__xgafv: string, V1 error format.
104
105
Allowed values
105
106
1 - v1 error format
@@ -149,7 +150,49 @@ <h3>Method Details</h3>
149
150
"error": { # Output only. If errors are generated during update of the resource, this field will be populated.
150
151
"errors": [ # [Output Only] The array of errors encountered while processing this operation.
151
152
{
153
+
"arguments": [ # [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE This is for internal use-only (like componentization) (thus the visibility "none") and in case of public exposure it is strongly recommended to follow pattern of: https://aip.dev/193 and expose as details field.
154
+
"A String",
155
+
],
152
156
"code": "A String", # [Output Only] The error type identifier for this error.
"detail": "A String", # Additional debugging information provided by the server.
159
+
"stackEntries": [ # The stack trace entries indicating where the error occurred.
160
+
"A String",
161
+
],
162
+
},
163
+
"errorDetails": [ # [Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
164
+
{
165
+
"errorInfo": { # Describes the cause of the error with structured details. Example of an error when contacting the "pubsub.googleapis.com" API when it is not enabled: { "reason": "API_DISABLED" "domain": "googleapis.com" "metadata": { "resource": "projects/123", "service": "pubsub.googleapis.com" } } This response indicates that the pubsub.googleapis.com API is not enabled. Example of an error that is returned when attempting to create a Spanner instance in a region that is out of stock: { "reason": "STOCKOUT" "domain": "spanner.googleapis.com", "metadata": { "availableRegions": "us-central1,us-east2" } }
166
+
"domain": "A String", # The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".
167
+
"metadata": { # Additional structured details about this error. Keys must match /a-z+/ but should ideally be lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {"instanceLimit": "100/request"}, should be returned as, {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request.
168
+
"a_key": "A String",
169
+
},
170
+
"reason": "A String", # The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
171
+
},
172
+
"help": { # Provides links to documentation or for performing an out of band action. For example, if a quota check failed with an error indicating the calling project hasn't enabled the accessed service, this can contain a URL pointing directly to the right place in the developer console to flip the bit.
173
+
"links": [ # URL(s) pointing to additional information on handling the current error.
174
+
{ # Describes a URL link.
175
+
"description": "A String", # Describes what the link offers.
176
+
"url": "A String", # The URL of the link.
177
+
},
178
+
],
179
+
},
180
+
"localizedMessage": { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error.
181
+
"locale": "A String", # The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
182
+
"message": "A String", # The localized error message in the above locale.
183
+
},
184
+
"quotaInfo": { # Additional details for quota exceeded error for resource quota.
185
+
"dimensions": { # The map holding related quota dimensions.
186
+
"a_key": "A String",
187
+
},
188
+
"futureLimit": 3.14, # Future quota limit being rolled out. The limit's unit depends on the quota type or metric.
189
+
"limit": 3.14, # Current effective quota limit. The limit's unit depends on the quota type or metric.
190
+
"limitName": "A String", # The name of the quota limit.
191
+
"metricName": "A String", # The Compute Engine quota metric name.
192
+
"rolloutStatus": "A String", # Rollout status of the future quota limit.
193
+
},
194
+
},
195
+
],
153
196
"location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional.
"error": { # Output only. If errors are generated during update of the resource, this field will be populated.
257
300
"errors": [ # [Output Only] The array of errors encountered while processing this operation.
258
301
{
302
+
"arguments": [ # [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE This is for internal use-only (like componentization) (thus the visibility "none") and in case of public exposure it is strongly recommended to follow pattern of: https://aip.dev/193 and expose as details field.
303
+
"A String",
304
+
],
259
305
"code": "A String", # [Output Only] The error type identifier for this error.
"detail": "A String", # Additional debugging information provided by the server.
308
+
"stackEntries": [ # The stack trace entries indicating where the error occurred.
309
+
"A String",
310
+
],
311
+
},
312
+
"errorDetails": [ # [Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
313
+
{
314
+
"errorInfo": { # Describes the cause of the error with structured details. Example of an error when contacting the "pubsub.googleapis.com" API when it is not enabled: { "reason": "API_DISABLED" "domain": "googleapis.com" "metadata": { "resource": "projects/123", "service": "pubsub.googleapis.com" } } This response indicates that the pubsub.googleapis.com API is not enabled. Example of an error that is returned when attempting to create a Spanner instance in a region that is out of stock: { "reason": "STOCKOUT" "domain": "spanner.googleapis.com", "metadata": { "availableRegions": "us-central1,us-east2" } }
315
+
"domain": "A String", # The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".
316
+
"metadata": { # Additional structured details about this error. Keys must match /a-z+/ but should ideally be lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {"instanceLimit": "100/request"}, should be returned as, {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request.
317
+
"a_key": "A String",
318
+
},
319
+
"reason": "A String", # The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
320
+
},
321
+
"help": { # Provides links to documentation or for performing an out of band action. For example, if a quota check failed with an error indicating the calling project hasn't enabled the accessed service, this can contain a URL pointing directly to the right place in the developer console to flip the bit.
322
+
"links": [ # URL(s) pointing to additional information on handling the current error.
323
+
{ # Describes a URL link.
324
+
"description": "A String", # Describes what the link offers.
325
+
"url": "A String", # The URL of the link.
326
+
},
327
+
],
328
+
},
329
+
"localizedMessage": { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error.
330
+
"locale": "A String", # The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
331
+
"message": "A String", # The localized error message in the above locale.
332
+
},
333
+
"quotaInfo": { # Additional details for quota exceeded error for resource quota.
334
+
"dimensions": { # The map holding related quota dimensions.
335
+
"a_key": "A String",
336
+
},
337
+
"futureLimit": 3.14, # Future quota limit being rolled out. The limit's unit depends on the quota type or metric.
338
+
"limit": 3.14, # Current effective quota limit. The limit's unit depends on the quota type or metric.
339
+
"limitName": "A String", # The name of the quota limit.
340
+
"metricName": "A String", # The Compute Engine quota metric name.
341
+
"rolloutStatus": "A String", # Rollout status of the future quota limit.
342
+
},
343
+
},
344
+
],
260
345
"location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional.
0 commit comments