@maxim_mazurok/gapi.client.datamigration-v1 0.0.20221220 → 0.0.20230105
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 +13 -9
- package/package.json +1 -1
- package/tests.ts +2 -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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230105
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1037,8 +1037,8 @@ declare namespace gapi.client {
|
|
|
1037
1037
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1038
1038
|
quotaUser?: string;
|
|
1039
1039
|
/**
|
|
1040
|
-
* A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always
|
|
1041
|
-
* value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
|
|
1040
|
+
* Optional. A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always
|
|
1041
|
+
* set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
|
|
1042
1042
|
*/
|
|
1043
1043
|
requestId?: string;
|
|
1044
1044
|
/** Optional. Create the connection profile without validating it. The default is false. Only supported for Oracle connection profiles. */
|
|
@@ -1076,8 +1076,8 @@ declare namespace gapi.client {
|
|
|
1076
1076
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1077
1077
|
quotaUser?: string;
|
|
1078
1078
|
/**
|
|
1079
|
-
* A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always
|
|
1080
|
-
* value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
|
|
1079
|
+
* Optional. A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always
|
|
1080
|
+
* set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
|
|
1081
1081
|
*/
|
|
1082
1082
|
requestId?: string;
|
|
1083
1083
|
/** Optional. Create the connection profile without validating it. The default is false. Only supported for Oracle connection profiles. */
|
|
@@ -1258,8 +1258,8 @@ declare namespace gapi.client {
|
|
|
1258
1258
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1259
1259
|
quotaUser?: string;
|
|
1260
1260
|
/**
|
|
1261
|
-
* A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always
|
|
1262
|
-
* value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
|
|
1261
|
+
* Optional. A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always
|
|
1262
|
+
* set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
|
|
1263
1263
|
*/
|
|
1264
1264
|
requestId?: string;
|
|
1265
1265
|
/** Optional. Update the connection profile without validating it. The default is false. Only supported for Oracle connection profiles. */
|
|
@@ -1297,8 +1297,8 @@ declare namespace gapi.client {
|
|
|
1297
1297
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1298
1298
|
quotaUser?: string;
|
|
1299
1299
|
/**
|
|
1300
|
-
* A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always
|
|
1301
|
-
* value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
|
|
1300
|
+
* Optional. A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always
|
|
1301
|
+
* set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
|
|
1302
1302
|
*/
|
|
1303
1303
|
requestId?: string;
|
|
1304
1304
|
/** Optional. Update the connection profile without validating it. The default is false. Only supported for Oracle connection profiles. */
|
|
@@ -3024,6 +3024,8 @@ declare namespace gapi.client {
|
|
|
3024
3024
|
* set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
|
|
3025
3025
|
*/
|
|
3026
3026
|
requestId?: string;
|
|
3027
|
+
/** Optional. If set to true, will skip validations. */
|
|
3028
|
+
skipValidation?: boolean;
|
|
3027
3029
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3028
3030
|
upload_protocol?: string;
|
|
3029
3031
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -3059,6 +3061,8 @@ declare namespace gapi.client {
|
|
|
3059
3061
|
* set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
|
|
3060
3062
|
*/
|
|
3061
3063
|
requestId?: string;
|
|
3064
|
+
/** Optional. If set to true, will skip validations. */
|
|
3065
|
+
skipValidation?: boolean;
|
|
3062
3066
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3063
3067
|
upload_protocol?: string;
|
|
3064
3068
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230105
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -831,6 +831,7 @@ gapi.load('client', async () => {
|
|
|
831
831
|
parent: "Test string",
|
|
832
832
|
privateConnectionId: "Test string",
|
|
833
833
|
requestId: "Test string",
|
|
834
|
+
skipValidation: true,
|
|
834
835
|
}, {
|
|
835
836
|
createTime: "Test string",
|
|
836
837
|
displayName: "Test string",
|