@google-cloud/dms 2.2.0 → 2.2.1
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/CHANGELOG.md +7 -0
- package/build/protos/google/cloud/clouddms/v1/clouddms.proto +1 -1
- package/build/protos/google/cloud/clouddms/v1/clouddms_resources.proto +1 -1
- package/build/protos/protos.d.ts +1493 -0
- package/build/protos/protos.js +3853 -0
- package/build/protos/protos.json +293 -1
- package/build/src/index.d.ts +1 -1
- package/build/src/v1/data_migration_service_client.d.ts +9 -9
- package/build/src/v1/data_migration_service_client.js +4 -4
- package/package.json +1 -1
package/build/protos/protos.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"v1": {
|
|
10
10
|
"options": {
|
|
11
11
|
"csharp_namespace": "Google.Cloud.CloudDms.V1",
|
|
12
|
-
"go_package": "google.
|
|
12
|
+
"go_package": "cloud.google.com/go/clouddms/apiv1/clouddmspb;clouddmspb",
|
|
13
13
|
"java_multiple_files": true,
|
|
14
14
|
"java_outer_classname": "ClouddmsResourcesProto",
|
|
15
15
|
"java_package": "com.google.cloud.clouddms.v1",
|
|
@@ -1674,6 +1674,248 @@
|
|
|
1674
1674
|
"id": 1050,
|
|
1675
1675
|
"extend": "google.protobuf.ServiceOptions"
|
|
1676
1676
|
},
|
|
1677
|
+
"CommonLanguageSettings": {
|
|
1678
|
+
"fields": {
|
|
1679
|
+
"referenceDocsUri": {
|
|
1680
|
+
"type": "string",
|
|
1681
|
+
"id": 1,
|
|
1682
|
+
"options": {
|
|
1683
|
+
"deprecated": true
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
"destinations": {
|
|
1687
|
+
"rule": "repeated",
|
|
1688
|
+
"type": "ClientLibraryDestination",
|
|
1689
|
+
"id": 2
|
|
1690
|
+
}
|
|
1691
|
+
}
|
|
1692
|
+
},
|
|
1693
|
+
"ClientLibrarySettings": {
|
|
1694
|
+
"fields": {
|
|
1695
|
+
"version": {
|
|
1696
|
+
"type": "string",
|
|
1697
|
+
"id": 1
|
|
1698
|
+
},
|
|
1699
|
+
"launchStage": {
|
|
1700
|
+
"type": "LaunchStage",
|
|
1701
|
+
"id": 2
|
|
1702
|
+
},
|
|
1703
|
+
"restNumericEnums": {
|
|
1704
|
+
"type": "bool",
|
|
1705
|
+
"id": 3
|
|
1706
|
+
},
|
|
1707
|
+
"javaSettings": {
|
|
1708
|
+
"type": "JavaSettings",
|
|
1709
|
+
"id": 21
|
|
1710
|
+
},
|
|
1711
|
+
"cppSettings": {
|
|
1712
|
+
"type": "CppSettings",
|
|
1713
|
+
"id": 22
|
|
1714
|
+
},
|
|
1715
|
+
"phpSettings": {
|
|
1716
|
+
"type": "PhpSettings",
|
|
1717
|
+
"id": 23
|
|
1718
|
+
},
|
|
1719
|
+
"pythonSettings": {
|
|
1720
|
+
"type": "PythonSettings",
|
|
1721
|
+
"id": 24
|
|
1722
|
+
},
|
|
1723
|
+
"nodeSettings": {
|
|
1724
|
+
"type": "NodeSettings",
|
|
1725
|
+
"id": 25
|
|
1726
|
+
},
|
|
1727
|
+
"dotnetSettings": {
|
|
1728
|
+
"type": "DotnetSettings",
|
|
1729
|
+
"id": 26
|
|
1730
|
+
},
|
|
1731
|
+
"rubySettings": {
|
|
1732
|
+
"type": "RubySettings",
|
|
1733
|
+
"id": 27
|
|
1734
|
+
},
|
|
1735
|
+
"goSettings": {
|
|
1736
|
+
"type": "GoSettings",
|
|
1737
|
+
"id": 28
|
|
1738
|
+
}
|
|
1739
|
+
}
|
|
1740
|
+
},
|
|
1741
|
+
"Publishing": {
|
|
1742
|
+
"fields": {
|
|
1743
|
+
"methodSettings": {
|
|
1744
|
+
"rule": "repeated",
|
|
1745
|
+
"type": "MethodSettings",
|
|
1746
|
+
"id": 2
|
|
1747
|
+
},
|
|
1748
|
+
"newIssueUri": {
|
|
1749
|
+
"type": "string",
|
|
1750
|
+
"id": 101
|
|
1751
|
+
},
|
|
1752
|
+
"documentationUri": {
|
|
1753
|
+
"type": "string",
|
|
1754
|
+
"id": 102
|
|
1755
|
+
},
|
|
1756
|
+
"apiShortName": {
|
|
1757
|
+
"type": "string",
|
|
1758
|
+
"id": 103
|
|
1759
|
+
},
|
|
1760
|
+
"githubLabel": {
|
|
1761
|
+
"type": "string",
|
|
1762
|
+
"id": 104
|
|
1763
|
+
},
|
|
1764
|
+
"codeownerGithubTeams": {
|
|
1765
|
+
"rule": "repeated",
|
|
1766
|
+
"type": "string",
|
|
1767
|
+
"id": 105
|
|
1768
|
+
},
|
|
1769
|
+
"docTagPrefix": {
|
|
1770
|
+
"type": "string",
|
|
1771
|
+
"id": 106
|
|
1772
|
+
},
|
|
1773
|
+
"organization": {
|
|
1774
|
+
"type": "ClientLibraryOrganization",
|
|
1775
|
+
"id": 107
|
|
1776
|
+
},
|
|
1777
|
+
"librarySettings": {
|
|
1778
|
+
"rule": "repeated",
|
|
1779
|
+
"type": "ClientLibrarySettings",
|
|
1780
|
+
"id": 109
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
},
|
|
1784
|
+
"JavaSettings": {
|
|
1785
|
+
"fields": {
|
|
1786
|
+
"libraryPackage": {
|
|
1787
|
+
"type": "string",
|
|
1788
|
+
"id": 1
|
|
1789
|
+
},
|
|
1790
|
+
"serviceClassNames": {
|
|
1791
|
+
"keyType": "string",
|
|
1792
|
+
"type": "string",
|
|
1793
|
+
"id": 2
|
|
1794
|
+
},
|
|
1795
|
+
"common": {
|
|
1796
|
+
"type": "CommonLanguageSettings",
|
|
1797
|
+
"id": 3
|
|
1798
|
+
}
|
|
1799
|
+
}
|
|
1800
|
+
},
|
|
1801
|
+
"CppSettings": {
|
|
1802
|
+
"fields": {
|
|
1803
|
+
"common": {
|
|
1804
|
+
"type": "CommonLanguageSettings",
|
|
1805
|
+
"id": 1
|
|
1806
|
+
}
|
|
1807
|
+
}
|
|
1808
|
+
},
|
|
1809
|
+
"PhpSettings": {
|
|
1810
|
+
"fields": {
|
|
1811
|
+
"common": {
|
|
1812
|
+
"type": "CommonLanguageSettings",
|
|
1813
|
+
"id": 1
|
|
1814
|
+
}
|
|
1815
|
+
}
|
|
1816
|
+
},
|
|
1817
|
+
"PythonSettings": {
|
|
1818
|
+
"fields": {
|
|
1819
|
+
"common": {
|
|
1820
|
+
"type": "CommonLanguageSettings",
|
|
1821
|
+
"id": 1
|
|
1822
|
+
}
|
|
1823
|
+
}
|
|
1824
|
+
},
|
|
1825
|
+
"NodeSettings": {
|
|
1826
|
+
"fields": {
|
|
1827
|
+
"common": {
|
|
1828
|
+
"type": "CommonLanguageSettings",
|
|
1829
|
+
"id": 1
|
|
1830
|
+
}
|
|
1831
|
+
}
|
|
1832
|
+
},
|
|
1833
|
+
"DotnetSettings": {
|
|
1834
|
+
"fields": {
|
|
1835
|
+
"common": {
|
|
1836
|
+
"type": "CommonLanguageSettings",
|
|
1837
|
+
"id": 1
|
|
1838
|
+
}
|
|
1839
|
+
}
|
|
1840
|
+
},
|
|
1841
|
+
"RubySettings": {
|
|
1842
|
+
"fields": {
|
|
1843
|
+
"common": {
|
|
1844
|
+
"type": "CommonLanguageSettings",
|
|
1845
|
+
"id": 1
|
|
1846
|
+
}
|
|
1847
|
+
}
|
|
1848
|
+
},
|
|
1849
|
+
"GoSettings": {
|
|
1850
|
+
"fields": {
|
|
1851
|
+
"common": {
|
|
1852
|
+
"type": "CommonLanguageSettings",
|
|
1853
|
+
"id": 1
|
|
1854
|
+
}
|
|
1855
|
+
}
|
|
1856
|
+
},
|
|
1857
|
+
"MethodSettings": {
|
|
1858
|
+
"fields": {
|
|
1859
|
+
"selector": {
|
|
1860
|
+
"type": "string",
|
|
1861
|
+
"id": 1
|
|
1862
|
+
},
|
|
1863
|
+
"longRunning": {
|
|
1864
|
+
"type": "LongRunning",
|
|
1865
|
+
"id": 2
|
|
1866
|
+
}
|
|
1867
|
+
},
|
|
1868
|
+
"nested": {
|
|
1869
|
+
"LongRunning": {
|
|
1870
|
+
"fields": {
|
|
1871
|
+
"initialPollDelay": {
|
|
1872
|
+
"type": "google.protobuf.Duration",
|
|
1873
|
+
"id": 1
|
|
1874
|
+
},
|
|
1875
|
+
"pollDelayMultiplier": {
|
|
1876
|
+
"type": "float",
|
|
1877
|
+
"id": 2
|
|
1878
|
+
},
|
|
1879
|
+
"maxPollDelay": {
|
|
1880
|
+
"type": "google.protobuf.Duration",
|
|
1881
|
+
"id": 3
|
|
1882
|
+
},
|
|
1883
|
+
"totalPollTimeout": {
|
|
1884
|
+
"type": "google.protobuf.Duration",
|
|
1885
|
+
"id": 4
|
|
1886
|
+
}
|
|
1887
|
+
}
|
|
1888
|
+
}
|
|
1889
|
+
}
|
|
1890
|
+
},
|
|
1891
|
+
"ClientLibraryOrganization": {
|
|
1892
|
+
"values": {
|
|
1893
|
+
"CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED": 0,
|
|
1894
|
+
"CLOUD": 1,
|
|
1895
|
+
"ADS": 2,
|
|
1896
|
+
"PHOTOS": 3,
|
|
1897
|
+
"STREET_VIEW": 4
|
|
1898
|
+
}
|
|
1899
|
+
},
|
|
1900
|
+
"ClientLibraryDestination": {
|
|
1901
|
+
"values": {
|
|
1902
|
+
"CLIENT_LIBRARY_DESTINATION_UNSPECIFIED": 0,
|
|
1903
|
+
"GITHUB": 10,
|
|
1904
|
+
"PACKAGE_MANAGER": 20
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
"LaunchStage": {
|
|
1908
|
+
"values": {
|
|
1909
|
+
"LAUNCH_STAGE_UNSPECIFIED": 0,
|
|
1910
|
+
"UNIMPLEMENTED": 6,
|
|
1911
|
+
"PRELAUNCH": 7,
|
|
1912
|
+
"EARLY_ACCESS": 1,
|
|
1913
|
+
"ALPHA": 2,
|
|
1914
|
+
"BETA": 3,
|
|
1915
|
+
"GA": 4,
|
|
1916
|
+
"DEPRECATED": 5
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1677
1919
|
"fieldBehavior": {
|
|
1678
1920
|
"rule": "repeated",
|
|
1679
1921
|
"type": "google.api.FieldBehavior",
|
|
@@ -2323,6 +2565,13 @@
|
|
|
2323
2565
|
"type": "bool",
|
|
2324
2566
|
"id": 7
|
|
2325
2567
|
},
|
|
2568
|
+
"deprecatedLegacyJsonFieldConflicts": {
|
|
2569
|
+
"type": "bool",
|
|
2570
|
+
"id": 11,
|
|
2571
|
+
"options": {
|
|
2572
|
+
"deprecated": true
|
|
2573
|
+
}
|
|
2574
|
+
},
|
|
2326
2575
|
"uninterpretedOption": {
|
|
2327
2576
|
"rule": "repeated",
|
|
2328
2577
|
"type": "UninterpretedOption",
|
|
@@ -2406,6 +2655,21 @@
|
|
|
2406
2655
|
"default": false
|
|
2407
2656
|
}
|
|
2408
2657
|
},
|
|
2658
|
+
"debugRedact": {
|
|
2659
|
+
"type": "bool",
|
|
2660
|
+
"id": 16,
|
|
2661
|
+
"options": {
|
|
2662
|
+
"default": false
|
|
2663
|
+
}
|
|
2664
|
+
},
|
|
2665
|
+
"retention": {
|
|
2666
|
+
"type": "OptionRetention",
|
|
2667
|
+
"id": 17
|
|
2668
|
+
},
|
|
2669
|
+
"target": {
|
|
2670
|
+
"type": "OptionTargetType",
|
|
2671
|
+
"id": 18
|
|
2672
|
+
},
|
|
2409
2673
|
"uninterpretedOption": {
|
|
2410
2674
|
"rule": "repeated",
|
|
2411
2675
|
"type": "UninterpretedOption",
|
|
@@ -2438,6 +2702,27 @@
|
|
|
2438
2702
|
"JS_STRING": 1,
|
|
2439
2703
|
"JS_NUMBER": 2
|
|
2440
2704
|
}
|
|
2705
|
+
},
|
|
2706
|
+
"OptionRetention": {
|
|
2707
|
+
"values": {
|
|
2708
|
+
"RETENTION_UNKNOWN": 0,
|
|
2709
|
+
"RETENTION_RUNTIME": 1,
|
|
2710
|
+
"RETENTION_SOURCE": 2
|
|
2711
|
+
}
|
|
2712
|
+
},
|
|
2713
|
+
"OptionTargetType": {
|
|
2714
|
+
"values": {
|
|
2715
|
+
"TARGET_TYPE_UNKNOWN": 0,
|
|
2716
|
+
"TARGET_TYPE_FILE": 1,
|
|
2717
|
+
"TARGET_TYPE_EXTENSION_RANGE": 2,
|
|
2718
|
+
"TARGET_TYPE_MESSAGE": 3,
|
|
2719
|
+
"TARGET_TYPE_FIELD": 4,
|
|
2720
|
+
"TARGET_TYPE_ONEOF": 5,
|
|
2721
|
+
"TARGET_TYPE_ENUM": 6,
|
|
2722
|
+
"TARGET_TYPE_ENUM_ENTRY": 7,
|
|
2723
|
+
"TARGET_TYPE_SERVICE": 8,
|
|
2724
|
+
"TARGET_TYPE_METHOD": 9
|
|
2725
|
+
}
|
|
2441
2726
|
}
|
|
2442
2727
|
}
|
|
2443
2728
|
},
|
|
@@ -2469,6 +2754,13 @@
|
|
|
2469
2754
|
"default": false
|
|
2470
2755
|
}
|
|
2471
2756
|
},
|
|
2757
|
+
"deprecatedLegacyJsonFieldConflicts": {
|
|
2758
|
+
"type": "bool",
|
|
2759
|
+
"id": 6,
|
|
2760
|
+
"options": {
|
|
2761
|
+
"deprecated": true
|
|
2762
|
+
}
|
|
2763
|
+
},
|
|
2472
2764
|
"uninterpretedOption": {
|
|
2473
2765
|
"rule": "repeated",
|
|
2474
2766
|
"type": "UninterpretedOption",
|
package/build/src/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as v1 from './v1';
|
|
2
2
|
declare const DataMigrationServiceClient: typeof v1.DataMigrationServiceClient;
|
|
3
|
-
|
|
3
|
+
type DataMigrationServiceClient = v1.DataMigrationServiceClient;
|
|
4
4
|
export { v1, DataMigrationServiceClient };
|
|
5
5
|
declare const _default: {
|
|
6
6
|
v1: typeof v1;
|
|
@@ -118,7 +118,7 @@ export declare class DataMigrationServiceClient {
|
|
|
118
118
|
* @param {object} [options]
|
|
119
119
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
120
120
|
* @returns {Promise} - The promise which resolves to an array.
|
|
121
|
-
* The first element of the array is an object representing
|
|
121
|
+
* The first element of the array is an object representing {@link google.cloud.clouddms.v1.MigrationJob | MigrationJob}.
|
|
122
122
|
* Please see the
|
|
123
123
|
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
124
124
|
* for more details and examples.
|
|
@@ -151,7 +151,7 @@ export declare class DataMigrationServiceClient {
|
|
|
151
151
|
* @param {object} [options]
|
|
152
152
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
153
153
|
* @returns {Promise} - The promise which resolves to an array.
|
|
154
|
-
* The first element of the array is an object representing
|
|
154
|
+
* The first element of the array is an object representing {@link google.cloud.clouddms.v1.SshScript | SshScript}.
|
|
155
155
|
* Please see the
|
|
156
156
|
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
157
157
|
* for more details and examples.
|
|
@@ -175,7 +175,7 @@ export declare class DataMigrationServiceClient {
|
|
|
175
175
|
* @param {object} [options]
|
|
176
176
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
177
177
|
* @returns {Promise} - The promise which resolves to an array.
|
|
178
|
-
* The first element of the array is an object representing
|
|
178
|
+
* The first element of the array is an object representing {@link google.cloud.clouddms.v1.ConnectionProfile | ConnectionProfile}.
|
|
179
179
|
* Please see the
|
|
180
180
|
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
|
181
181
|
* for more details and examples.
|
|
@@ -769,7 +769,7 @@ export declare class DataMigrationServiceClient {
|
|
|
769
769
|
* @param {object} [options]
|
|
770
770
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
771
771
|
* @returns {Promise} - The promise which resolves to an array.
|
|
772
|
-
* The first element of the array is Array of
|
|
772
|
+
* The first element of the array is Array of {@link google.cloud.clouddms.v1.MigrationJob | MigrationJob}.
|
|
773
773
|
* The client library will perform auto-pagination by default: it will call the API as many
|
|
774
774
|
* times as needed and will merge results from all the pages into this array.
|
|
775
775
|
* Note that it can affect your quota.
|
|
@@ -819,7 +819,7 @@ export declare class DataMigrationServiceClient {
|
|
|
819
819
|
* @param {object} [options]
|
|
820
820
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
821
821
|
* @returns {Stream}
|
|
822
|
-
* An object stream which emits an object representing
|
|
822
|
+
* An object stream which emits an object representing {@link google.cloud.clouddms.v1.MigrationJob | MigrationJob} on 'data' event.
|
|
823
823
|
* The client library will perform auto-pagination by default: it will call the API as many
|
|
824
824
|
* times as needed. Note that it can affect your quota.
|
|
825
825
|
* We recommend using `listMigrationJobsAsync()`
|
|
@@ -866,7 +866,7 @@ export declare class DataMigrationServiceClient {
|
|
|
866
866
|
* @returns {Object}
|
|
867
867
|
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
|
|
868
868
|
* When you iterate the returned iterable, each element will be an object representing
|
|
869
|
-
*
|
|
869
|
+
* {@link google.cloud.clouddms.v1.MigrationJob | MigrationJob}. The API will be called under the hood as needed, once per the page,
|
|
870
870
|
* so you can stop the iteration when you don't need more results.
|
|
871
871
|
* Please see the
|
|
872
872
|
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
@@ -908,7 +908,7 @@ export declare class DataMigrationServiceClient {
|
|
|
908
908
|
* @param {object} [options]
|
|
909
909
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
910
910
|
* @returns {Promise} - The promise which resolves to an array.
|
|
911
|
-
* The first element of the array is Array of
|
|
911
|
+
* The first element of the array is Array of {@link google.cloud.clouddms.v1.ConnectionProfile | ConnectionProfile}.
|
|
912
912
|
* The client library will perform auto-pagination by default: it will call the API as many
|
|
913
913
|
* times as needed and will merge results from all the pages into this array.
|
|
914
914
|
* Note that it can affect your quota.
|
|
@@ -957,7 +957,7 @@ export declare class DataMigrationServiceClient {
|
|
|
957
957
|
* @param {object} [options]
|
|
958
958
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
959
959
|
* @returns {Stream}
|
|
960
|
-
* An object stream which emits an object representing
|
|
960
|
+
* An object stream which emits an object representing {@link google.cloud.clouddms.v1.ConnectionProfile | ConnectionProfile} on 'data' event.
|
|
961
961
|
* The client library will perform auto-pagination by default: it will call the API as many
|
|
962
962
|
* times as needed. Note that it can affect your quota.
|
|
963
963
|
* We recommend using `listConnectionProfilesAsync()`
|
|
@@ -1003,7 +1003,7 @@ export declare class DataMigrationServiceClient {
|
|
|
1003
1003
|
* @returns {Object}
|
|
1004
1004
|
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
|
|
1005
1005
|
* When you iterate the returned iterable, each element will be an object representing
|
|
1006
|
-
*
|
|
1006
|
+
* {@link google.cloud.clouddms.v1.ConnectionProfile | ConnectionProfile}. The API will be called under the hood as needed, once per the page,
|
|
1007
1007
|
* so you can stop the iteration when you don't need more results.
|
|
1008
1008
|
* Please see the
|
|
1009
1009
|
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
@@ -956,7 +956,7 @@ class DataMigrationServiceClient {
|
|
|
956
956
|
* @param {object} [options]
|
|
957
957
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
958
958
|
* @returns {Stream}
|
|
959
|
-
* An object stream which emits an object representing
|
|
959
|
+
* An object stream which emits an object representing {@link google.cloud.clouddms.v1.MigrationJob | MigrationJob} on 'data' event.
|
|
960
960
|
* The client library will perform auto-pagination by default: it will call the API as many
|
|
961
961
|
* times as needed. Note that it can affect your quota.
|
|
962
962
|
* We recommend using `listMigrationJobsAsync()`
|
|
@@ -1017,7 +1017,7 @@ class DataMigrationServiceClient {
|
|
|
1017
1017
|
* @returns {Object}
|
|
1018
1018
|
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
|
|
1019
1019
|
* When you iterate the returned iterable, each element will be an object representing
|
|
1020
|
-
*
|
|
1020
|
+
* {@link google.cloud.clouddms.v1.MigrationJob | MigrationJob}. The API will be called under the hood as needed, once per the page,
|
|
1021
1021
|
* so you can stop the iteration when you don't need more results.
|
|
1022
1022
|
* Please see the
|
|
1023
1023
|
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
|
@@ -1093,7 +1093,7 @@ class DataMigrationServiceClient {
|
|
|
1093
1093
|
* @param {object} [options]
|
|
1094
1094
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
1095
1095
|
* @returns {Stream}
|
|
1096
|
-
* An object stream which emits an object representing
|
|
1096
|
+
* An object stream which emits an object representing {@link google.cloud.clouddms.v1.ConnectionProfile | ConnectionProfile} on 'data' event.
|
|
1097
1097
|
* The client library will perform auto-pagination by default: it will call the API as many
|
|
1098
1098
|
* times as needed. Note that it can affect your quota.
|
|
1099
1099
|
* We recommend using `listConnectionProfilesAsync()`
|
|
@@ -1153,7 +1153,7 @@ class DataMigrationServiceClient {
|
|
|
1153
1153
|
* @returns {Object}
|
|
1154
1154
|
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
|
|
1155
1155
|
* When you iterate the returned iterable, each element will be an object representing
|
|
1156
|
-
*
|
|
1156
|
+
* {@link google.cloud.clouddms.v1.ConnectionProfile | ConnectionProfile}. The API will be called under the hood as needed, once per the page,
|
|
1157
1157
|
* so you can stop the iteration when you don't need more results.
|
|
1158
1158
|
* Please see the
|
|
1159
1159
|
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|