@google-cloud/dms 4.0.1 → 4.1.0

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/README.md CHANGED
@@ -44,7 +44,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
44
44
  1. [Select or create a Cloud Platform project][projects].
45
45
  1. [Enable billing for your project][billing].
46
46
  1. [Enable the Cloud Database Migration Service API][enable_api].
47
- 1. [Set up authentication with a service account][auth] so you can access the
47
+ 1. [Set up authentication][auth] so you can access the
48
48
  API from your local workstation.
49
49
 
50
50
  ### Installing the client library
@@ -194,4 +194,4 @@ See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/LICENSE)
194
194
  [projects]: https://console.cloud.google.com/project
195
195
  [billing]: https://support.google.com/cloud/answer/6293499#enable-billing
196
196
  [enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=datamigration.googleapis.com
197
- [auth]: https://cloud.google.com/docs/authentication/getting-started
197
+ [auth]: https://cloud.google.com/docs/authentication/external/set-up-adc-local
@@ -15608,13 +15608,13 @@ export namespace google {
15608
15608
  increment?: (number|Long|string|null);
15609
15609
 
15610
15610
  /** SequenceEntity startValue */
15611
- startValue?: (Uint8Array|string|null);
15611
+ startValue?: (Uint8Array|Buffer|string|null);
15612
15612
 
15613
15613
  /** SequenceEntity maxValue */
15614
- maxValue?: (Uint8Array|string|null);
15614
+ maxValue?: (Uint8Array|Buffer|string|null);
15615
15615
 
15616
15616
  /** SequenceEntity minValue */
15617
- minValue?: (Uint8Array|string|null);
15617
+ minValue?: (Uint8Array|Buffer|string|null);
15618
15618
 
15619
15619
  /** SequenceEntity cycle */
15620
15620
  cycle?: (boolean|null);
@@ -15639,13 +15639,13 @@ export namespace google {
15639
15639
  public increment: (number|Long|string);
15640
15640
 
15641
15641
  /** SequenceEntity startValue. */
15642
- public startValue: (Uint8Array|string);
15642
+ public startValue: (Uint8Array|Buffer|string);
15643
15643
 
15644
15644
  /** SequenceEntity maxValue. */
15645
- public maxValue: (Uint8Array|string);
15645
+ public maxValue: (Uint8Array|Buffer|string);
15646
15646
 
15647
15647
  /** SequenceEntity minValue. */
15648
- public minValue: (Uint8Array|string);
15648
+ public minValue: (Uint8Array|Buffer|string);
15649
15649
 
15650
15650
  /** SequenceEntity cycle. */
15651
15651
  public cycle: boolean;
@@ -16782,12 +16782,6 @@ export namespace google {
16782
16782
  /** EntityIssue entityType. */
16783
16783
  public entityType: (google.cloud.clouddms.v1.DatabaseEntityType|keyof typeof google.cloud.clouddms.v1.DatabaseEntityType);
16784
16784
 
16785
- /** EntityIssue _ddl. */
16786
- public _ddl?: "ddl";
16787
-
16788
- /** EntityIssue _position. */
16789
- public _position?: "position";
16790
-
16791
16785
  /**
16792
16786
  * Creates a new EntityIssue instance using the specified properties.
16793
16787
  * @param [properties] Properties to set
@@ -17727,6 +17721,9 @@ export namespace google {
17727
17721
 
17728
17722
  /** Publishing protoReferenceDocumentationUri */
17729
17723
  protoReferenceDocumentationUri?: (string|null);
17724
+
17725
+ /** Publishing restReferenceDocumentationUri */
17726
+ restReferenceDocumentationUri?: (string|null);
17730
17727
  }
17731
17728
 
17732
17729
  /** Represents a Publishing. */
@@ -17768,6 +17765,9 @@ export namespace google {
17768
17765
  /** Publishing protoReferenceDocumentationUri. */
17769
17766
  public protoReferenceDocumentationUri: string;
17770
17767
 
17768
+ /** Publishing restReferenceDocumentationUri. */
17769
+ public restReferenceDocumentationUri: string;
17770
+
17771
17771
  /**
17772
17772
  * Creates a new Publishing instance using the specified properties.
17773
17773
  * @param [properties] Properties to set
@@ -21985,6 +21985,9 @@ export namespace google {
21985
21985
 
21986
21986
  /** ServiceOptions .google.api.oauthScopes */
21987
21987
  ".google.api.oauthScopes"?: (string|null);
21988
+
21989
+ /** ServiceOptions .google.api.apiVersion */
21990
+ ".google.api.apiVersion"?: (string|null);
21988
21991
  }
21989
21992
 
21990
21993
  /** Represents a ServiceOptions. */
@@ -22236,7 +22239,7 @@ export namespace google {
22236
22239
  doubleValue?: (number|null);
22237
22240
 
22238
22241
  /** UninterpretedOption stringValue */
22239
- stringValue?: (Uint8Array|string|null);
22242
+ stringValue?: (Uint8Array|Buffer|string|null);
22240
22243
 
22241
22244
  /** UninterpretedOption aggregateValue */
22242
22245
  aggregateValue?: (string|null);
@@ -22267,7 +22270,7 @@ export namespace google {
22267
22270
  public doubleValue: number;
22268
22271
 
22269
22272
  /** UninterpretedOption stringValue. */
22270
- public stringValue: (Uint8Array|string);
22273
+ public stringValue: (Uint8Array|Buffer|string);
22271
22274
 
22272
22275
  /** UninterpretedOption aggregateValue. */
22273
22276
  public aggregateValue: string;
@@ -24282,7 +24285,7 @@ export namespace google {
24282
24285
  interface IBytesValue {
24283
24286
 
24284
24287
  /** BytesValue value */
24285
- value?: (Uint8Array|string|null);
24288
+ value?: (Uint8Array|Buffer|string|null);
24286
24289
  }
24287
24290
 
24288
24291
  /** Represents a BytesValue. */
@@ -24295,7 +24298,7 @@ export namespace google {
24295
24298
  constructor(properties?: google.protobuf.IBytesValue);
24296
24299
 
24297
24300
  /** BytesValue value. */
24298
- public value: (Uint8Array|string);
24301
+ public value: (Uint8Array|Buffer|string);
24299
24302
 
24300
24303
  /**
24301
24304
  * Creates a new BytesValue instance using the specified properties.
@@ -24382,7 +24385,7 @@ export namespace google {
24382
24385
  type_url?: (string|null);
24383
24386
 
24384
24387
  /** Any value */
24385
- value?: (Uint8Array|string|null);
24388
+ value?: (Uint8Array|Buffer|string|null);
24386
24389
  }
24387
24390
 
24388
24391
  /** Represents an Any. */
@@ -24398,7 +24401,7 @@ export namespace google {
24398
24401
  public type_url: string;
24399
24402
 
24400
24403
  /** Any value. */
24401
- public value: (Uint8Array|string);
24404
+ public value: (Uint8Array|Buffer|string);
24402
24405
 
24403
24406
  /**
24404
24407
  * Creates a new Any instance using the specified properties.