@maxim_mazurok/gapi.client.datamigration-v1 0.0.20221220 → 0.0.20230118

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.
Files changed (3) hide show
  1. package/index.d.ts +15 -11
  2. package/package.json +1 -1
  3. 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: 20221220
12
+ // Revision: 20230118
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 set this
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 set this
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 set this
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 set this
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. */
@@ -1768,7 +1768,7 @@ declare namespace gapi.client {
1768
1768
  conversionWorkspace: string;
1769
1769
  /** Selector specifying which fields to include in a partial response. */
1770
1770
  fields?: string;
1771
- /** Filter the returned entities based on AIP-160 standard */
1771
+ /** Filter the returned entities based on AIP-160 standard. */
1772
1772
  filter?: string;
1773
1773
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1774
1774
  key?: string;
@@ -1786,7 +1786,7 @@ declare namespace gapi.client {
1786
1786
  prettyPrint?: boolean;
1787
1787
  /** 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. */
1788
1788
  quotaUser?: string;
1789
- /** The tree to fetch */
1789
+ /** The tree to fetch. */
1790
1790
  tree?: string;
1791
1791
  /** Whether to retrieve the latest committed version of the entities or the latest version. This field is ignored if a specific commit_id is specified. */
1792
1792
  uncommitted?: boolean;
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.datamigration-v1",
3
- "version": "0.0.20221220",
3
+ "version": "0.0.20230118",
4
4
  "description": "TypeScript typings for Database Migration API v1",
5
5
  "license": "MIT",
6
6
  "author": {
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: 20221220
6
+ // Revision: 20230118
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",