oci-datacatalog 2.85.0 → 2.86.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/lib/client.d.ts +157 -148
- package/lib/client.js +211 -149
- package/lib/client.js.map +1 -1
- package/lib/model/import-lineage-details.d.ts +27 -0
- package/lib/model/import-lineage-details.js +31 -0
- package/lib/model/import-lineage-details.js.map +1 -0
- package/lib/model/import-lineage-job-result.d.ts +44 -0
- package/lib/model/import-lineage-job-result.js +31 -0
- package/lib/model/import-lineage-job-result.js.map +1 -0
- package/lib/model/index.d.ts +4 -0
- package/lib/model/index.js +6 -2
- package/lib/model/index.js.map +1 -1
- package/lib/request/add-catalog-lock-request.d.ts +1 -1
- package/lib/request/add-catalog-private-endpoint-lock-request.d.ts +1 -1
- package/lib/request/add-data-selector-patterns-request.d.ts +1 -1
- package/lib/request/add-metastore-lock-request.d.ts +1 -1
- package/lib/request/associate-custom-property-request.d.ts +1 -1
- package/lib/request/asynchronous-export-data-asset-request.d.ts +1 -1
- package/lib/request/asynchronous-export-glossary-request.d.ts +1 -1
- package/lib/request/attach-catalog-private-endpoint-request.d.ts +1 -1
- package/lib/request/change-catalog-compartment-request.d.ts +1 -1
- package/lib/request/change-catalog-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-metastore-compartment-request.d.ts +1 -1
- package/lib/request/create-attribute-request.d.ts +1 -1
- package/lib/request/create-attribute-tag-request.d.ts +1 -1
- package/lib/request/create-catalog-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-catalog-request.d.ts +1 -1
- package/lib/request/create-connection-request.d.ts +1 -1
- package/lib/request/create-custom-property-request.d.ts +1 -1
- package/lib/request/create-data-asset-request.d.ts +1 -1
- package/lib/request/create-data-asset-tag-request.d.ts +1 -1
- package/lib/request/create-entity-request.d.ts +1 -1
- package/lib/request/create-entity-tag-request.d.ts +1 -1
- package/lib/request/create-folder-request.d.ts +1 -1
- package/lib/request/create-folder-tag-request.d.ts +1 -1
- package/lib/request/create-glossary-request.d.ts +1 -1
- package/lib/request/create-job-definition-request.d.ts +1 -1
- package/lib/request/create-job-execution-request.d.ts +1 -1
- package/lib/request/create-job-request.d.ts +1 -1
- package/lib/request/create-metastore-request.d.ts +1 -1
- package/lib/request/create-namespace-request.d.ts +1 -1
- package/lib/request/create-pattern-request.d.ts +1 -1
- package/lib/request/create-term-relationship-request.d.ts +1 -1
- package/lib/request/create-term-request.d.ts +1 -1
- package/lib/request/delete-attribute-request.d.ts +1 -1
- package/lib/request/delete-attribute-tag-request.d.ts +1 -1
- package/lib/request/delete-catalog-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-catalog-request.d.ts +1 -1
- package/lib/request/delete-connection-request.d.ts +1 -1
- package/lib/request/delete-custom-property-request.d.ts +1 -1
- package/lib/request/delete-data-asset-request.d.ts +1 -1
- package/lib/request/delete-data-asset-tag-request.d.ts +1 -1
- package/lib/request/delete-entity-request.d.ts +1 -1
- package/lib/request/delete-entity-tag-request.d.ts +1 -1
- package/lib/request/delete-folder-request.d.ts +1 -1
- package/lib/request/delete-folder-tag-request.d.ts +1 -1
- package/lib/request/delete-glossary-request.d.ts +1 -1
- package/lib/request/delete-job-definition-request.d.ts +1 -1
- package/lib/request/delete-job-request.d.ts +1 -1
- package/lib/request/delete-metastore-request.d.ts +1 -1
- package/lib/request/delete-namespace-request.d.ts +1 -1
- package/lib/request/delete-pattern-request.d.ts +1 -1
- package/lib/request/delete-term-relationship-request.d.ts +1 -1
- package/lib/request/delete-term-request.d.ts +1 -1
- package/lib/request/detach-catalog-private-endpoint-request.d.ts +1 -1
- package/lib/request/disassociate-custom-property-request.d.ts +1 -1
- package/lib/request/expand-tree-for-glossary-request.d.ts +1 -1
- package/lib/request/export-glossary-request.d.ts +1 -1
- package/lib/request/fetch-entity-lineage-request.d.ts +1 -1
- package/lib/request/get-attribute-request.d.ts +1 -1
- package/lib/request/get-attribute-tag-request.d.ts +1 -1
- package/lib/request/get-catalog-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-catalog-request.d.ts +1 -1
- package/lib/request/get-connection-request.d.ts +1 -1
- package/lib/request/get-custom-property-request.d.ts +1 -1
- package/lib/request/get-data-asset-request.d.ts +1 -1
- package/lib/request/get-data-asset-tag-request.d.ts +1 -1
- package/lib/request/get-entity-request.d.ts +1 -1
- package/lib/request/get-entity-tag-request.d.ts +1 -1
- package/lib/request/get-folder-request.d.ts +1 -1
- package/lib/request/get-folder-tag-request.d.ts +1 -1
- package/lib/request/get-glossary-request.d.ts +1 -1
- package/lib/request/get-job-definition-request.d.ts +1 -1
- package/lib/request/get-job-execution-request.d.ts +1 -1
- package/lib/request/get-job-log-request.d.ts +1 -1
- package/lib/request/get-job-metrics-request.d.ts +1 -1
- package/lib/request/get-job-request.d.ts +1 -1
- package/lib/request/get-metastore-request.d.ts +1 -1
- package/lib/request/get-namespace-request.d.ts +1 -1
- package/lib/request/get-pattern-request.d.ts +1 -1
- package/lib/request/get-term-relationship-request.d.ts +1 -1
- package/lib/request/get-term-request.d.ts +1 -1
- package/lib/request/get-type-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/import-connection-request.d.ts +1 -1
- package/lib/request/import-data-asset-request.d.ts +1 -1
- package/lib/request/import-glossary-request.d.ts +1 -1
- package/lib/request/import-lineage-request.d.ts +44 -0
- package/lib/request/import-lineage-request.js +15 -0
- package/lib/request/import-lineage-request.js.map +1 -0
- package/lib/request/index.d.ts +2 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-aggregated-physical-entities-request.d.ts +1 -1
- package/lib/request/list-attribute-tags-request.d.ts +1 -1
- package/lib/request/list-attributes-request.d.ts +1 -1
- package/lib/request/list-catalog-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-catalogs-request.d.ts +1 -1
- package/lib/request/list-connections-request.d.ts +1 -1
- package/lib/request/list-custom-properties-request.d.ts +1 -1
- package/lib/request/list-data-asset-tags-request.d.ts +1 -1
- package/lib/request/list-data-assets-request.d.ts +1 -1
- package/lib/request/list-derived-logical-entities-request.d.ts +1 -1
- package/lib/request/list-entities-request.d.ts +5 -1
- package/lib/request/list-entities-request.js.map +1 -1
- package/lib/request/list-entity-tags-request.d.ts +1 -1
- package/lib/request/list-folder-tags-request.d.ts +1 -1
- package/lib/request/list-folders-request.d.ts +1 -1
- package/lib/request/list-glossaries-request.d.ts +1 -1
- package/lib/request/list-job-definitions-request.d.ts +1 -1
- package/lib/request/list-job-executions-request.d.ts +1 -1
- package/lib/request/list-job-logs-request.d.ts +1 -1
- package/lib/request/list-job-metrics-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +1 -1
- package/lib/request/list-metastores-request.d.ts +1 -1
- package/lib/request/list-namespaces-request.d.ts +1 -1
- package/lib/request/list-patterns-request.d.ts +1 -1
- package/lib/request/list-rules-request.d.ts +1 -1
- package/lib/request/list-tags-request.d.ts +1 -1
- package/lib/request/list-term-relationships-request.d.ts +1 -1
- package/lib/request/list-terms-request.d.ts +1 -1
- package/lib/request/list-types-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/object-stats-request.d.ts +1 -1
- package/lib/request/parse-connection-request.d.ts +1 -1
- package/lib/request/process-recommendation-request.d.ts +1 -1
- package/lib/request/recommendations-request.d.ts +1 -1
- package/lib/request/remove-catalog-lock-request.d.ts +1 -1
- package/lib/request/remove-catalog-private-endpoint-lock-request.d.ts +1 -1
- package/lib/request/remove-data-selector-patterns-request.d.ts +1 -1
- package/lib/request/remove-metastore-lock-request.d.ts +1 -1
- package/lib/request/search-criteria-request.d.ts +1 -1
- package/lib/request/suggest-matches-request.d.ts +1 -1
- package/lib/request/synchronous-export-data-asset-request.d.ts +1 -1
- package/lib/request/test-connection-request.d.ts +1 -1
- package/lib/request/update-attribute-request.d.ts +1 -1
- package/lib/request/update-catalog-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-catalog-request.d.ts +1 -1
- package/lib/request/update-connection-request.d.ts +1 -1
- package/lib/request/update-custom-property-request.d.ts +1 -1
- package/lib/request/update-data-asset-request.d.ts +1 -1
- package/lib/request/update-entity-request.d.ts +1 -1
- package/lib/request/update-folder-request.d.ts +1 -1
- package/lib/request/update-glossary-request.d.ts +1 -1
- package/lib/request/update-job-definition-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +1 -1
- package/lib/request/update-metastore-request.d.ts +1 -1
- package/lib/request/update-namespace-request.d.ts +1 -1
- package/lib/request/update-pattern-request.d.ts +1 -1
- package/lib/request/update-term-relationship-request.d.ts +1 -1
- package/lib/request/update-term-request.d.ts +1 -1
- package/lib/request/upload-credentials-request.d.ts +1 -1
- package/lib/request/users-request.d.ts +1 -1
- package/lib/request/validate-connection-request.d.ts +1 -1
- package/lib/request/validate-pattern-request.d.ts +1 -1
- package/lib/response/import-lineage-response.d.ts +25 -0
- package/lib/response/import-lineage-response.js +15 -0
- package/lib/response/import-lineage-response.js.map +1 -0
- package/lib/response/index.d.ts +2 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -205,7 +205,7 @@ class DataCatalogClient {
|
|
|
205
205
|
* @param AddCatalogLockRequest
|
|
206
206
|
* @return AddCatalogLockResponse
|
|
207
207
|
* @throws OciError when an error occurs
|
|
208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/AddCatalogLock.ts.html |here} to see how to use AddCatalogLock API.
|
|
209
209
|
*/
|
|
210
210
|
addCatalogLock(addCatalogLockRequest) {
|
|
211
211
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -270,7 +270,7 @@ class DataCatalogClient {
|
|
|
270
270
|
* @param AddCatalogPrivateEndpointLockRequest
|
|
271
271
|
* @return AddCatalogPrivateEndpointLockResponse
|
|
272
272
|
* @throws OciError when an error occurs
|
|
273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/AddCatalogPrivateEndpointLock.ts.html |here} to see how to use AddCatalogPrivateEndpointLock API.
|
|
274
274
|
*/
|
|
275
275
|
addCatalogPrivateEndpointLock(addCatalogPrivateEndpointLockRequest) {
|
|
276
276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -335,7 +335,7 @@ class DataCatalogClient {
|
|
|
335
335
|
* @param AddDataSelectorPatternsRequest
|
|
336
336
|
* @return AddDataSelectorPatternsResponse
|
|
337
337
|
* @throws OciError when an error occurs
|
|
338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/AddDataSelectorPatterns.ts.html |here} to see how to use AddDataSelectorPatterns API.
|
|
339
339
|
*/
|
|
340
340
|
addDataSelectorPatterns(addDataSelectorPatternsRequest) {
|
|
341
341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -402,7 +402,7 @@ class DataCatalogClient {
|
|
|
402
402
|
* @param AddMetastoreLockRequest
|
|
403
403
|
* @return AddMetastoreLockResponse
|
|
404
404
|
* @throws OciError when an error occurs
|
|
405
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
405
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/AddMetastoreLock.ts.html |here} to see how to use AddMetastoreLock API.
|
|
406
406
|
*/
|
|
407
407
|
addMetastoreLock(addMetastoreLockRequest) {
|
|
408
408
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -467,7 +467,7 @@ class DataCatalogClient {
|
|
|
467
467
|
* @param AssociateCustomPropertyRequest
|
|
468
468
|
* @return AssociateCustomPropertyResponse
|
|
469
469
|
* @throws OciError when an error occurs
|
|
470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
470
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/AssociateCustomProperty.ts.html |here} to see how to use AssociateCustomProperty API.
|
|
471
471
|
*/
|
|
472
472
|
associateCustomProperty(associateCustomPropertyRequest) {
|
|
473
473
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -534,7 +534,7 @@ class DataCatalogClient {
|
|
|
534
534
|
* @param AsynchronousExportDataAssetRequest
|
|
535
535
|
* @return AsynchronousExportDataAssetResponse
|
|
536
536
|
* @throws OciError when an error occurs
|
|
537
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/AsynchronousExportDataAsset.ts.html |here} to see how to use AsynchronousExportDataAsset API.
|
|
538
538
|
*/
|
|
539
539
|
asynchronousExportDataAsset(asynchronousExportDataAssetRequest) {
|
|
540
540
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -598,7 +598,7 @@ class DataCatalogClient {
|
|
|
598
598
|
* @param AsynchronousExportGlossaryRequest
|
|
599
599
|
* @return AsynchronousExportGlossaryResponse
|
|
600
600
|
* @throws OciError when an error occurs
|
|
601
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
601
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/AsynchronousExportGlossary.ts.html |here} to see how to use AsynchronousExportGlossary API.
|
|
602
602
|
*/
|
|
603
603
|
asynchronousExportGlossary(asynchronousExportGlossaryRequest) {
|
|
604
604
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -664,7 +664,7 @@ class DataCatalogClient {
|
|
|
664
664
|
* @param AttachCatalogPrivateEndpointRequest
|
|
665
665
|
* @return AttachCatalogPrivateEndpointResponse
|
|
666
666
|
* @throws OciError when an error occurs
|
|
667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
667
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/AttachCatalogPrivateEndpoint.ts.html |here} to see how to use AttachCatalogPrivateEndpoint API.
|
|
668
668
|
*/
|
|
669
669
|
attachCatalogPrivateEndpoint(attachCatalogPrivateEndpointRequest) {
|
|
670
670
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -728,7 +728,7 @@ class DataCatalogClient {
|
|
|
728
728
|
* @param ChangeCatalogCompartmentRequest
|
|
729
729
|
* @return ChangeCatalogCompartmentResponse
|
|
730
730
|
* @throws OciError when an error occurs
|
|
731
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
731
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ChangeCatalogCompartment.ts.html |here} to see how to use ChangeCatalogCompartment API.
|
|
732
732
|
*/
|
|
733
733
|
changeCatalogCompartment(changeCatalogCompartmentRequest) {
|
|
734
734
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -791,7 +791,7 @@ class DataCatalogClient {
|
|
|
791
791
|
* @param ChangeCatalogPrivateEndpointCompartmentRequest
|
|
792
792
|
* @return ChangeCatalogPrivateEndpointCompartmentResponse
|
|
793
793
|
* @throws OciError when an error occurs
|
|
794
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
794
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ChangeCatalogPrivateEndpointCompartment.ts.html |here} to see how to use ChangeCatalogPrivateEndpointCompartment API.
|
|
795
795
|
*/
|
|
796
796
|
changeCatalogPrivateEndpointCompartment(changeCatalogPrivateEndpointCompartmentRequest) {
|
|
797
797
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -854,7 +854,7 @@ class DataCatalogClient {
|
|
|
854
854
|
* @param ChangeMetastoreCompartmentRequest
|
|
855
855
|
* @return ChangeMetastoreCompartmentResponse
|
|
856
856
|
* @throws OciError when an error occurs
|
|
857
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
857
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ChangeMetastoreCompartment.ts.html |here} to see how to use ChangeMetastoreCompartment API.
|
|
858
858
|
*/
|
|
859
859
|
changeMetastoreCompartment(changeMetastoreCompartmentRequest) {
|
|
860
860
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -917,7 +917,7 @@ class DataCatalogClient {
|
|
|
917
917
|
* @param CreateAttributeRequest
|
|
918
918
|
* @return CreateAttributeResponse
|
|
919
919
|
* @throws OciError when an error occurs
|
|
920
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateAttribute.ts.html |here} to see how to use CreateAttribute API.
|
|
921
921
|
*/
|
|
922
922
|
createAttribute(createAttributeRequest) {
|
|
923
923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -984,7 +984,7 @@ class DataCatalogClient {
|
|
|
984
984
|
* @param CreateAttributeTagRequest
|
|
985
985
|
* @return CreateAttributeTagResponse
|
|
986
986
|
* @throws OciError when an error occurs
|
|
987
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
987
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateAttributeTag.ts.html |here} to see how to use CreateAttributeTag API.
|
|
988
988
|
*/
|
|
989
989
|
createAttributeTag(createAttributeTagRequest) {
|
|
990
990
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1054,7 +1054,7 @@ class DataCatalogClient {
|
|
|
1054
1054
|
* @param CreateCatalogRequest
|
|
1055
1055
|
* @return CreateCatalogResponse
|
|
1056
1056
|
* @throws OciError when an error occurs
|
|
1057
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1057
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateCatalog.ts.html |here} to see how to use CreateCatalog API.
|
|
1058
1058
|
*/
|
|
1059
1059
|
createCatalog(createCatalogRequest) {
|
|
1060
1060
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1113,7 +1113,7 @@ class DataCatalogClient {
|
|
|
1113
1113
|
* @param CreateCatalogPrivateEndpointRequest
|
|
1114
1114
|
* @return CreateCatalogPrivateEndpointResponse
|
|
1115
1115
|
* @throws OciError when an error occurs
|
|
1116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateCatalogPrivateEndpoint.ts.html |here} to see how to use CreateCatalogPrivateEndpoint API.
|
|
1117
1117
|
*/
|
|
1118
1118
|
createCatalogPrivateEndpoint(createCatalogPrivateEndpointRequest) {
|
|
1119
1119
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1172,7 +1172,7 @@ class DataCatalogClient {
|
|
|
1172
1172
|
* @param CreateConnectionRequest
|
|
1173
1173
|
* @return CreateConnectionResponse
|
|
1174
1174
|
* @throws OciError when an error occurs
|
|
1175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
1176
1176
|
*/
|
|
1177
1177
|
createConnection(createConnectionRequest) {
|
|
1178
1178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1238,7 +1238,7 @@ class DataCatalogClient {
|
|
|
1238
1238
|
* @param CreateCustomPropertyRequest
|
|
1239
1239
|
* @return CreateCustomPropertyResponse
|
|
1240
1240
|
* @throws OciError when an error occurs
|
|
1241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateCustomProperty.ts.html |here} to see how to use CreateCustomProperty API.
|
|
1242
1242
|
*/
|
|
1243
1243
|
createCustomProperty(createCustomPropertyRequest) {
|
|
1244
1244
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1304,7 +1304,7 @@ class DataCatalogClient {
|
|
|
1304
1304
|
* @param CreateDataAssetRequest
|
|
1305
1305
|
* @return CreateDataAssetResponse
|
|
1306
1306
|
* @throws OciError when an error occurs
|
|
1307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
|
|
1308
1308
|
*/
|
|
1309
1309
|
createDataAsset(createDataAssetRequest) {
|
|
1310
1310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1369,7 +1369,7 @@ class DataCatalogClient {
|
|
|
1369
1369
|
* @param CreateDataAssetTagRequest
|
|
1370
1370
|
* @return CreateDataAssetTagResponse
|
|
1371
1371
|
* @throws OciError when an error occurs
|
|
1372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateDataAssetTag.ts.html |here} to see how to use CreateDataAssetTag API.
|
|
1373
1373
|
*/
|
|
1374
1374
|
createDataAssetTag(createDataAssetTagRequest) {
|
|
1375
1375
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1435,7 +1435,7 @@ class DataCatalogClient {
|
|
|
1435
1435
|
* @param CreateEntityRequest
|
|
1436
1436
|
* @return CreateEntityResponse
|
|
1437
1437
|
* @throws OciError when an error occurs
|
|
1438
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateEntity.ts.html |here} to see how to use CreateEntity API.
|
|
1439
1439
|
*/
|
|
1440
1440
|
createEntity(createEntityRequest) {
|
|
1441
1441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1501,7 +1501,7 @@ class DataCatalogClient {
|
|
|
1501
1501
|
* @param CreateEntityTagRequest
|
|
1502
1502
|
* @return CreateEntityTagResponse
|
|
1503
1503
|
* @throws OciError when an error occurs
|
|
1504
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1504
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateEntityTag.ts.html |here} to see how to use CreateEntityTag API.
|
|
1505
1505
|
*/
|
|
1506
1506
|
createEntityTag(createEntityTagRequest) {
|
|
1507
1507
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1568,7 +1568,7 @@ class DataCatalogClient {
|
|
|
1568
1568
|
* @param CreateFolderRequest
|
|
1569
1569
|
* @return CreateFolderResponse
|
|
1570
1570
|
* @throws OciError when an error occurs
|
|
1571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1571
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateFolder.ts.html |here} to see how to use CreateFolder API.
|
|
1572
1572
|
*/
|
|
1573
1573
|
createFolder(createFolderRequest) {
|
|
1574
1574
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1634,7 +1634,7 @@ class DataCatalogClient {
|
|
|
1634
1634
|
* @param CreateFolderTagRequest
|
|
1635
1635
|
* @return CreateFolderTagResponse
|
|
1636
1636
|
* @throws OciError when an error occurs
|
|
1637
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1637
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateFolderTag.ts.html |here} to see how to use CreateFolderTag API.
|
|
1638
1638
|
*/
|
|
1639
1639
|
createFolderTag(createFolderTagRequest) {
|
|
1640
1640
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1701,7 +1701,7 @@ class DataCatalogClient {
|
|
|
1701
1701
|
* @param CreateGlossaryRequest
|
|
1702
1702
|
* @return CreateGlossaryResponse
|
|
1703
1703
|
* @throws OciError when an error occurs
|
|
1704
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1704
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateGlossary.ts.html |here} to see how to use CreateGlossary API.
|
|
1705
1705
|
*/
|
|
1706
1706
|
createGlossary(createGlossaryRequest) {
|
|
1707
1707
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1766,7 +1766,7 @@ class DataCatalogClient {
|
|
|
1766
1766
|
* @param CreateJobRequest
|
|
1767
1767
|
* @return CreateJobResponse
|
|
1768
1768
|
* @throws OciError when an error occurs
|
|
1769
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1769
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
1770
1770
|
*/
|
|
1771
1771
|
createJob(createJobRequest) {
|
|
1772
1772
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1831,7 +1831,7 @@ class DataCatalogClient {
|
|
|
1831
1831
|
* @param CreateJobDefinitionRequest
|
|
1832
1832
|
* @return CreateJobDefinitionResponse
|
|
1833
1833
|
* @throws OciError when an error occurs
|
|
1834
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1834
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateJobDefinition.ts.html |here} to see how to use CreateJobDefinition API.
|
|
1835
1835
|
*/
|
|
1836
1836
|
createJobDefinition(createJobDefinitionRequest) {
|
|
1837
1837
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1896,7 +1896,7 @@ class DataCatalogClient {
|
|
|
1896
1896
|
* @param CreateJobExecutionRequest
|
|
1897
1897
|
* @return CreateJobExecutionResponse
|
|
1898
1898
|
* @throws OciError when an error occurs
|
|
1899
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1899
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateJobExecution.ts.html |here} to see how to use CreateJobExecution API.
|
|
1900
1900
|
*/
|
|
1901
1901
|
createJobExecution(createJobExecutionRequest) {
|
|
1902
1902
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1963,7 +1963,7 @@ class DataCatalogClient {
|
|
|
1963
1963
|
* @param CreateMetastoreRequest
|
|
1964
1964
|
* @return CreateMetastoreResponse
|
|
1965
1965
|
* @throws OciError when an error occurs
|
|
1966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1966
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateMetastore.ts.html |here} to see how to use CreateMetastore API.
|
|
1967
1967
|
*/
|
|
1968
1968
|
createMetastore(createMetastoreRequest) {
|
|
1969
1969
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2022,7 +2022,7 @@ class DataCatalogClient {
|
|
|
2022
2022
|
* @param CreateNamespaceRequest
|
|
2023
2023
|
* @return CreateNamespaceResponse
|
|
2024
2024
|
* @throws OciError when an error occurs
|
|
2025
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2025
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateNamespace.ts.html |here} to see how to use CreateNamespace API.
|
|
2026
2026
|
*/
|
|
2027
2027
|
createNamespace(createNamespaceRequest) {
|
|
2028
2028
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2087,7 +2087,7 @@ class DataCatalogClient {
|
|
|
2087
2087
|
* @param CreatePatternRequest
|
|
2088
2088
|
* @return CreatePatternResponse
|
|
2089
2089
|
* @throws OciError when an error occurs
|
|
2090
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2090
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreatePattern.ts.html |here} to see how to use CreatePattern API.
|
|
2091
2091
|
*/
|
|
2092
2092
|
createPattern(createPatternRequest) {
|
|
2093
2093
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2152,7 +2152,7 @@ class DataCatalogClient {
|
|
|
2152
2152
|
* @param CreateTermRequest
|
|
2153
2153
|
* @return CreateTermResponse
|
|
2154
2154
|
* @throws OciError when an error occurs
|
|
2155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateTerm.ts.html |here} to see how to use CreateTerm API.
|
|
2156
2156
|
*/
|
|
2157
2157
|
createTerm(createTermRequest) {
|
|
2158
2158
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2218,7 +2218,7 @@ class DataCatalogClient {
|
|
|
2218
2218
|
* @param CreateTermRelationshipRequest
|
|
2219
2219
|
* @return CreateTermRelationshipResponse
|
|
2220
2220
|
* @throws OciError when an error occurs
|
|
2221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/CreateTermRelationship.ts.html |here} to see how to use CreateTermRelationship API.
|
|
2222
2222
|
*/
|
|
2223
2223
|
createTermRelationship(createTermRelationshipRequest) {
|
|
2224
2224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2285,7 +2285,7 @@ class DataCatalogClient {
|
|
|
2285
2285
|
* @param DeleteAttributeRequest
|
|
2286
2286
|
* @return DeleteAttributeResponse
|
|
2287
2287
|
* @throws OciError when an error occurs
|
|
2288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteAttribute.ts.html |here} to see how to use DeleteAttribute API.
|
|
2289
2289
|
*/
|
|
2290
2290
|
deleteAttribute(deleteAttributeRequest) {
|
|
2291
2291
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2343,7 +2343,7 @@ class DataCatalogClient {
|
|
|
2343
2343
|
* @param DeleteAttributeTagRequest
|
|
2344
2344
|
* @return DeleteAttributeTagResponse
|
|
2345
2345
|
* @throws OciError when an error occurs
|
|
2346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteAttributeTag.ts.html |here} to see how to use DeleteAttributeTag API.
|
|
2347
2347
|
*/
|
|
2348
2348
|
deleteAttributeTag(deleteAttributeTagRequest) {
|
|
2349
2349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2402,7 +2402,7 @@ class DataCatalogClient {
|
|
|
2402
2402
|
* @param DeleteCatalogRequest
|
|
2403
2403
|
* @return DeleteCatalogResponse
|
|
2404
2404
|
* @throws OciError when an error occurs
|
|
2405
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2405
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteCatalog.ts.html |here} to see how to use DeleteCatalog API.
|
|
2406
2406
|
*/
|
|
2407
2407
|
deleteCatalog(deleteCatalogRequest) {
|
|
2408
2408
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2464,7 +2464,7 @@ class DataCatalogClient {
|
|
|
2464
2464
|
* @param DeleteCatalogPrivateEndpointRequest
|
|
2465
2465
|
* @return DeleteCatalogPrivateEndpointResponse
|
|
2466
2466
|
* @throws OciError when an error occurs
|
|
2467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteCatalogPrivateEndpoint.ts.html |here} to see how to use DeleteCatalogPrivateEndpoint API.
|
|
2468
2468
|
*/
|
|
2469
2469
|
deleteCatalogPrivateEndpoint(deleteCatalogPrivateEndpointRequest) {
|
|
2470
2470
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2526,7 +2526,7 @@ class DataCatalogClient {
|
|
|
2526
2526
|
* @param DeleteConnectionRequest
|
|
2527
2527
|
* @return DeleteConnectionResponse
|
|
2528
2528
|
* @throws OciError when an error occurs
|
|
2529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
2530
2530
|
*/
|
|
2531
2531
|
deleteConnection(deleteConnectionRequest) {
|
|
2532
2532
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2583,7 +2583,7 @@ class DataCatalogClient {
|
|
|
2583
2583
|
* @param DeleteCustomPropertyRequest
|
|
2584
2584
|
* @return DeleteCustomPropertyResponse
|
|
2585
2585
|
* @throws OciError when an error occurs
|
|
2586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2586
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteCustomProperty.ts.html |here} to see how to use DeleteCustomProperty API.
|
|
2587
2587
|
*/
|
|
2588
2588
|
deleteCustomProperty(deleteCustomPropertyRequest) {
|
|
2589
2589
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2640,7 +2640,7 @@ class DataCatalogClient {
|
|
|
2640
2640
|
* @param DeleteDataAssetRequest
|
|
2641
2641
|
* @return DeleteDataAssetResponse
|
|
2642
2642
|
* @throws OciError when an error occurs
|
|
2643
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
|
|
2644
2644
|
*/
|
|
2645
2645
|
deleteDataAsset(deleteDataAssetRequest) {
|
|
2646
2646
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2696,7 +2696,7 @@ class DataCatalogClient {
|
|
|
2696
2696
|
* @param DeleteDataAssetTagRequest
|
|
2697
2697
|
* @return DeleteDataAssetTagResponse
|
|
2698
2698
|
* @throws OciError when an error occurs
|
|
2699
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2699
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteDataAssetTag.ts.html |here} to see how to use DeleteDataAssetTag API.
|
|
2700
2700
|
*/
|
|
2701
2701
|
deleteDataAssetTag(deleteDataAssetTagRequest) {
|
|
2702
2702
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2753,7 +2753,7 @@ class DataCatalogClient {
|
|
|
2753
2753
|
* @param DeleteEntityRequest
|
|
2754
2754
|
* @return DeleteEntityResponse
|
|
2755
2755
|
* @throws OciError when an error occurs
|
|
2756
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2756
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteEntity.ts.html |here} to see how to use DeleteEntity API.
|
|
2757
2757
|
*/
|
|
2758
2758
|
deleteEntity(deleteEntityRequest) {
|
|
2759
2759
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2810,7 +2810,7 @@ class DataCatalogClient {
|
|
|
2810
2810
|
* @param DeleteEntityTagRequest
|
|
2811
2811
|
* @return DeleteEntityTagResponse
|
|
2812
2812
|
* @throws OciError when an error occurs
|
|
2813
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteEntityTag.ts.html |here} to see how to use DeleteEntityTag API.
|
|
2814
2814
|
*/
|
|
2815
2815
|
deleteEntityTag(deleteEntityTagRequest) {
|
|
2816
2816
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2868,7 +2868,7 @@ class DataCatalogClient {
|
|
|
2868
2868
|
* @param DeleteFolderRequest
|
|
2869
2869
|
* @return DeleteFolderResponse
|
|
2870
2870
|
* @throws OciError when an error occurs
|
|
2871
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2871
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
|
|
2872
2872
|
*/
|
|
2873
2873
|
deleteFolder(deleteFolderRequest) {
|
|
2874
2874
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2925,7 +2925,7 @@ class DataCatalogClient {
|
|
|
2925
2925
|
* @param DeleteFolderTagRequest
|
|
2926
2926
|
* @return DeleteFolderTagResponse
|
|
2927
2927
|
* @throws OciError when an error occurs
|
|
2928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteFolderTag.ts.html |here} to see how to use DeleteFolderTag API.
|
|
2929
2929
|
*/
|
|
2930
2930
|
deleteFolderTag(deleteFolderTagRequest) {
|
|
2931
2931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2983,7 +2983,7 @@ class DataCatalogClient {
|
|
|
2983
2983
|
* @param DeleteGlossaryRequest
|
|
2984
2984
|
* @return DeleteGlossaryResponse
|
|
2985
2985
|
* @throws OciError when an error occurs
|
|
2986
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2986
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteGlossary.ts.html |here} to see how to use DeleteGlossary API.
|
|
2987
2987
|
*/
|
|
2988
2988
|
deleteGlossary(deleteGlossaryRequest) {
|
|
2989
2989
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3039,7 +3039,7 @@ class DataCatalogClient {
|
|
|
3039
3039
|
* @param DeleteJobRequest
|
|
3040
3040
|
* @return DeleteJobResponse
|
|
3041
3041
|
* @throws OciError when an error occurs
|
|
3042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3042
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
3043
3043
|
*/
|
|
3044
3044
|
deleteJob(deleteJobRequest) {
|
|
3045
3045
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3095,7 +3095,7 @@ class DataCatalogClient {
|
|
|
3095
3095
|
* @param DeleteJobDefinitionRequest
|
|
3096
3096
|
* @return DeleteJobDefinitionResponse
|
|
3097
3097
|
* @throws OciError when an error occurs
|
|
3098
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteJobDefinition.ts.html |here} to see how to use DeleteJobDefinition API.
|
|
3099
3099
|
*/
|
|
3100
3100
|
deleteJobDefinition(deleteJobDefinitionRequest) {
|
|
3101
3101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3151,7 +3151,7 @@ class DataCatalogClient {
|
|
|
3151
3151
|
* @param DeleteMetastoreRequest
|
|
3152
3152
|
* @return DeleteMetastoreResponse
|
|
3153
3153
|
* @throws OciError when an error occurs
|
|
3154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteMetastore.ts.html |here} to see how to use DeleteMetastore API.
|
|
3155
3155
|
*/
|
|
3156
3156
|
deleteMetastore(deleteMetastoreRequest) {
|
|
3157
3157
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3213,7 +3213,7 @@ class DataCatalogClient {
|
|
|
3213
3213
|
* @param DeleteNamespaceRequest
|
|
3214
3214
|
* @return DeleteNamespaceResponse
|
|
3215
3215
|
* @throws OciError when an error occurs
|
|
3216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteNamespace.ts.html |here} to see how to use DeleteNamespace API.
|
|
3217
3217
|
*/
|
|
3218
3218
|
deleteNamespace(deleteNamespaceRequest) {
|
|
3219
3219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3269,7 +3269,7 @@ class DataCatalogClient {
|
|
|
3269
3269
|
* @param DeletePatternRequest
|
|
3270
3270
|
* @return DeletePatternResponse
|
|
3271
3271
|
* @throws OciError when an error occurs
|
|
3272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeletePattern.ts.html |here} to see how to use DeletePattern API.
|
|
3273
3273
|
*/
|
|
3274
3274
|
deletePattern(deletePatternRequest) {
|
|
3275
3275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3325,7 +3325,7 @@ class DataCatalogClient {
|
|
|
3325
3325
|
* @param DeleteTermRequest
|
|
3326
3326
|
* @return DeleteTermResponse
|
|
3327
3327
|
* @throws OciError when an error occurs
|
|
3328
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3328
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteTerm.ts.html |here} to see how to use DeleteTerm API.
|
|
3329
3329
|
*/
|
|
3330
3330
|
deleteTerm(deleteTermRequest) {
|
|
3331
3331
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3382,7 +3382,7 @@ class DataCatalogClient {
|
|
|
3382
3382
|
* @param DeleteTermRelationshipRequest
|
|
3383
3383
|
* @return DeleteTermRelationshipResponse
|
|
3384
3384
|
* @throws OciError when an error occurs
|
|
3385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DeleteTermRelationship.ts.html |here} to see how to use DeleteTermRelationship API.
|
|
3386
3386
|
*/
|
|
3387
3387
|
deleteTermRelationship(deleteTermRelationshipRequest) {
|
|
3388
3388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3440,7 +3440,7 @@ class DataCatalogClient {
|
|
|
3440
3440
|
* @param DetachCatalogPrivateEndpointRequest
|
|
3441
3441
|
* @return DetachCatalogPrivateEndpointResponse
|
|
3442
3442
|
* @throws OciError when an error occurs
|
|
3443
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3443
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DetachCatalogPrivateEndpoint.ts.html |here} to see how to use DetachCatalogPrivateEndpoint API.
|
|
3444
3444
|
*/
|
|
3445
3445
|
detachCatalogPrivateEndpoint(detachCatalogPrivateEndpointRequest) {
|
|
3446
3446
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3503,7 +3503,7 @@ class DataCatalogClient {
|
|
|
3503
3503
|
* @param DisassociateCustomPropertyRequest
|
|
3504
3504
|
* @return DisassociateCustomPropertyResponse
|
|
3505
3505
|
* @throws OciError when an error occurs
|
|
3506
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3506
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/DisassociateCustomProperty.ts.html |here} to see how to use DisassociateCustomProperty API.
|
|
3507
3507
|
*/
|
|
3508
3508
|
disassociateCustomProperty(disassociateCustomPropertyRequest) {
|
|
3509
3509
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3570,7 +3570,7 @@ class DataCatalogClient {
|
|
|
3570
3570
|
* @param ExpandTreeForGlossaryRequest
|
|
3571
3571
|
* @return ExpandTreeForGlossaryResponse
|
|
3572
3572
|
* @throws OciError when an error occurs
|
|
3573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3573
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ExpandTreeForGlossary.ts.html |here} to see how to use ExpandTreeForGlossary API.
|
|
3574
3574
|
*/
|
|
3575
3575
|
expandTreeForGlossary(expandTreeForGlossaryRequest) {
|
|
3576
3576
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3635,7 +3635,7 @@ class DataCatalogClient {
|
|
|
3635
3635
|
* @param ExportGlossaryRequest
|
|
3636
3636
|
* @return ExportGlossaryResponse
|
|
3637
3637
|
* @throws OciError when an error occurs
|
|
3638
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3638
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ExportGlossary.ts.html |here} to see how to use ExportGlossary API.
|
|
3639
3639
|
*/
|
|
3640
3640
|
exportGlossary(exportGlossaryRequest) {
|
|
3641
3641
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3702,7 +3702,7 @@ class DataCatalogClient {
|
|
|
3702
3702
|
* @param FetchEntityLineageRequest
|
|
3703
3703
|
* @return FetchEntityLineageResponse
|
|
3704
3704
|
* @throws OciError when an error occurs
|
|
3705
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/FetchEntityLineage.ts.html |here} to see how to use FetchEntityLineage API.
|
|
3706
3706
|
*/
|
|
3707
3707
|
fetchEntityLineage(fetchEntityLineageRequest) {
|
|
3708
3708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3772,7 +3772,7 @@ class DataCatalogClient {
|
|
|
3772
3772
|
* @param GetAttributeRequest
|
|
3773
3773
|
* @return GetAttributeResponse
|
|
3774
3774
|
* @throws OciError when an error occurs
|
|
3775
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3775
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetAttribute.ts.html |here} to see how to use GetAttribute API.
|
|
3776
3776
|
*/
|
|
3777
3777
|
getAttribute(getAttributeRequest) {
|
|
3778
3778
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3841,7 +3841,7 @@ class DataCatalogClient {
|
|
|
3841
3841
|
* @param GetAttributeTagRequest
|
|
3842
3842
|
* @return GetAttributeTagResponse
|
|
3843
3843
|
* @throws OciError when an error occurs
|
|
3844
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3844
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetAttributeTag.ts.html |here} to see how to use GetAttributeTag API.
|
|
3845
3845
|
*/
|
|
3846
3846
|
getAttributeTag(getAttributeTagRequest) {
|
|
3847
3847
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3910,7 +3910,7 @@ class DataCatalogClient {
|
|
|
3910
3910
|
* @param GetCatalogRequest
|
|
3911
3911
|
* @return GetCatalogResponse
|
|
3912
3912
|
* @throws OciError when an error occurs
|
|
3913
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3913
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetCatalog.ts.html |here} to see how to use GetCatalog API.
|
|
3914
3914
|
*/
|
|
3915
3915
|
getCatalog(getCatalogRequest) {
|
|
3916
3916
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3973,7 +3973,7 @@ class DataCatalogClient {
|
|
|
3973
3973
|
* @param GetCatalogPrivateEndpointRequest
|
|
3974
3974
|
* @return GetCatalogPrivateEndpointResponse
|
|
3975
3975
|
* @throws OciError when an error occurs
|
|
3976
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3976
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetCatalogPrivateEndpoint.ts.html |here} to see how to use GetCatalogPrivateEndpoint API.
|
|
3977
3977
|
*/
|
|
3978
3978
|
getCatalogPrivateEndpoint(getCatalogPrivateEndpointRequest) {
|
|
3979
3979
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4036,7 +4036,7 @@ class DataCatalogClient {
|
|
|
4036
4036
|
* @param GetConnectionRequest
|
|
4037
4037
|
* @return GetConnectionResponse
|
|
4038
4038
|
* @throws OciError when an error occurs
|
|
4039
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4039
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
4040
4040
|
*/
|
|
4041
4041
|
getConnection(getConnectionRequest) {
|
|
4042
4042
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4103,7 +4103,7 @@ class DataCatalogClient {
|
|
|
4103
4103
|
* @param GetCustomPropertyRequest
|
|
4104
4104
|
* @return GetCustomPropertyResponse
|
|
4105
4105
|
* @throws OciError when an error occurs
|
|
4106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetCustomProperty.ts.html |here} to see how to use GetCustomProperty API.
|
|
4107
4107
|
*/
|
|
4108
4108
|
getCustomProperty(getCustomPropertyRequest) {
|
|
4109
4109
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4170,7 +4170,7 @@ class DataCatalogClient {
|
|
|
4170
4170
|
* @param GetDataAssetRequest
|
|
4171
4171
|
* @return GetDataAssetResponse
|
|
4172
4172
|
* @throws OciError when an error occurs
|
|
4173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
|
|
4174
4174
|
*/
|
|
4175
4175
|
getDataAsset(getDataAssetRequest) {
|
|
4176
4176
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4236,7 +4236,7 @@ class DataCatalogClient {
|
|
|
4236
4236
|
* @param GetDataAssetTagRequest
|
|
4237
4237
|
* @return GetDataAssetTagResponse
|
|
4238
4238
|
* @throws OciError when an error occurs
|
|
4239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetDataAssetTag.ts.html |here} to see how to use GetDataAssetTag API.
|
|
4240
4240
|
*/
|
|
4241
4241
|
getDataAssetTag(getDataAssetTagRequest) {
|
|
4242
4242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4303,7 +4303,7 @@ class DataCatalogClient {
|
|
|
4303
4303
|
* @param GetEntityRequest
|
|
4304
4304
|
* @return GetEntityResponse
|
|
4305
4305
|
* @throws OciError when an error occurs
|
|
4306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetEntity.ts.html |here} to see how to use GetEntity API.
|
|
4307
4307
|
*/
|
|
4308
4308
|
getEntity(getEntityRequest) {
|
|
4309
4309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4371,7 +4371,7 @@ class DataCatalogClient {
|
|
|
4371
4371
|
* @param GetEntityTagRequest
|
|
4372
4372
|
* @return GetEntityTagResponse
|
|
4373
4373
|
* @throws OciError when an error occurs
|
|
4374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetEntityTag.ts.html |here} to see how to use GetEntityTag API.
|
|
4375
4375
|
*/
|
|
4376
4376
|
getEntityTag(getEntityTagRequest) {
|
|
4377
4377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4439,7 +4439,7 @@ class DataCatalogClient {
|
|
|
4439
4439
|
* @param GetFolderRequest
|
|
4440
4440
|
* @return GetFolderResponse
|
|
4441
4441
|
* @throws OciError when an error occurs
|
|
4442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetFolder.ts.html |here} to see how to use GetFolder API.
|
|
4443
4443
|
*/
|
|
4444
4444
|
getFolder(getFolderRequest) {
|
|
4445
4445
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4507,7 +4507,7 @@ class DataCatalogClient {
|
|
|
4507
4507
|
* @param GetFolderTagRequest
|
|
4508
4508
|
* @return GetFolderTagResponse
|
|
4509
4509
|
* @throws OciError when an error occurs
|
|
4510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4510
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetFolderTag.ts.html |here} to see how to use GetFolderTag API.
|
|
4511
4511
|
*/
|
|
4512
4512
|
getFolderTag(getFolderTagRequest) {
|
|
4513
4513
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4575,7 +4575,7 @@ class DataCatalogClient {
|
|
|
4575
4575
|
* @param GetGlossaryRequest
|
|
4576
4576
|
* @return GetGlossaryResponse
|
|
4577
4577
|
* @throws OciError when an error occurs
|
|
4578
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4578
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetGlossary.ts.html |here} to see how to use GetGlossary API.
|
|
4579
4579
|
*/
|
|
4580
4580
|
getGlossary(getGlossaryRequest) {
|
|
4581
4581
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4641,7 +4641,7 @@ class DataCatalogClient {
|
|
|
4641
4641
|
* @param GetJobRequest
|
|
4642
4642
|
* @return GetJobResponse
|
|
4643
4643
|
* @throws OciError when an error occurs
|
|
4644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetJob.ts.html |here} to see how to use GetJob API.
|
|
4645
4645
|
*/
|
|
4646
4646
|
getJob(getJobRequest) {
|
|
4647
4647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4707,7 +4707,7 @@ class DataCatalogClient {
|
|
|
4707
4707
|
* @param GetJobDefinitionRequest
|
|
4708
4708
|
* @return GetJobDefinitionResponse
|
|
4709
4709
|
* @throws OciError when an error occurs
|
|
4710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetJobDefinition.ts.html |here} to see how to use GetJobDefinition API.
|
|
4711
4711
|
*/
|
|
4712
4712
|
getJobDefinition(getJobDefinitionRequest) {
|
|
4713
4713
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4773,7 +4773,7 @@ class DataCatalogClient {
|
|
|
4773
4773
|
* @param GetJobExecutionRequest
|
|
4774
4774
|
* @return GetJobExecutionResponse
|
|
4775
4775
|
* @throws OciError when an error occurs
|
|
4776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetJobExecution.ts.html |here} to see how to use GetJobExecution API.
|
|
4777
4777
|
*/
|
|
4778
4778
|
getJobExecution(getJobExecutionRequest) {
|
|
4779
4779
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4840,7 +4840,7 @@ class DataCatalogClient {
|
|
|
4840
4840
|
* @param GetJobLogRequest
|
|
4841
4841
|
* @return GetJobLogResponse
|
|
4842
4842
|
* @throws OciError when an error occurs
|
|
4843
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetJobLog.ts.html |here} to see how to use GetJobLog API.
|
|
4844
4844
|
*/
|
|
4845
4845
|
getJobLog(getJobLogRequest) {
|
|
4846
4846
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4908,7 +4908,7 @@ class DataCatalogClient {
|
|
|
4908
4908
|
* @param GetJobMetricsRequest
|
|
4909
4909
|
* @return GetJobMetricsResponse
|
|
4910
4910
|
* @throws OciError when an error occurs
|
|
4911
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4911
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetJobMetrics.ts.html |here} to see how to use GetJobMetrics API.
|
|
4912
4912
|
*/
|
|
4913
4913
|
getJobMetrics(getJobMetricsRequest) {
|
|
4914
4914
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4976,7 +4976,7 @@ class DataCatalogClient {
|
|
|
4976
4976
|
* @param GetMetastoreRequest
|
|
4977
4977
|
* @return GetMetastoreResponse
|
|
4978
4978
|
* @throws OciError when an error occurs
|
|
4979
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4979
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetMetastore.ts.html |here} to see how to use GetMetastore API.
|
|
4980
4980
|
*/
|
|
4981
4981
|
getMetastore(getMetastoreRequest) {
|
|
4982
4982
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5039,7 +5039,7 @@ class DataCatalogClient {
|
|
|
5039
5039
|
* @param GetNamespaceRequest
|
|
5040
5040
|
* @return GetNamespaceResponse
|
|
5041
5041
|
* @throws OciError when an error occurs
|
|
5042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5042
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetNamespace.ts.html |here} to see how to use GetNamespace API.
|
|
5043
5043
|
*/
|
|
5044
5044
|
getNamespace(getNamespaceRequest) {
|
|
5045
5045
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5105,7 +5105,7 @@ class DataCatalogClient {
|
|
|
5105
5105
|
* @param GetPatternRequest
|
|
5106
5106
|
* @return GetPatternResponse
|
|
5107
5107
|
* @throws OciError when an error occurs
|
|
5108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetPattern.ts.html |here} to see how to use GetPattern API.
|
|
5109
5109
|
*/
|
|
5110
5110
|
getPattern(getPatternRequest) {
|
|
5111
5111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5171,7 +5171,7 @@ class DataCatalogClient {
|
|
|
5171
5171
|
* @param GetTermRequest
|
|
5172
5172
|
* @return GetTermResponse
|
|
5173
5173
|
* @throws OciError when an error occurs
|
|
5174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetTerm.ts.html |here} to see how to use GetTerm API.
|
|
5175
5175
|
*/
|
|
5176
5176
|
getTerm(getTermRequest) {
|
|
5177
5177
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5238,7 +5238,7 @@ class DataCatalogClient {
|
|
|
5238
5238
|
* @param GetTermRelationshipRequest
|
|
5239
5239
|
* @return GetTermRelationshipResponse
|
|
5240
5240
|
* @throws OciError when an error occurs
|
|
5241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetTermRelationship.ts.html |here} to see how to use GetTermRelationship API.
|
|
5242
5242
|
*/
|
|
5243
5243
|
getTermRelationship(getTermRelationshipRequest) {
|
|
5244
5244
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5306,7 +5306,7 @@ class DataCatalogClient {
|
|
|
5306
5306
|
* @param GetTypeRequest
|
|
5307
5307
|
* @return GetTypeResponse
|
|
5308
5308
|
* @throws OciError when an error occurs
|
|
5309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetType.ts.html |here} to see how to use GetType API.
|
|
5310
5310
|
*/
|
|
5311
5311
|
getType(getTypeRequest) {
|
|
5312
5312
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5372,7 +5372,7 @@ class DataCatalogClient {
|
|
|
5372
5372
|
* @param GetWorkRequestRequest
|
|
5373
5373
|
* @return GetWorkRequestResponse
|
|
5374
5374
|
* @throws OciError when an error occurs
|
|
5375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
5376
5376
|
*/
|
|
5377
5377
|
getWorkRequest(getWorkRequestRequest) {
|
|
5378
5378
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5440,7 +5440,7 @@ class DataCatalogClient {
|
|
|
5440
5440
|
* @param ImportConnectionRequest
|
|
5441
5441
|
* @return ImportConnectionResponse
|
|
5442
5442
|
* @throws OciError when an error occurs
|
|
5443
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5443
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ImportConnection.ts.html |here} to see how to use ImportConnection API.
|
|
5444
5444
|
*/
|
|
5445
5445
|
importConnection(importConnectionRequest) {
|
|
5446
5446
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5507,7 +5507,7 @@ class DataCatalogClient {
|
|
|
5507
5507
|
* @param ImportDataAssetRequest
|
|
5508
5508
|
* @return ImportDataAssetResponse
|
|
5509
5509
|
* @throws OciError when an error occurs
|
|
5510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5510
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ImportDataAsset.ts.html |here} to see how to use ImportDataAsset API.
|
|
5511
5511
|
*/
|
|
5512
5512
|
importDataAsset(importDataAssetRequest) {
|
|
5513
5513
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5571,7 +5571,7 @@ class DataCatalogClient {
|
|
|
5571
5571
|
* @param ImportGlossaryRequest
|
|
5572
5572
|
* @return ImportGlossaryResponse
|
|
5573
5573
|
* @throws OciError when an error occurs
|
|
5574
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ImportGlossary.ts.html |here} to see how to use ImportGlossary API.
|
|
5575
5575
|
*/
|
|
5576
5576
|
importGlossary(importGlossaryRequest) {
|
|
5577
5577
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5629,13 +5629,74 @@ class DataCatalogClient {
|
|
|
5629
5629
|
}
|
|
5630
5630
|
});
|
|
5631
5631
|
}
|
|
5632
|
+
/**
|
|
5633
|
+
* Imports lineage metadata. Returns details about the job that performs the import.
|
|
5634
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5635
|
+
* @param ImportLineageRequest
|
|
5636
|
+
* @return ImportLineageResponse
|
|
5637
|
+
* @throws OciError when an error occurs
|
|
5638
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ImportLineage.ts.html |here} to see how to use ImportLineage API.
|
|
5639
|
+
*/
|
|
5640
|
+
importLineage(importLineageRequest) {
|
|
5641
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5642
|
+
if (this.logger)
|
|
5643
|
+
this.logger.debug("Calling operation DataCatalogClient#importLineage.");
|
|
5644
|
+
const operationName = "importLineage";
|
|
5645
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAsset/ImportLineage";
|
|
5646
|
+
const pathParams = {
|
|
5647
|
+
"{catalogId}": importLineageRequest.catalogId,
|
|
5648
|
+
"{dataAssetKey}": importLineageRequest.dataAssetKey
|
|
5649
|
+
};
|
|
5650
|
+
const queryParams = {};
|
|
5651
|
+
let headerParams = {
|
|
5652
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
5653
|
+
"opc-retry-token": importLineageRequest.opcRetryToken,
|
|
5654
|
+
"opc-request-id": importLineageRequest.opcRequestId
|
|
5655
|
+
};
|
|
5656
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
5657
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, importLineageRequest.retryConfiguration, specRetryConfiguration);
|
|
5658
|
+
if (this.logger)
|
|
5659
|
+
retrier.logger = this.logger;
|
|
5660
|
+
const request = yield oci_common_2.composeRequest({
|
|
5661
|
+
baseEndpoint: this._endpoint,
|
|
5662
|
+
defaultHeaders: this._defaultHeaders,
|
|
5663
|
+
path: "/catalogs/{catalogId}/dataAssets/{dataAssetKey}/actions/importLineage",
|
|
5664
|
+
method: "POST",
|
|
5665
|
+
bodyContent: common.ObjectSerializer.serialize(importLineageRequest.importLineageDetails, "ImportLineageDetails", model.ImportLineageDetails.getJsonObj),
|
|
5666
|
+
pathParams: pathParams,
|
|
5667
|
+
headerParams: headerParams,
|
|
5668
|
+
queryParams: queryParams
|
|
5669
|
+
});
|
|
5670
|
+
try {
|
|
5671
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
5672
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
5673
|
+
responseObject: {},
|
|
5674
|
+
body: yield response.json(),
|
|
5675
|
+
bodyKey: "importLineageJobResult",
|
|
5676
|
+
bodyModel: model.ImportLineageJobResult,
|
|
5677
|
+
type: "model.ImportLineageJobResult",
|
|
5678
|
+
responseHeaders: [
|
|
5679
|
+
{
|
|
5680
|
+
value: response.headers.get("opc-request-id"),
|
|
5681
|
+
key: "opcRequestId",
|
|
5682
|
+
dataType: "string"
|
|
5683
|
+
}
|
|
5684
|
+
]
|
|
5685
|
+
});
|
|
5686
|
+
return sdkResponse;
|
|
5687
|
+
}
|
|
5688
|
+
catch (err) {
|
|
5689
|
+
throw err;
|
|
5690
|
+
}
|
|
5691
|
+
});
|
|
5692
|
+
}
|
|
5632
5693
|
/**
|
|
5633
5694
|
* List the physical entities aggregated by this logical entity.
|
|
5634
5695
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
5635
5696
|
* @param ListAggregatedPhysicalEntitiesRequest
|
|
5636
5697
|
* @return ListAggregatedPhysicalEntitiesResponse
|
|
5637
5698
|
* @throws OciError when an error occurs
|
|
5638
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5699
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListAggregatedPhysicalEntities.ts.html |here} to see how to use ListAggregatedPhysicalEntities API.
|
|
5639
5700
|
*/
|
|
5640
5701
|
listAggregatedPhysicalEntities(listAggregatedPhysicalEntitiesRequest) {
|
|
5641
5702
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5703,7 +5764,7 @@ class DataCatalogClient {
|
|
|
5703
5764
|
* @param ListAttributeTagsRequest
|
|
5704
5765
|
* @return ListAttributeTagsResponse
|
|
5705
5766
|
* @throws OciError when an error occurs
|
|
5706
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5767
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListAttributeTags.ts.html |here} to see how to use ListAttributeTags API.
|
|
5707
5768
|
*/
|
|
5708
5769
|
listAttributeTags(listAttributeTagsRequest) {
|
|
5709
5770
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5781,7 +5842,7 @@ class DataCatalogClient {
|
|
|
5781
5842
|
* @param ListAttributesRequest
|
|
5782
5843
|
* @return ListAttributesResponse
|
|
5783
5844
|
* @throws OciError when an error occurs
|
|
5784
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5845
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListAttributes.ts.html |here} to see how to use ListAttributes API.
|
|
5785
5846
|
*/
|
|
5786
5847
|
listAttributes(listAttributesRequest) {
|
|
5787
5848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5871,7 +5932,7 @@ class DataCatalogClient {
|
|
|
5871
5932
|
* @param ListCatalogPrivateEndpointsRequest
|
|
5872
5933
|
* @return ListCatalogPrivateEndpointsResponse
|
|
5873
5934
|
* @throws OciError when an error occurs
|
|
5874
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5935
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListCatalogPrivateEndpoints.ts.html |here} to see how to use ListCatalogPrivateEndpoints API.
|
|
5875
5936
|
*/
|
|
5876
5937
|
listCatalogPrivateEndpoints(listCatalogPrivateEndpointsRequest) {
|
|
5877
5938
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5981,7 +6042,7 @@ class DataCatalogClient {
|
|
|
5981
6042
|
* @param ListCatalogsRequest
|
|
5982
6043
|
* @return ListCatalogsResponse
|
|
5983
6044
|
* @throws OciError when an error occurs
|
|
5984
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListCatalogs.ts.html |here} to see how to use ListCatalogs API.
|
|
5985
6046
|
*/
|
|
5986
6047
|
listCatalogs(listCatalogsRequest) {
|
|
5987
6048
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6090,7 +6151,7 @@ class DataCatalogClient {
|
|
|
6090
6151
|
* @param ListConnectionsRequest
|
|
6091
6152
|
* @return ListConnectionsResponse
|
|
6092
6153
|
* @throws OciError when an error occurs
|
|
6093
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
6094
6155
|
*/
|
|
6095
6156
|
listConnections(listConnectionsRequest) {
|
|
6096
6157
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6170,7 +6231,7 @@ class DataCatalogClient {
|
|
|
6170
6231
|
* @param ListCustomPropertiesRequest
|
|
6171
6232
|
* @return ListCustomPropertiesResponse
|
|
6172
6233
|
* @throws OciError when an error occurs
|
|
6173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListCustomProperties.ts.html |here} to see how to use ListCustomProperties API.
|
|
6174
6235
|
*/
|
|
6175
6236
|
listCustomProperties(listCustomPropertiesRequest) {
|
|
6176
6237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6249,7 +6310,7 @@ class DataCatalogClient {
|
|
|
6249
6310
|
* @param ListDataAssetTagsRequest
|
|
6250
6311
|
* @return ListDataAssetTagsResponse
|
|
6251
6312
|
* @throws OciError when an error occurs
|
|
6252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListDataAssetTags.ts.html |here} to see how to use ListDataAssetTags API.
|
|
6253
6314
|
*/
|
|
6254
6315
|
listDataAssetTags(listDataAssetTagsRequest) {
|
|
6255
6316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6325,7 +6386,7 @@ class DataCatalogClient {
|
|
|
6325
6386
|
* @param ListDataAssetsRequest
|
|
6326
6387
|
* @return ListDataAssetsResponse
|
|
6327
6388
|
* @throws OciError when an error occurs
|
|
6328
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
|
|
6329
6390
|
*/
|
|
6330
6391
|
listDataAssets(listDataAssetsRequest) {
|
|
6331
6392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6403,7 +6464,7 @@ class DataCatalogClient {
|
|
|
6403
6464
|
* @param ListDerivedLogicalEntitiesRequest
|
|
6404
6465
|
* @return ListDerivedLogicalEntitiesResponse
|
|
6405
6466
|
* @throws OciError when an error occurs
|
|
6406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListDerivedLogicalEntities.ts.html |here} to see how to use ListDerivedLogicalEntities API.
|
|
6407
6468
|
*/
|
|
6408
6469
|
listDerivedLogicalEntities(listDerivedLogicalEntitiesRequest) {
|
|
6409
6470
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6470,7 +6531,7 @@ class DataCatalogClient {
|
|
|
6470
6531
|
* @param ListEntitiesRequest
|
|
6471
6532
|
* @return ListEntitiesResponse
|
|
6472
6533
|
* @throws OciError when an error occurs
|
|
6473
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListEntities.ts.html |here} to see how to use ListEntities API.
|
|
6474
6535
|
*/
|
|
6475
6536
|
listEntities(listEntitiesRequest) {
|
|
6476
6537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6507,7 +6568,8 @@ class DataCatalogClient {
|
|
|
6507
6568
|
"sortBy": listEntitiesRequest.sortBy,
|
|
6508
6569
|
"sortOrder": listEntitiesRequest.sortOrder,
|
|
6509
6570
|
"limit": listEntitiesRequest.limit,
|
|
6510
|
-
"page": listEntitiesRequest.page
|
|
6571
|
+
"page": listEntitiesRequest.page,
|
|
6572
|
+
"isProcess": listEntitiesRequest.isProcess
|
|
6511
6573
|
};
|
|
6512
6574
|
let headerParams = {
|
|
6513
6575
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -6560,7 +6622,7 @@ class DataCatalogClient {
|
|
|
6560
6622
|
* @param ListEntityTagsRequest
|
|
6561
6623
|
* @return ListEntityTagsResponse
|
|
6562
6624
|
* @throws OciError when an error occurs
|
|
6563
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListEntityTags.ts.html |here} to see how to use ListEntityTags API.
|
|
6564
6626
|
*/
|
|
6565
6627
|
listEntityTags(listEntityTagsRequest) {
|
|
6566
6628
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6637,7 +6699,7 @@ class DataCatalogClient {
|
|
|
6637
6699
|
* @param ListFolderTagsRequest
|
|
6638
6700
|
* @return ListFolderTagsResponse
|
|
6639
6701
|
* @throws OciError when an error occurs
|
|
6640
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListFolderTags.ts.html |here} to see how to use ListFolderTags API.
|
|
6641
6703
|
*/
|
|
6642
6704
|
listFolderTags(listFolderTagsRequest) {
|
|
6643
6705
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6714,7 +6776,7 @@ class DataCatalogClient {
|
|
|
6714
6776
|
* @param ListFoldersRequest
|
|
6715
6777
|
* @return ListFoldersResponse
|
|
6716
6778
|
* @throws OciError when an error occurs
|
|
6717
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6779
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListFolders.ts.html |here} to see how to use ListFolders API.
|
|
6718
6780
|
*/
|
|
6719
6781
|
listFolders(listFoldersRequest) {
|
|
6720
6782
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6799,7 +6861,7 @@ class DataCatalogClient {
|
|
|
6799
6861
|
* @param ListGlossariesRequest
|
|
6800
6862
|
* @return ListGlossariesResponse
|
|
6801
6863
|
* @throws OciError when an error occurs
|
|
6802
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6864
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListGlossaries.ts.html |here} to see how to use ListGlossaries API.
|
|
6803
6865
|
*/
|
|
6804
6866
|
listGlossaries(listGlossariesRequest) {
|
|
6805
6867
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6875,7 +6937,7 @@ class DataCatalogClient {
|
|
|
6875
6937
|
* @param ListJobDefinitionsRequest
|
|
6876
6938
|
* @return ListJobDefinitionsResponse
|
|
6877
6939
|
* @throws OciError when an error occurs
|
|
6878
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListJobDefinitions.ts.html |here} to see how to use ListJobDefinitions API.
|
|
6879
6941
|
*/
|
|
6880
6942
|
listJobDefinitions(listJobDefinitionsRequest) {
|
|
6881
6943
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6958,7 +7020,7 @@ class DataCatalogClient {
|
|
|
6958
7020
|
* @param ListJobExecutionsRequest
|
|
6959
7021
|
* @return ListJobExecutionsResponse
|
|
6960
7022
|
* @throws OciError when an error occurs
|
|
6961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7023
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListJobExecutions.ts.html |here} to see how to use ListJobExecutions API.
|
|
6962
7024
|
*/
|
|
6963
7025
|
listJobExecutions(listJobExecutionsRequest) {
|
|
6964
7026
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7044,7 +7106,7 @@ class DataCatalogClient {
|
|
|
7044
7106
|
* @param ListJobLogsRequest
|
|
7045
7107
|
* @return ListJobLogsResponse
|
|
7046
7108
|
* @throws OciError when an error occurs
|
|
7047
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListJobLogs.ts.html |here} to see how to use ListJobLogs API.
|
|
7048
7110
|
*/
|
|
7049
7111
|
listJobLogs(listJobLogsRequest) {
|
|
7050
7112
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7121,7 +7183,7 @@ class DataCatalogClient {
|
|
|
7121
7183
|
* @param ListJobMetricsRequest
|
|
7122
7184
|
* @return ListJobMetricsResponse
|
|
7123
7185
|
* @throws OciError when an error occurs
|
|
7124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListJobMetrics.ts.html |here} to see how to use ListJobMetrics API.
|
|
7125
7187
|
*/
|
|
7126
7188
|
listJobMetrics(listJobMetricsRequest) {
|
|
7127
7189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7204,7 +7266,7 @@ class DataCatalogClient {
|
|
|
7204
7266
|
* @param ListJobsRequest
|
|
7205
7267
|
* @return ListJobsResponse
|
|
7206
7268
|
* @throws OciError when an error occurs
|
|
7207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
7208
7270
|
*/
|
|
7209
7271
|
listJobs(listJobsRequest) {
|
|
7210
7272
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7292,7 +7354,7 @@ class DataCatalogClient {
|
|
|
7292
7354
|
* @param ListMetastoresRequest
|
|
7293
7355
|
* @return ListMetastoresResponse
|
|
7294
7356
|
* @throws OciError when an error occurs
|
|
7295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListMetastores.ts.html |here} to see how to use ListMetastores API.
|
|
7296
7358
|
*/
|
|
7297
7359
|
listMetastores(listMetastoresRequest) {
|
|
7298
7360
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7401,7 +7463,7 @@ class DataCatalogClient {
|
|
|
7401
7463
|
* @param ListNamespacesRequest
|
|
7402
7464
|
* @return ListNamespacesResponse
|
|
7403
7465
|
* @throws OciError when an error occurs
|
|
7404
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7466
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
|
|
7405
7467
|
*/
|
|
7406
7468
|
listNamespaces(listNamespacesRequest) {
|
|
7407
7469
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7477,7 +7539,7 @@ class DataCatalogClient {
|
|
|
7477
7539
|
* @param ListPatternsRequest
|
|
7478
7540
|
* @return ListPatternsResponse
|
|
7479
7541
|
* @throws OciError when an error occurs
|
|
7480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7542
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListPatterns.ts.html |here} to see how to use ListPatterns API.
|
|
7481
7543
|
*/
|
|
7482
7544
|
listPatterns(listPatternsRequest) {
|
|
7483
7545
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7553,7 +7615,7 @@ class DataCatalogClient {
|
|
|
7553
7615
|
* @param ListRulesRequest
|
|
7554
7616
|
* @return ListRulesResponse
|
|
7555
7617
|
* @throws OciError when an error occurs
|
|
7556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListRules.ts.html |here} to see how to use ListRules API.
|
|
7557
7619
|
*/
|
|
7558
7620
|
listRules(listRulesRequest) {
|
|
7559
7621
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7634,7 +7696,7 @@ class DataCatalogClient {
|
|
|
7634
7696
|
* @param ListTagsRequest
|
|
7635
7697
|
* @return ListTagsResponse
|
|
7636
7698
|
* @throws OciError when an error occurs
|
|
7637
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7699
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListTags.ts.html |here} to see how to use ListTags API.
|
|
7638
7700
|
*/
|
|
7639
7701
|
listTags(listTagsRequest) {
|
|
7640
7702
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7706,7 +7768,7 @@ class DataCatalogClient {
|
|
|
7706
7768
|
* @param ListTermRelationshipsRequest
|
|
7707
7769
|
* @return ListTermRelationshipsResponse
|
|
7708
7770
|
* @throws OciError when an error occurs
|
|
7709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListTermRelationships.ts.html |here} to see how to use ListTermRelationships API.
|
|
7710
7772
|
*/
|
|
7711
7773
|
listTermRelationships(listTermRelationshipsRequest) {
|
|
7712
7774
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7780,7 +7842,7 @@ class DataCatalogClient {
|
|
|
7780
7842
|
* @param ListTermsRequest
|
|
7781
7843
|
* @return ListTermsResponse
|
|
7782
7844
|
* @throws OciError when an error occurs
|
|
7783
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7845
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListTerms.ts.html |here} to see how to use ListTerms API.
|
|
7784
7846
|
*/
|
|
7785
7847
|
listTerms(listTermsRequest) {
|
|
7786
7848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7857,7 +7919,7 @@ class DataCatalogClient {
|
|
|
7857
7919
|
* @param ListTypesRequest
|
|
7858
7920
|
* @return ListTypesResponse
|
|
7859
7921
|
* @throws OciError when an error occurs
|
|
7860
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7922
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListTypes.ts.html |here} to see how to use ListTypes API.
|
|
7861
7923
|
*/
|
|
7862
7924
|
listTypes(listTypesRequest) {
|
|
7863
7925
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7934,7 +7996,7 @@ class DataCatalogClient {
|
|
|
7934
7996
|
* @param ListWorkRequestErrorsRequest
|
|
7935
7997
|
* @return ListWorkRequestErrorsResponse
|
|
7936
7998
|
* @throws OciError when an error occurs
|
|
7937
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7999
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
7938
8000
|
*/
|
|
7939
8001
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
7940
8002
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8043,7 +8105,7 @@ class DataCatalogClient {
|
|
|
8043
8105
|
* @param ListWorkRequestLogsRequest
|
|
8044
8106
|
* @return ListWorkRequestLogsResponse
|
|
8045
8107
|
* @throws OciError when an error occurs
|
|
8046
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
8047
8109
|
*/
|
|
8048
8110
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
8049
8111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8152,7 +8214,7 @@ class DataCatalogClient {
|
|
|
8152
8214
|
* @param ListWorkRequestsRequest
|
|
8153
8215
|
* @return ListWorkRequestsResponse
|
|
8154
8216
|
* @throws OciError when an error occurs
|
|
8155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
8156
8218
|
*/
|
|
8157
8219
|
listWorkRequests(listWorkRequestsRequest) {
|
|
8158
8220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8257,7 +8319,7 @@ class DataCatalogClient {
|
|
|
8257
8319
|
* @param ObjectStatsRequest
|
|
8258
8320
|
* @return ObjectStatsResponse
|
|
8259
8321
|
* @throws OciError when an error occurs
|
|
8260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ObjectStats.ts.html |here} to see how to use ObjectStats API.
|
|
8261
8323
|
*/
|
|
8262
8324
|
objectStats(objectStatsRequest) {
|
|
8263
8325
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8325,7 +8387,7 @@ class DataCatalogClient {
|
|
|
8325
8387
|
* @param ParseConnectionRequest
|
|
8326
8388
|
* @return ParseConnectionResponse
|
|
8327
8389
|
* @throws OciError when an error occurs
|
|
8328
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ParseConnection.ts.html |here} to see how to use ParseConnection API.
|
|
8329
8391
|
*/
|
|
8330
8392
|
parseConnection(parseConnectionRequest) {
|
|
8331
8393
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8395,7 +8457,7 @@ class DataCatalogClient {
|
|
|
8395
8457
|
* @param ProcessRecommendationRequest
|
|
8396
8458
|
* @return ProcessRecommendationResponse
|
|
8397
8459
|
* @throws OciError when an error occurs
|
|
8398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8460
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ProcessRecommendation.ts.html |here} to see how to use ProcessRecommendation API.
|
|
8399
8461
|
*/
|
|
8400
8462
|
processRecommendation(processRecommendationRequest) {
|
|
8401
8463
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8463,7 +8525,7 @@ class DataCatalogClient {
|
|
|
8463
8525
|
* @param RecommendationsRequest
|
|
8464
8526
|
* @return RecommendationsResponse
|
|
8465
8527
|
* @throws OciError when an error occurs
|
|
8466
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8528
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/Recommendations.ts.html |here} to see how to use Recommendations API.
|
|
8467
8529
|
*/
|
|
8468
8530
|
recommendations(recommendationsRequest) {
|
|
8469
8531
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8526,7 +8588,7 @@ class DataCatalogClient {
|
|
|
8526
8588
|
* @param RemoveCatalogLockRequest
|
|
8527
8589
|
* @return RemoveCatalogLockResponse
|
|
8528
8590
|
* @throws OciError when an error occurs
|
|
8529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8591
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/RemoveCatalogLock.ts.html |here} to see how to use RemoveCatalogLock API.
|
|
8530
8592
|
*/
|
|
8531
8593
|
removeCatalogLock(removeCatalogLockRequest) {
|
|
8532
8594
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8591,7 +8653,7 @@ class DataCatalogClient {
|
|
|
8591
8653
|
* @param RemoveCatalogPrivateEndpointLockRequest
|
|
8592
8654
|
* @return RemoveCatalogPrivateEndpointLockResponse
|
|
8593
8655
|
* @throws OciError when an error occurs
|
|
8594
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8656
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/RemoveCatalogPrivateEndpointLock.ts.html |here} to see how to use RemoveCatalogPrivateEndpointLock API.
|
|
8595
8657
|
*/
|
|
8596
8658
|
removeCatalogPrivateEndpointLock(removeCatalogPrivateEndpointLockRequest) {
|
|
8597
8659
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8656,7 +8718,7 @@ class DataCatalogClient {
|
|
|
8656
8718
|
* @param RemoveDataSelectorPatternsRequest
|
|
8657
8719
|
* @return RemoveDataSelectorPatternsResponse
|
|
8658
8720
|
* @throws OciError when an error occurs
|
|
8659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8721
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/RemoveDataSelectorPatterns.ts.html |here} to see how to use RemoveDataSelectorPatterns API.
|
|
8660
8722
|
*/
|
|
8661
8723
|
removeDataSelectorPatterns(removeDataSelectorPatternsRequest) {
|
|
8662
8724
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8723,7 +8785,7 @@ class DataCatalogClient {
|
|
|
8723
8785
|
* @param RemoveMetastoreLockRequest
|
|
8724
8786
|
* @return RemoveMetastoreLockResponse
|
|
8725
8787
|
* @throws OciError when an error occurs
|
|
8726
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8788
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/RemoveMetastoreLock.ts.html |here} to see how to use RemoveMetastoreLock API.
|
|
8727
8789
|
*/
|
|
8728
8790
|
removeMetastoreLock(removeMetastoreLockRequest) {
|
|
8729
8791
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8788,7 +8850,7 @@ class DataCatalogClient {
|
|
|
8788
8850
|
* @param SearchCriteriaRequest
|
|
8789
8851
|
* @return SearchCriteriaResponse
|
|
8790
8852
|
* @throws OciError when an error occurs
|
|
8791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/SearchCriteria.ts.html |here} to see how to use SearchCriteria API.
|
|
8792
8854
|
*/
|
|
8793
8855
|
searchCriteria(searchCriteriaRequest) {
|
|
8794
8856
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8861,7 +8923,7 @@ class DataCatalogClient {
|
|
|
8861
8923
|
* @param SuggestMatchesRequest
|
|
8862
8924
|
* @return SuggestMatchesResponse
|
|
8863
8925
|
* @throws OciError when an error occurs
|
|
8864
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/SuggestMatches.ts.html |here} to see how to use SuggestMatches API.
|
|
8865
8927
|
*/
|
|
8866
8928
|
suggestMatches(suggestMatchesRequest) {
|
|
8867
8929
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8923,7 +8985,7 @@ class DataCatalogClient {
|
|
|
8923
8985
|
* @param SynchronousExportDataAssetRequest
|
|
8924
8986
|
* @return SynchronousExportDataAssetResponse
|
|
8925
8987
|
* @throws OciError when an error occurs
|
|
8926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8988
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/SynchronousExportDataAsset.ts.html |here} to see how to use SynchronousExportDataAsset API.
|
|
8927
8989
|
*/
|
|
8928
8990
|
synchronousExportDataAsset(synchronousExportDataAssetRequest) {
|
|
8929
8991
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8985,7 +9047,7 @@ class DataCatalogClient {
|
|
|
8985
9047
|
* @param TestConnectionRequest
|
|
8986
9048
|
* @return TestConnectionResponse
|
|
8987
9049
|
* @throws OciError when an error occurs
|
|
8988
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9050
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/TestConnection.ts.html |here} to see how to use TestConnection API.
|
|
8989
9051
|
*/
|
|
8990
9052
|
testConnection(testConnectionRequest) {
|
|
8991
9053
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9051,7 +9113,7 @@ class DataCatalogClient {
|
|
|
9051
9113
|
* @param UpdateAttributeRequest
|
|
9052
9114
|
* @return UpdateAttributeResponse
|
|
9053
9115
|
* @throws OciError when an error occurs
|
|
9054
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/UpdateAttribute.ts.html |here} to see how to use UpdateAttribute API.
|
|
9055
9117
|
*/
|
|
9056
9118
|
updateAttribute(updateAttributeRequest) {
|
|
9057
9119
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9119,7 +9181,7 @@ class DataCatalogClient {
|
|
|
9119
9181
|
* @param UpdateCatalogRequest
|
|
9120
9182
|
* @return UpdateCatalogResponse
|
|
9121
9183
|
* @throws OciError when an error occurs
|
|
9122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/UpdateCatalog.ts.html |here} to see how to use UpdateCatalog API.
|
|
9123
9185
|
*/
|
|
9124
9186
|
updateCatalog(updateCatalogRequest) {
|
|
9125
9187
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9186,7 +9248,7 @@ class DataCatalogClient {
|
|
|
9186
9248
|
* @param UpdateCatalogPrivateEndpointRequest
|
|
9187
9249
|
* @return UpdateCatalogPrivateEndpointResponse
|
|
9188
9250
|
* @throws OciError when an error occurs
|
|
9189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/UpdateCatalogPrivateEndpoint.ts.html |here} to see how to use UpdateCatalogPrivateEndpoint API.
|
|
9190
9252
|
*/
|
|
9191
9253
|
updateCatalogPrivateEndpoint(updateCatalogPrivateEndpointRequest) {
|
|
9192
9254
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9249,7 +9311,7 @@ class DataCatalogClient {
|
|
|
9249
9311
|
* @param UpdateConnectionRequest
|
|
9250
9312
|
* @return UpdateConnectionResponse
|
|
9251
9313
|
* @throws OciError when an error occurs
|
|
9252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
9253
9315
|
*/
|
|
9254
9316
|
updateConnection(updateConnectionRequest) {
|
|
9255
9317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9316,7 +9378,7 @@ class DataCatalogClient {
|
|
|
9316
9378
|
* @param UpdateCustomPropertyRequest
|
|
9317
9379
|
* @return UpdateCustomPropertyResponse
|
|
9318
9380
|
* @throws OciError when an error occurs
|
|
9319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/UpdateCustomProperty.ts.html |here} to see how to use UpdateCustomProperty API.
|
|
9320
9382
|
*/
|
|
9321
9383
|
updateCustomProperty(updateCustomPropertyRequest) {
|
|
9322
9384
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9383,7 +9445,7 @@ class DataCatalogClient {
|
|
|
9383
9445
|
* @param UpdateDataAssetRequest
|
|
9384
9446
|
* @return UpdateDataAssetResponse
|
|
9385
9447
|
* @throws OciError when an error occurs
|
|
9386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9448
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
|
|
9387
9449
|
*/
|
|
9388
9450
|
updateDataAsset(updateDataAssetRequest) {
|
|
9389
9451
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9449,7 +9511,7 @@ class DataCatalogClient {
|
|
|
9449
9511
|
* @param UpdateEntityRequest
|
|
9450
9512
|
* @return UpdateEntityResponse
|
|
9451
9513
|
* @throws OciError when an error occurs
|
|
9452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9514
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/UpdateEntity.ts.html |here} to see how to use UpdateEntity API.
|
|
9453
9515
|
*/
|
|
9454
9516
|
updateEntity(updateEntityRequest) {
|
|
9455
9517
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9516,7 +9578,7 @@ class DataCatalogClient {
|
|
|
9516
9578
|
* @param UpdateFolderRequest
|
|
9517
9579
|
* @return UpdateFolderResponse
|
|
9518
9580
|
* @throws OciError when an error occurs
|
|
9519
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
|
|
9520
9582
|
*/
|
|
9521
9583
|
updateFolder(updateFolderRequest) {
|
|
9522
9584
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9583,7 +9645,7 @@ class DataCatalogClient {
|
|
|
9583
9645
|
* @param UpdateGlossaryRequest
|
|
9584
9646
|
* @return UpdateGlossaryResponse
|
|
9585
9647
|
* @throws OciError when an error occurs
|
|
9586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/UpdateGlossary.ts.html |here} to see how to use UpdateGlossary API.
|
|
9587
9649
|
*/
|
|
9588
9650
|
updateGlossary(updateGlossaryRequest) {
|
|
9589
9651
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9649,7 +9711,7 @@ class DataCatalogClient {
|
|
|
9649
9711
|
* @param UpdateJobRequest
|
|
9650
9712
|
* @return UpdateJobResponse
|
|
9651
9713
|
* @throws OciError when an error occurs
|
|
9652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9714
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
9653
9715
|
*/
|
|
9654
9716
|
updateJob(updateJobRequest) {
|
|
9655
9717
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9715,7 +9777,7 @@ class DataCatalogClient {
|
|
|
9715
9777
|
* @param UpdateJobDefinitionRequest
|
|
9716
9778
|
* @return UpdateJobDefinitionResponse
|
|
9717
9779
|
* @throws OciError when an error occurs
|
|
9718
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9780
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/UpdateJobDefinition.ts.html |here} to see how to use UpdateJobDefinition API.
|
|
9719
9781
|
*/
|
|
9720
9782
|
updateJobDefinition(updateJobDefinitionRequest) {
|
|
9721
9783
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9781,7 +9843,7 @@ class DataCatalogClient {
|
|
|
9781
9843
|
* @param UpdateMetastoreRequest
|
|
9782
9844
|
* @return UpdateMetastoreResponse
|
|
9783
9845
|
* @throws OciError when an error occurs
|
|
9784
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/UpdateMetastore.ts.html |here} to see how to use UpdateMetastore API.
|
|
9785
9847
|
*/
|
|
9786
9848
|
updateMetastore(updateMetastoreRequest) {
|
|
9787
9849
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9848,7 +9910,7 @@ class DataCatalogClient {
|
|
|
9848
9910
|
* @param UpdateNamespaceRequest
|
|
9849
9911
|
* @return UpdateNamespaceResponse
|
|
9850
9912
|
* @throws OciError when an error occurs
|
|
9851
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9913
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/UpdateNamespace.ts.html |here} to see how to use UpdateNamespace API.
|
|
9852
9914
|
*/
|
|
9853
9915
|
updateNamespace(updateNamespaceRequest) {
|
|
9854
9916
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9914,7 +9976,7 @@ class DataCatalogClient {
|
|
|
9914
9976
|
* @param UpdatePatternRequest
|
|
9915
9977
|
* @return UpdatePatternResponse
|
|
9916
9978
|
* @throws OciError when an error occurs
|
|
9917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9979
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/UpdatePattern.ts.html |here} to see how to use UpdatePattern API.
|
|
9918
9980
|
*/
|
|
9919
9981
|
updatePattern(updatePatternRequest) {
|
|
9920
9982
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9980,7 +10042,7 @@ class DataCatalogClient {
|
|
|
9980
10042
|
* @param UpdateTermRequest
|
|
9981
10043
|
* @return UpdateTermResponse
|
|
9982
10044
|
* @throws OciError when an error occurs
|
|
9983
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/UpdateTerm.ts.html |here} to see how to use UpdateTerm API.
|
|
9984
10046
|
*/
|
|
9985
10047
|
updateTerm(updateTermRequest) {
|
|
9986
10048
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10047,7 +10109,7 @@ class DataCatalogClient {
|
|
|
10047
10109
|
* @param UpdateTermRelationshipRequest
|
|
10048
10110
|
* @return UpdateTermRelationshipResponse
|
|
10049
10111
|
* @throws OciError when an error occurs
|
|
10050
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/UpdateTermRelationship.ts.html |here} to see how to use UpdateTermRelationship API.
|
|
10051
10113
|
*/
|
|
10052
10114
|
updateTermRelationship(updateTermRelationshipRequest) {
|
|
10053
10115
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10115,7 +10177,7 @@ class DataCatalogClient {
|
|
|
10115
10177
|
* @param UploadCredentialsRequest
|
|
10116
10178
|
* @return UploadCredentialsResponse
|
|
10117
10179
|
* @throws OciError when an error occurs
|
|
10118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/UploadCredentials.ts.html |here} to see how to use UploadCredentials API.
|
|
10119
10181
|
*/
|
|
10120
10182
|
uploadCredentials(uploadCredentialsRequest) {
|
|
10121
10183
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10183,7 +10245,7 @@ class DataCatalogClient {
|
|
|
10183
10245
|
* @param UsersRequest
|
|
10184
10246
|
* @return UsersResponse
|
|
10185
10247
|
* @throws OciError when an error occurs
|
|
10186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/Users.ts.html |here} to see how to use Users API.
|
|
10187
10249
|
*/
|
|
10188
10250
|
users(usersRequest) {
|
|
10189
10251
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10251,7 +10313,7 @@ class DataCatalogClient {
|
|
|
10251
10313
|
* @param ValidateConnectionRequest
|
|
10252
10314
|
* @return ValidateConnectionResponse
|
|
10253
10315
|
* @throws OciError when an error occurs
|
|
10254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ValidateConnection.ts.html |here} to see how to use ValidateConnection API.
|
|
10255
10317
|
*/
|
|
10256
10318
|
validateConnection(validateConnectionRequest) {
|
|
10257
10319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10317,7 +10379,7 @@ class DataCatalogClient {
|
|
|
10317
10379
|
* @param ValidatePatternRequest
|
|
10318
10380
|
* @return ValidatePatternResponse
|
|
10319
10381
|
* @throws OciError when an error occurs
|
|
10320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10382
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/datacatalog/ValidatePattern.ts.html |here} to see how to use ValidatePattern API.
|
|
10321
10383
|
*/
|
|
10322
10384
|
validatePattern(validatePatternRequest) {
|
|
10323
10385
|
return __awaiter(this, void 0, void 0, function* () {
|