@maxim_mazurok/gapi.client.datamigration-v1beta1 0.2.20260706 → 0.2.20260718
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://datamigration.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260718
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -147,7 +147,7 @@ declare namespace gapi.client {
|
|
|
147
147
|
domain?: string;
|
|
148
148
|
/** Additional structured details about this error. Keys must match a regular expression of `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. */
|
|
149
149
|
metadata?: {[P in string]: string};
|
|
150
|
-
/** The reason
|
|
150
|
+
/** The reason for 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. */
|
|
151
151
|
reason?: string;
|
|
152
152
|
}
|
|
153
153
|
interface Expr {
|
|
@@ -167,7 +167,7 @@ declare namespace gapi.client {
|
|
|
167
167
|
field?: string;
|
|
168
168
|
/** Provides a localized error message for field-level errors that is safe to return to the API consumer. */
|
|
169
169
|
localizedMessage?: LocalizedMessage;
|
|
170
|
-
/** The reason
|
|
170
|
+
/** The reason for the field-level error. This is a constant value that identifies the proximate cause of the field-level error. It should uniquely identify the type of the FieldViolation within the scope of the google.rpc.ErrorInfo.domain. This should be at most 63 characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE. */
|
|
171
171
|
reason?: string;
|
|
172
172
|
}
|
|
173
173
|
interface GenerateSshScriptRequest {
|