oci-datacatalog 2.69.0 → 2.70.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 +158 -139
- package/lib/client.js +279 -139
- package/lib/client.js.map +1 -1
- package/lib/model/asynchronous-export-glossary-details.d.ts +25 -0
- package/lib/model/asynchronous-export-glossary-details.js +59 -0
- package/lib/model/asynchronous-export-glossary-details.js.map +1 -0
- package/lib/model/asynchronous-export-glossary-result.d.ts +43 -0
- package/lib/model/asynchronous-export-glossary-result.js +31 -0
- package/lib/model/asynchronous-export-glossary-result.js.map +1 -0
- package/lib/model/asynchronous-export-request-details.d.ts +25 -0
- package/lib/model/asynchronous-export-request-details.js +59 -0
- package/lib/model/asynchronous-export-request-details.js.map +1 -0
- package/lib/model/asynchronous-export-result.d.ts +43 -0
- package/lib/model/asynchronous-export-result.js +31 -0
- package/lib/model/asynchronous-export-result.js.map +1 -0
- package/lib/model/attribute-summary.d.ts +6 -0
- package/lib/model/attribute-summary.js.map +1 -1
- package/lib/model/attribute.d.ts +6 -0
- package/lib/model/attribute.js.map +1 -1
- package/lib/model/create-job-definition-details.d.ts +4 -0
- package/lib/model/create-job-definition-details.js.map +1 -1
- package/lib/model/create-job-details.d.ts +1 -0
- package/lib/model/create-job-details.js.map +1 -1
- package/lib/model/data-asset-summary.d.ts +6 -0
- package/lib/model/data-asset-summary.js.map +1 -1
- package/lib/model/data-asset.d.ts +6 -0
- package/lib/model/data-asset.js.map +1 -1
- package/lib/model/entity-lineage.d.ts +53 -0
- package/lib/model/entity-lineage.js +73 -0
- package/lib/model/entity-lineage.js.map +1 -0
- package/lib/model/entity-summary.d.ts +6 -0
- package/lib/model/entity-summary.js.map +1 -1
- package/lib/model/entity.d.ts +6 -0
- package/lib/model/entity.js.map +1 -1
- package/lib/model/faceted-search-date-filter-request.d.ts +1 -1
- package/lib/model/faceted-search-string-filter-request.d.ts +6 -1
- package/lib/model/faceted-search-string-filter-request.js.map +1 -1
- package/lib/model/fetch-entity-lineage-details.d.ts +45 -0
- package/lib/model/fetch-entity-lineage-details.js +31 -0
- package/lib/model/fetch-entity-lineage-details.js.map +1 -0
- package/lib/model/folder-summary.d.ts +6 -0
- package/lib/model/folder-summary.js.map +1 -1
- package/lib/model/folder.d.ts +6 -0
- package/lib/model/folder.js.map +1 -1
- package/lib/model/index.d.ts +24 -0
- package/lib/model/index.js +28 -4
- package/lib/model/index.js.map +1 -1
- package/lib/model/job-definition-summary.d.ts +4 -0
- package/lib/model/job-definition-summary.js.map +1 -1
- package/lib/model/job-definition.d.ts +4 -0
- package/lib/model/job-definition.js.map +1 -1
- package/lib/model/job-summary.d.ts +5 -0
- package/lib/model/job-summary.js.map +1 -1
- package/lib/model/job-type.d.ts +4 -0
- package/lib/model/job-type.js +4 -0
- package/lib/model/job-type.js.map +1 -1
- package/lib/model/job.d.ts +5 -0
- package/lib/model/job.js.map +1 -1
- package/lib/model/lineage-direction.d.ts +37 -0
- package/lib/model/lineage-direction.js +48 -0
- package/lib/model/lineage-direction.js.map +1 -0
- package/lib/model/lineage-object.d.ts +80 -0
- package/lib/model/lineage-object.js +31 -0
- package/lib/model/lineage-object.js.map +1 -0
- package/lib/model/lineage-relationship.d.ts +35 -0
- package/lib/model/lineage-relationship.js +31 -0
- package/lib/model/lineage-relationship.js.map +1 -0
- package/lib/model/object-lineage-request-details.d.ts +45 -0
- package/lib/model/object-lineage-request-details.js +31 -0
- package/lib/model/object-lineage-request-details.js.map +1 -0
- package/lib/model/object-lineage.d.ts +53 -0
- package/lib/model/object-lineage.js +73 -0
- package/lib/model/object-lineage.js.map +1 -0
- package/lib/model/object-storage-object-reference.d.ts +35 -0
- package/lib/model/object-storage-object-reference.js +31 -0
- package/lib/model/object-storage-object-reference.js.map +1 -0
- package/lib/model/update-job-definition-details.d.ts +4 -0
- package/lib/model/update-job-definition-details.js.map +1 -1
- package/lib/model/update-job-details.d.ts +1 -0
- package/lib/model/update-job-details.js.map +1 -1
- package/lib/request/add-data-selector-patterns-request.d.ts +1 -1
- package/lib/request/associate-custom-property-request.d.ts +1 -1
- package/lib/request/asynchronous-export-glossary-request.d.ts +44 -0
- package/lib/request/asynchronous-export-glossary-request.js +15 -0
- package/lib/request/asynchronous-export-glossary-request.js.map +1 -0
- 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 +56 -0
- package/lib/request/fetch-entity-lineage-request.js +15 -0
- package/lib/request/fetch-entity-lineage-request.js.map +1 -0
- 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/index.d.ts +4 -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 +5 -3
- package/lib/request/list-attributes-request.js +1 -0
- package/lib/request/list-attributes-request.js.map +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 -3
- package/lib/request/list-entities-request.js +1 -0
- 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 +9 -3
- package/lib/request/list-folders-request.js +1 -0
- package/lib/request/list-folders-request.js.map +1 -1
- package/lib/request/list-glossaries-request.d.ts +1 -1
- package/lib/request/list-job-definitions-request.d.ts +5 -1
- package/lib/request/list-job-definitions-request.js.map +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 +6 -1
- package/lib/request/list-jobs-request.js.map +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-data-selector-patterns-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/asynchronous-export-glossary-response.d.ts +30 -0
- package/lib/response/asynchronous-export-glossary-response.js +15 -0
- package/lib/response/asynchronous-export-glossary-response.js.map +1 -0
- package/lib/response/fetch-entity-lineage-response.d.ts +30 -0
- package/lib/response/fetch-entity-lineage-response.js +15 -0
- package/lib/response/fetch-entity-lineage-response.js.map +1 -0
- package/lib/response/index.d.ts +4 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -186,7 +186,7 @@ class DataCatalogClient {
|
|
|
186
186
|
* @param AddDataSelectorPatternsRequest
|
|
187
187
|
* @return AddDataSelectorPatternsResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/AddDataSelectorPatterns.ts.html |here} to see how to use AddDataSelectorPatterns API.
|
|
190
190
|
*/
|
|
191
191
|
addDataSelectorPatterns(addDataSelectorPatternsRequest) {
|
|
192
192
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -253,7 +253,7 @@ class DataCatalogClient {
|
|
|
253
253
|
* @param AssociateCustomPropertyRequest
|
|
254
254
|
* @return AssociateCustomPropertyResponse
|
|
255
255
|
* @throws OciError when an error occurs
|
|
256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/AssociateCustomProperty.ts.html |here} to see how to use AssociateCustomProperty API.
|
|
257
257
|
*/
|
|
258
258
|
associateCustomProperty(associateCustomPropertyRequest) {
|
|
259
259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -314,13 +314,80 @@ class DataCatalogClient {
|
|
|
314
314
|
}
|
|
315
315
|
});
|
|
316
316
|
}
|
|
317
|
+
/**
|
|
318
|
+
* Exports the contents of a glossary in Excel format. Returns details about the job which actually performs the export.
|
|
319
|
+
*
|
|
320
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
321
|
+
* @param AsynchronousExportGlossaryRequest
|
|
322
|
+
* @return AsynchronousExportGlossaryResponse
|
|
323
|
+
* @throws OciError when an error occurs
|
|
324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/AsynchronousExportGlossary.ts.html |here} to see how to use AsynchronousExportGlossary API.
|
|
325
|
+
*/
|
|
326
|
+
asynchronousExportGlossary(asynchronousExportGlossaryRequest) {
|
|
327
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
328
|
+
if (this.logger)
|
|
329
|
+
this.logger.debug("Calling operation DataCatalogClient#asynchronousExportGlossary.");
|
|
330
|
+
const operationName = "asynchronousExportGlossary";
|
|
331
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Glossary/AsynchronousExportGlossary";
|
|
332
|
+
const pathParams = {
|
|
333
|
+
"{catalogId}": asynchronousExportGlossaryRequest.catalogId,
|
|
334
|
+
"{glossaryKey}": asynchronousExportGlossaryRequest.glossaryKey
|
|
335
|
+
};
|
|
336
|
+
const queryParams = {};
|
|
337
|
+
let headerParams = {
|
|
338
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
339
|
+
"opc-request-id": asynchronousExportGlossaryRequest.opcRequestId,
|
|
340
|
+
"opc-retry-token": asynchronousExportGlossaryRequest.opcRetryToken
|
|
341
|
+
};
|
|
342
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
343
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, asynchronousExportGlossaryRequest.retryConfiguration, specRetryConfiguration);
|
|
344
|
+
if (this.logger)
|
|
345
|
+
retrier.logger = this.logger;
|
|
346
|
+
const request = yield oci_common_2.composeRequest({
|
|
347
|
+
baseEndpoint: this._endpoint,
|
|
348
|
+
defaultHeaders: this._defaultHeaders,
|
|
349
|
+
path: "/catalogs/{catalogId}/glossaries/{glossaryKey}/actions/asynchronousExport",
|
|
350
|
+
method: "POST",
|
|
351
|
+
bodyContent: common.ObjectSerializer.serialize(asynchronousExportGlossaryRequest.asynchronousExportGlossaryDetails, "AsynchronousExportGlossaryDetails", model.AsynchronousExportGlossaryDetails.getJsonObj),
|
|
352
|
+
pathParams: pathParams,
|
|
353
|
+
headerParams: headerParams,
|
|
354
|
+
queryParams: queryParams
|
|
355
|
+
});
|
|
356
|
+
try {
|
|
357
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
358
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
359
|
+
responseObject: {},
|
|
360
|
+
body: yield response.json(),
|
|
361
|
+
bodyKey: "asynchronousExportGlossaryResult",
|
|
362
|
+
bodyModel: model.AsynchronousExportGlossaryResult,
|
|
363
|
+
type: "model.AsynchronousExportGlossaryResult",
|
|
364
|
+
responseHeaders: [
|
|
365
|
+
{
|
|
366
|
+
value: response.headers.get("etag"),
|
|
367
|
+
key: "etag",
|
|
368
|
+
dataType: "string"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
value: response.headers.get("opc-request-id"),
|
|
372
|
+
key: "opcRequestId",
|
|
373
|
+
dataType: "string"
|
|
374
|
+
}
|
|
375
|
+
]
|
|
376
|
+
});
|
|
377
|
+
return sdkResponse;
|
|
378
|
+
}
|
|
379
|
+
catch (err) {
|
|
380
|
+
throw err;
|
|
381
|
+
}
|
|
382
|
+
});
|
|
383
|
+
}
|
|
317
384
|
/**
|
|
318
385
|
* Attaches a private reverse connection endpoint resource to a data catalog resource. When provided, 'If-Match' is checked against 'ETag' values of the resource.
|
|
319
386
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
320
387
|
* @param AttachCatalogPrivateEndpointRequest
|
|
321
388
|
* @return AttachCatalogPrivateEndpointResponse
|
|
322
389
|
* @throws OciError when an error occurs
|
|
323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/AttachCatalogPrivateEndpoint.ts.html |here} to see how to use AttachCatalogPrivateEndpoint API.
|
|
324
391
|
*/
|
|
325
392
|
attachCatalogPrivateEndpoint(attachCatalogPrivateEndpointRequest) {
|
|
326
393
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -382,7 +449,7 @@ class DataCatalogClient {
|
|
|
382
449
|
* @param ChangeCatalogCompartmentRequest
|
|
383
450
|
* @return ChangeCatalogCompartmentResponse
|
|
384
451
|
* @throws OciError when an error occurs
|
|
385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ChangeCatalogCompartment.ts.html |here} to see how to use ChangeCatalogCompartment API.
|
|
386
453
|
*/
|
|
387
454
|
changeCatalogCompartment(changeCatalogCompartmentRequest) {
|
|
388
455
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -443,7 +510,7 @@ class DataCatalogClient {
|
|
|
443
510
|
* @param ChangeCatalogPrivateEndpointCompartmentRequest
|
|
444
511
|
* @return ChangeCatalogPrivateEndpointCompartmentResponse
|
|
445
512
|
* @throws OciError when an error occurs
|
|
446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
513
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ChangeCatalogPrivateEndpointCompartment.ts.html |here} to see how to use ChangeCatalogPrivateEndpointCompartment API.
|
|
447
514
|
*/
|
|
448
515
|
changeCatalogPrivateEndpointCompartment(changeCatalogPrivateEndpointCompartmentRequest) {
|
|
449
516
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -504,7 +571,7 @@ class DataCatalogClient {
|
|
|
504
571
|
* @param ChangeMetastoreCompartmentRequest
|
|
505
572
|
* @return ChangeMetastoreCompartmentResponse
|
|
506
573
|
* @throws OciError when an error occurs
|
|
507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ChangeMetastoreCompartment.ts.html |here} to see how to use ChangeMetastoreCompartment API.
|
|
508
575
|
*/
|
|
509
576
|
changeMetastoreCompartment(changeMetastoreCompartmentRequest) {
|
|
510
577
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -565,7 +632,7 @@ class DataCatalogClient {
|
|
|
565
632
|
* @param CreateAttributeRequest
|
|
566
633
|
* @return CreateAttributeResponse
|
|
567
634
|
* @throws OciError when an error occurs
|
|
568
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateAttribute.ts.html |here} to see how to use CreateAttribute API.
|
|
569
636
|
*/
|
|
570
637
|
createAttribute(createAttributeRequest) {
|
|
571
638
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -632,7 +699,7 @@ class DataCatalogClient {
|
|
|
632
699
|
* @param CreateAttributeTagRequest
|
|
633
700
|
* @return CreateAttributeTagResponse
|
|
634
701
|
* @throws OciError when an error occurs
|
|
635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateAttributeTag.ts.html |here} to see how to use CreateAttributeTag API.
|
|
636
703
|
*/
|
|
637
704
|
createAttributeTag(createAttributeTagRequest) {
|
|
638
705
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -702,7 +769,7 @@ class DataCatalogClient {
|
|
|
702
769
|
* @param CreateCatalogRequest
|
|
703
770
|
* @return CreateCatalogResponse
|
|
704
771
|
* @throws OciError when an error occurs
|
|
705
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
772
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateCatalog.ts.html |here} to see how to use CreateCatalog API.
|
|
706
773
|
*/
|
|
707
774
|
createCatalog(createCatalogRequest) {
|
|
708
775
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -761,7 +828,7 @@ class DataCatalogClient {
|
|
|
761
828
|
* @param CreateCatalogPrivateEndpointRequest
|
|
762
829
|
* @return CreateCatalogPrivateEndpointResponse
|
|
763
830
|
* @throws OciError when an error occurs
|
|
764
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
831
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateCatalogPrivateEndpoint.ts.html |here} to see how to use CreateCatalogPrivateEndpoint API.
|
|
765
832
|
*/
|
|
766
833
|
createCatalogPrivateEndpoint(createCatalogPrivateEndpointRequest) {
|
|
767
834
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -820,7 +887,7 @@ class DataCatalogClient {
|
|
|
820
887
|
* @param CreateConnectionRequest
|
|
821
888
|
* @return CreateConnectionResponse
|
|
822
889
|
* @throws OciError when an error occurs
|
|
823
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
890
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
824
891
|
*/
|
|
825
892
|
createConnection(createConnectionRequest) {
|
|
826
893
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -886,7 +953,7 @@ class DataCatalogClient {
|
|
|
886
953
|
* @param CreateCustomPropertyRequest
|
|
887
954
|
* @return CreateCustomPropertyResponse
|
|
888
955
|
* @throws OciError when an error occurs
|
|
889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
956
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateCustomProperty.ts.html |here} to see how to use CreateCustomProperty API.
|
|
890
957
|
*/
|
|
891
958
|
createCustomProperty(createCustomPropertyRequest) {
|
|
892
959
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -952,7 +1019,7 @@ class DataCatalogClient {
|
|
|
952
1019
|
* @param CreateDataAssetRequest
|
|
953
1020
|
* @return CreateDataAssetResponse
|
|
954
1021
|
* @throws OciError when an error occurs
|
|
955
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1022
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
|
|
956
1023
|
*/
|
|
957
1024
|
createDataAsset(createDataAssetRequest) {
|
|
958
1025
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1017,7 +1084,7 @@ class DataCatalogClient {
|
|
|
1017
1084
|
* @param CreateDataAssetTagRequest
|
|
1018
1085
|
* @return CreateDataAssetTagResponse
|
|
1019
1086
|
* @throws OciError when an error occurs
|
|
1020
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1087
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateDataAssetTag.ts.html |here} to see how to use CreateDataAssetTag API.
|
|
1021
1088
|
*/
|
|
1022
1089
|
createDataAssetTag(createDataAssetTagRequest) {
|
|
1023
1090
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1083,7 +1150,7 @@ class DataCatalogClient {
|
|
|
1083
1150
|
* @param CreateEntityRequest
|
|
1084
1151
|
* @return CreateEntityResponse
|
|
1085
1152
|
* @throws OciError when an error occurs
|
|
1086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateEntity.ts.html |here} to see how to use CreateEntity API.
|
|
1087
1154
|
*/
|
|
1088
1155
|
createEntity(createEntityRequest) {
|
|
1089
1156
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1149,7 +1216,7 @@ class DataCatalogClient {
|
|
|
1149
1216
|
* @param CreateEntityTagRequest
|
|
1150
1217
|
* @return CreateEntityTagResponse
|
|
1151
1218
|
* @throws OciError when an error occurs
|
|
1152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateEntityTag.ts.html |here} to see how to use CreateEntityTag API.
|
|
1153
1220
|
*/
|
|
1154
1221
|
createEntityTag(createEntityTagRequest) {
|
|
1155
1222
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1216,7 +1283,7 @@ class DataCatalogClient {
|
|
|
1216
1283
|
* @param CreateFolderRequest
|
|
1217
1284
|
* @return CreateFolderResponse
|
|
1218
1285
|
* @throws OciError when an error occurs
|
|
1219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateFolder.ts.html |here} to see how to use CreateFolder API.
|
|
1220
1287
|
*/
|
|
1221
1288
|
createFolder(createFolderRequest) {
|
|
1222
1289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1282,7 +1349,7 @@ class DataCatalogClient {
|
|
|
1282
1349
|
* @param CreateFolderTagRequest
|
|
1283
1350
|
* @return CreateFolderTagResponse
|
|
1284
1351
|
* @throws OciError when an error occurs
|
|
1285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateFolderTag.ts.html |here} to see how to use CreateFolderTag API.
|
|
1286
1353
|
*/
|
|
1287
1354
|
createFolderTag(createFolderTagRequest) {
|
|
1288
1355
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1349,7 +1416,7 @@ class DataCatalogClient {
|
|
|
1349
1416
|
* @param CreateGlossaryRequest
|
|
1350
1417
|
* @return CreateGlossaryResponse
|
|
1351
1418
|
* @throws OciError when an error occurs
|
|
1352
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateGlossary.ts.html |here} to see how to use CreateGlossary API.
|
|
1353
1420
|
*/
|
|
1354
1421
|
createGlossary(createGlossaryRequest) {
|
|
1355
1422
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1414,7 +1481,7 @@ class DataCatalogClient {
|
|
|
1414
1481
|
* @param CreateJobRequest
|
|
1415
1482
|
* @return CreateJobResponse
|
|
1416
1483
|
* @throws OciError when an error occurs
|
|
1417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
1418
1485
|
*/
|
|
1419
1486
|
createJob(createJobRequest) {
|
|
1420
1487
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1479,7 +1546,7 @@ class DataCatalogClient {
|
|
|
1479
1546
|
* @param CreateJobDefinitionRequest
|
|
1480
1547
|
* @return CreateJobDefinitionResponse
|
|
1481
1548
|
* @throws OciError when an error occurs
|
|
1482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateJobDefinition.ts.html |here} to see how to use CreateJobDefinition API.
|
|
1483
1550
|
*/
|
|
1484
1551
|
createJobDefinition(createJobDefinitionRequest) {
|
|
1485
1552
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1544,7 +1611,7 @@ class DataCatalogClient {
|
|
|
1544
1611
|
* @param CreateJobExecutionRequest
|
|
1545
1612
|
* @return CreateJobExecutionResponse
|
|
1546
1613
|
* @throws OciError when an error occurs
|
|
1547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1614
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateJobExecution.ts.html |here} to see how to use CreateJobExecution API.
|
|
1548
1615
|
*/
|
|
1549
1616
|
createJobExecution(createJobExecutionRequest) {
|
|
1550
1617
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1611,7 +1678,7 @@ class DataCatalogClient {
|
|
|
1611
1678
|
* @param CreateMetastoreRequest
|
|
1612
1679
|
* @return CreateMetastoreResponse
|
|
1613
1680
|
* @throws OciError when an error occurs
|
|
1614
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1681
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateMetastore.ts.html |here} to see how to use CreateMetastore API.
|
|
1615
1682
|
*/
|
|
1616
1683
|
createMetastore(createMetastoreRequest) {
|
|
1617
1684
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1670,7 +1737,7 @@ class DataCatalogClient {
|
|
|
1670
1737
|
* @param CreateNamespaceRequest
|
|
1671
1738
|
* @return CreateNamespaceResponse
|
|
1672
1739
|
* @throws OciError when an error occurs
|
|
1673
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1740
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateNamespace.ts.html |here} to see how to use CreateNamespace API.
|
|
1674
1741
|
*/
|
|
1675
1742
|
createNamespace(createNamespaceRequest) {
|
|
1676
1743
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1735,7 +1802,7 @@ class DataCatalogClient {
|
|
|
1735
1802
|
* @param CreatePatternRequest
|
|
1736
1803
|
* @return CreatePatternResponse
|
|
1737
1804
|
* @throws OciError when an error occurs
|
|
1738
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1805
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreatePattern.ts.html |here} to see how to use CreatePattern API.
|
|
1739
1806
|
*/
|
|
1740
1807
|
createPattern(createPatternRequest) {
|
|
1741
1808
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1800,7 +1867,7 @@ class DataCatalogClient {
|
|
|
1800
1867
|
* @param CreateTermRequest
|
|
1801
1868
|
* @return CreateTermResponse
|
|
1802
1869
|
* @throws OciError when an error occurs
|
|
1803
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateTerm.ts.html |here} to see how to use CreateTerm API.
|
|
1804
1871
|
*/
|
|
1805
1872
|
createTerm(createTermRequest) {
|
|
1806
1873
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1866,7 +1933,7 @@ class DataCatalogClient {
|
|
|
1866
1933
|
* @param CreateTermRelationshipRequest
|
|
1867
1934
|
* @return CreateTermRelationshipResponse
|
|
1868
1935
|
* @throws OciError when an error occurs
|
|
1869
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/CreateTermRelationship.ts.html |here} to see how to use CreateTermRelationship API.
|
|
1870
1937
|
*/
|
|
1871
1938
|
createTermRelationship(createTermRelationshipRequest) {
|
|
1872
1939
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1933,7 +2000,7 @@ class DataCatalogClient {
|
|
|
1933
2000
|
* @param DeleteAttributeRequest
|
|
1934
2001
|
* @return DeleteAttributeResponse
|
|
1935
2002
|
* @throws OciError when an error occurs
|
|
1936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeleteAttribute.ts.html |here} to see how to use DeleteAttribute API.
|
|
1937
2004
|
*/
|
|
1938
2005
|
deleteAttribute(deleteAttributeRequest) {
|
|
1939
2006
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1991,7 +2058,7 @@ class DataCatalogClient {
|
|
|
1991
2058
|
* @param DeleteAttributeTagRequest
|
|
1992
2059
|
* @return DeleteAttributeTagResponse
|
|
1993
2060
|
* @throws OciError when an error occurs
|
|
1994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2061
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeleteAttributeTag.ts.html |here} to see how to use DeleteAttributeTag API.
|
|
1995
2062
|
*/
|
|
1996
2063
|
deleteAttributeTag(deleteAttributeTagRequest) {
|
|
1997
2064
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2050,7 +2117,7 @@ class DataCatalogClient {
|
|
|
2050
2117
|
* @param DeleteCatalogRequest
|
|
2051
2118
|
* @return DeleteCatalogResponse
|
|
2052
2119
|
* @throws OciError when an error occurs
|
|
2053
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeleteCatalog.ts.html |here} to see how to use DeleteCatalog API.
|
|
2054
2121
|
*/
|
|
2055
2122
|
deleteCatalog(deleteCatalogRequest) {
|
|
2056
2123
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2110,7 +2177,7 @@ class DataCatalogClient {
|
|
|
2110
2177
|
* @param DeleteCatalogPrivateEndpointRequest
|
|
2111
2178
|
* @return DeleteCatalogPrivateEndpointResponse
|
|
2112
2179
|
* @throws OciError when an error occurs
|
|
2113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeleteCatalogPrivateEndpoint.ts.html |here} to see how to use DeleteCatalogPrivateEndpoint API.
|
|
2114
2181
|
*/
|
|
2115
2182
|
deleteCatalogPrivateEndpoint(deleteCatalogPrivateEndpointRequest) {
|
|
2116
2183
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2170,7 +2237,7 @@ class DataCatalogClient {
|
|
|
2170
2237
|
* @param DeleteConnectionRequest
|
|
2171
2238
|
* @return DeleteConnectionResponse
|
|
2172
2239
|
* @throws OciError when an error occurs
|
|
2173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
2174
2241
|
*/
|
|
2175
2242
|
deleteConnection(deleteConnectionRequest) {
|
|
2176
2243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2227,7 +2294,7 @@ class DataCatalogClient {
|
|
|
2227
2294
|
* @param DeleteCustomPropertyRequest
|
|
2228
2295
|
* @return DeleteCustomPropertyResponse
|
|
2229
2296
|
* @throws OciError when an error occurs
|
|
2230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2297
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeleteCustomProperty.ts.html |here} to see how to use DeleteCustomProperty API.
|
|
2231
2298
|
*/
|
|
2232
2299
|
deleteCustomProperty(deleteCustomPropertyRequest) {
|
|
2233
2300
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2284,7 +2351,7 @@ class DataCatalogClient {
|
|
|
2284
2351
|
* @param DeleteDataAssetRequest
|
|
2285
2352
|
* @return DeleteDataAssetResponse
|
|
2286
2353
|
* @throws OciError when an error occurs
|
|
2287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2354
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
|
|
2288
2355
|
*/
|
|
2289
2356
|
deleteDataAsset(deleteDataAssetRequest) {
|
|
2290
2357
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2340,7 +2407,7 @@ class DataCatalogClient {
|
|
|
2340
2407
|
* @param DeleteDataAssetTagRequest
|
|
2341
2408
|
* @return DeleteDataAssetTagResponse
|
|
2342
2409
|
* @throws OciError when an error occurs
|
|
2343
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeleteDataAssetTag.ts.html |here} to see how to use DeleteDataAssetTag API.
|
|
2344
2411
|
*/
|
|
2345
2412
|
deleteDataAssetTag(deleteDataAssetTagRequest) {
|
|
2346
2413
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2397,7 +2464,7 @@ class DataCatalogClient {
|
|
|
2397
2464
|
* @param DeleteEntityRequest
|
|
2398
2465
|
* @return DeleteEntityResponse
|
|
2399
2466
|
* @throws OciError when an error occurs
|
|
2400
|
-
* @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.70.1/datacatalog/DeleteEntity.ts.html |here} to see how to use DeleteEntity API.
|
|
2401
2468
|
*/
|
|
2402
2469
|
deleteEntity(deleteEntityRequest) {
|
|
2403
2470
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2454,7 +2521,7 @@ class DataCatalogClient {
|
|
|
2454
2521
|
* @param DeleteEntityTagRequest
|
|
2455
2522
|
* @return DeleteEntityTagResponse
|
|
2456
2523
|
* @throws OciError when an error occurs
|
|
2457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeleteEntityTag.ts.html |here} to see how to use DeleteEntityTag API.
|
|
2458
2525
|
*/
|
|
2459
2526
|
deleteEntityTag(deleteEntityTagRequest) {
|
|
2460
2527
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2512,7 +2579,7 @@ class DataCatalogClient {
|
|
|
2512
2579
|
* @param DeleteFolderRequest
|
|
2513
2580
|
* @return DeleteFolderResponse
|
|
2514
2581
|
* @throws OciError when an error occurs
|
|
2515
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2582
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
|
|
2516
2583
|
*/
|
|
2517
2584
|
deleteFolder(deleteFolderRequest) {
|
|
2518
2585
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2569,7 +2636,7 @@ class DataCatalogClient {
|
|
|
2569
2636
|
* @param DeleteFolderTagRequest
|
|
2570
2637
|
* @return DeleteFolderTagResponse
|
|
2571
2638
|
* @throws OciError when an error occurs
|
|
2572
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeleteFolderTag.ts.html |here} to see how to use DeleteFolderTag API.
|
|
2573
2640
|
*/
|
|
2574
2641
|
deleteFolderTag(deleteFolderTagRequest) {
|
|
2575
2642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2627,7 +2694,7 @@ class DataCatalogClient {
|
|
|
2627
2694
|
* @param DeleteGlossaryRequest
|
|
2628
2695
|
* @return DeleteGlossaryResponse
|
|
2629
2696
|
* @throws OciError when an error occurs
|
|
2630
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2697
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeleteGlossary.ts.html |here} to see how to use DeleteGlossary API.
|
|
2631
2698
|
*/
|
|
2632
2699
|
deleteGlossary(deleteGlossaryRequest) {
|
|
2633
2700
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2683,7 +2750,7 @@ class DataCatalogClient {
|
|
|
2683
2750
|
* @param DeleteJobRequest
|
|
2684
2751
|
* @return DeleteJobResponse
|
|
2685
2752
|
* @throws OciError when an error occurs
|
|
2686
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
2687
2754
|
*/
|
|
2688
2755
|
deleteJob(deleteJobRequest) {
|
|
2689
2756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2739,7 +2806,7 @@ class DataCatalogClient {
|
|
|
2739
2806
|
* @param DeleteJobDefinitionRequest
|
|
2740
2807
|
* @return DeleteJobDefinitionResponse
|
|
2741
2808
|
* @throws OciError when an error occurs
|
|
2742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2809
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeleteJobDefinition.ts.html |here} to see how to use DeleteJobDefinition API.
|
|
2743
2810
|
*/
|
|
2744
2811
|
deleteJobDefinition(deleteJobDefinitionRequest) {
|
|
2745
2812
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2795,7 +2862,7 @@ class DataCatalogClient {
|
|
|
2795
2862
|
* @param DeleteMetastoreRequest
|
|
2796
2863
|
* @return DeleteMetastoreResponse
|
|
2797
2864
|
* @throws OciError when an error occurs
|
|
2798
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2865
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeleteMetastore.ts.html |here} to see how to use DeleteMetastore API.
|
|
2799
2866
|
*/
|
|
2800
2867
|
deleteMetastore(deleteMetastoreRequest) {
|
|
2801
2868
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2855,7 +2922,7 @@ class DataCatalogClient {
|
|
|
2855
2922
|
* @param DeleteNamespaceRequest
|
|
2856
2923
|
* @return DeleteNamespaceResponse
|
|
2857
2924
|
* @throws OciError when an error occurs
|
|
2858
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeleteNamespace.ts.html |here} to see how to use DeleteNamespace API.
|
|
2859
2926
|
*/
|
|
2860
2927
|
deleteNamespace(deleteNamespaceRequest) {
|
|
2861
2928
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2911,7 +2978,7 @@ class DataCatalogClient {
|
|
|
2911
2978
|
* @param DeletePatternRequest
|
|
2912
2979
|
* @return DeletePatternResponse
|
|
2913
2980
|
* @throws OciError when an error occurs
|
|
2914
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2981
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeletePattern.ts.html |here} to see how to use DeletePattern API.
|
|
2915
2982
|
*/
|
|
2916
2983
|
deletePattern(deletePatternRequest) {
|
|
2917
2984
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2967,7 +3034,7 @@ class DataCatalogClient {
|
|
|
2967
3034
|
* @param DeleteTermRequest
|
|
2968
3035
|
* @return DeleteTermResponse
|
|
2969
3036
|
* @throws OciError when an error occurs
|
|
2970
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3037
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeleteTerm.ts.html |here} to see how to use DeleteTerm API.
|
|
2971
3038
|
*/
|
|
2972
3039
|
deleteTerm(deleteTermRequest) {
|
|
2973
3040
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3024,7 +3091,7 @@ class DataCatalogClient {
|
|
|
3024
3091
|
* @param DeleteTermRelationshipRequest
|
|
3025
3092
|
* @return DeleteTermRelationshipResponse
|
|
3026
3093
|
* @throws OciError when an error occurs
|
|
3027
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3094
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DeleteTermRelationship.ts.html |here} to see how to use DeleteTermRelationship API.
|
|
3028
3095
|
*/
|
|
3029
3096
|
deleteTermRelationship(deleteTermRelationshipRequest) {
|
|
3030
3097
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3082,7 +3149,7 @@ class DataCatalogClient {
|
|
|
3082
3149
|
* @param DetachCatalogPrivateEndpointRequest
|
|
3083
3150
|
* @return DetachCatalogPrivateEndpointResponse
|
|
3084
3151
|
* @throws OciError when an error occurs
|
|
3085
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DetachCatalogPrivateEndpoint.ts.html |here} to see how to use DetachCatalogPrivateEndpoint API.
|
|
3086
3153
|
*/
|
|
3087
3154
|
detachCatalogPrivateEndpoint(detachCatalogPrivateEndpointRequest) {
|
|
3088
3155
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3143,7 +3210,7 @@ class DataCatalogClient {
|
|
|
3143
3210
|
* @param DisassociateCustomPropertyRequest
|
|
3144
3211
|
* @return DisassociateCustomPropertyResponse
|
|
3145
3212
|
* @throws OciError when an error occurs
|
|
3146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/DisassociateCustomProperty.ts.html |here} to see how to use DisassociateCustomProperty API.
|
|
3147
3214
|
*/
|
|
3148
3215
|
disassociateCustomProperty(disassociateCustomPropertyRequest) {
|
|
3149
3216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3210,7 +3277,7 @@ class DataCatalogClient {
|
|
|
3210
3277
|
* @param ExpandTreeForGlossaryRequest
|
|
3211
3278
|
* @return ExpandTreeForGlossaryResponse
|
|
3212
3279
|
* @throws OciError when an error occurs
|
|
3213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ExpandTreeForGlossary.ts.html |here} to see how to use ExpandTreeForGlossary API.
|
|
3214
3281
|
*/
|
|
3215
3282
|
expandTreeForGlossary(expandTreeForGlossaryRequest) {
|
|
3216
3283
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3275,7 +3342,7 @@ class DataCatalogClient {
|
|
|
3275
3342
|
* @param ExportGlossaryRequest
|
|
3276
3343
|
* @return ExportGlossaryResponse
|
|
3277
3344
|
* @throws OciError when an error occurs
|
|
3278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ExportGlossary.ts.html |here} to see how to use ExportGlossary API.
|
|
3279
3346
|
*/
|
|
3280
3347
|
exportGlossary(exportGlossaryRequest) {
|
|
3281
3348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3336,13 +3403,83 @@ class DataCatalogClient {
|
|
|
3336
3403
|
}
|
|
3337
3404
|
});
|
|
3338
3405
|
}
|
|
3406
|
+
/**
|
|
3407
|
+
* Returns lineage for a given entity object.
|
|
3408
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3409
|
+
* @param FetchEntityLineageRequest
|
|
3410
|
+
* @return FetchEntityLineageResponse
|
|
3411
|
+
* @throws OciError when an error occurs
|
|
3412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/FetchEntityLineage.ts.html |here} to see how to use FetchEntityLineage API.
|
|
3413
|
+
*/
|
|
3414
|
+
fetchEntityLineage(fetchEntityLineageRequest) {
|
|
3415
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3416
|
+
if (this.logger)
|
|
3417
|
+
this.logger.debug("Calling operation DataCatalogClient#fetchEntityLineage.");
|
|
3418
|
+
const operationName = "fetchEntityLineage";
|
|
3419
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Entity/FetchEntityLineage";
|
|
3420
|
+
const pathParams = {
|
|
3421
|
+
"{catalogId}": fetchEntityLineageRequest.catalogId,
|
|
3422
|
+
"{dataAssetKey}": fetchEntityLineageRequest.dataAssetKey,
|
|
3423
|
+
"{entityKey}": fetchEntityLineageRequest.entityKey
|
|
3424
|
+
};
|
|
3425
|
+
const queryParams = {
|
|
3426
|
+
"limit": fetchEntityLineageRequest.limit,
|
|
3427
|
+
"page": fetchEntityLineageRequest.page
|
|
3428
|
+
};
|
|
3429
|
+
let headerParams = {
|
|
3430
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
3431
|
+
"opc-request-id": fetchEntityLineageRequest.opcRequestId,
|
|
3432
|
+
"if-match": fetchEntityLineageRequest.ifMatch
|
|
3433
|
+
};
|
|
3434
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3435
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, fetchEntityLineageRequest.retryConfiguration, specRetryConfiguration);
|
|
3436
|
+
if (this.logger)
|
|
3437
|
+
retrier.logger = this.logger;
|
|
3438
|
+
const request = yield oci_common_2.composeRequest({
|
|
3439
|
+
baseEndpoint: this._endpoint,
|
|
3440
|
+
defaultHeaders: this._defaultHeaders,
|
|
3441
|
+
path: "/catalogs/{catalogId}/dataAssets/{dataAssetKey}/entities/{entityKey}/actions/fetchLineage",
|
|
3442
|
+
method: "POST",
|
|
3443
|
+
bodyContent: common.ObjectSerializer.serialize(fetchEntityLineageRequest.fetchEntityLineageDetails, "FetchEntityLineageDetails", model.FetchEntityLineageDetails.getJsonObj),
|
|
3444
|
+
pathParams: pathParams,
|
|
3445
|
+
headerParams: headerParams,
|
|
3446
|
+
queryParams: queryParams
|
|
3447
|
+
});
|
|
3448
|
+
try {
|
|
3449
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3450
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
3451
|
+
responseObject: {},
|
|
3452
|
+
body: yield response.json(),
|
|
3453
|
+
bodyKey: "entityLineage",
|
|
3454
|
+
bodyModel: model.EntityLineage,
|
|
3455
|
+
type: "model.EntityLineage",
|
|
3456
|
+
responseHeaders: [
|
|
3457
|
+
{
|
|
3458
|
+
value: response.headers.get("opc-request-id"),
|
|
3459
|
+
key: "opcRequestId",
|
|
3460
|
+
dataType: "string"
|
|
3461
|
+
},
|
|
3462
|
+
{
|
|
3463
|
+
value: response.headers.get("opc-next-page"),
|
|
3464
|
+
key: "opcNextPage",
|
|
3465
|
+
dataType: "string"
|
|
3466
|
+
}
|
|
3467
|
+
]
|
|
3468
|
+
});
|
|
3469
|
+
return sdkResponse;
|
|
3470
|
+
}
|
|
3471
|
+
catch (err) {
|
|
3472
|
+
throw err;
|
|
3473
|
+
}
|
|
3474
|
+
});
|
|
3475
|
+
}
|
|
3339
3476
|
/**
|
|
3340
3477
|
* Gets a specific entity attribute by key.
|
|
3341
3478
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3342
3479
|
* @param GetAttributeRequest
|
|
3343
3480
|
* @return GetAttributeResponse
|
|
3344
3481
|
* @throws OciError when an error occurs
|
|
3345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3482
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetAttribute.ts.html |here} to see how to use GetAttribute API.
|
|
3346
3483
|
*/
|
|
3347
3484
|
getAttribute(getAttributeRequest) {
|
|
3348
3485
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3411,7 +3548,7 @@ class DataCatalogClient {
|
|
|
3411
3548
|
* @param GetAttributeTagRequest
|
|
3412
3549
|
* @return GetAttributeTagResponse
|
|
3413
3550
|
* @throws OciError when an error occurs
|
|
3414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetAttributeTag.ts.html |here} to see how to use GetAttributeTag API.
|
|
3415
3552
|
*/
|
|
3416
3553
|
getAttributeTag(getAttributeTagRequest) {
|
|
3417
3554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3480,7 +3617,7 @@ class DataCatalogClient {
|
|
|
3480
3617
|
* @param GetCatalogRequest
|
|
3481
3618
|
* @return GetCatalogResponse
|
|
3482
3619
|
* @throws OciError when an error occurs
|
|
3483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetCatalog.ts.html |here} to see how to use GetCatalog API.
|
|
3484
3621
|
*/
|
|
3485
3622
|
getCatalog(getCatalogRequest) {
|
|
3486
3623
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3543,7 +3680,7 @@ class DataCatalogClient {
|
|
|
3543
3680
|
* @param GetCatalogPrivateEndpointRequest
|
|
3544
3681
|
* @return GetCatalogPrivateEndpointResponse
|
|
3545
3682
|
* @throws OciError when an error occurs
|
|
3546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetCatalogPrivateEndpoint.ts.html |here} to see how to use GetCatalogPrivateEndpoint API.
|
|
3547
3684
|
*/
|
|
3548
3685
|
getCatalogPrivateEndpoint(getCatalogPrivateEndpointRequest) {
|
|
3549
3686
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3606,7 +3743,7 @@ class DataCatalogClient {
|
|
|
3606
3743
|
* @param GetConnectionRequest
|
|
3607
3744
|
* @return GetConnectionResponse
|
|
3608
3745
|
* @throws OciError when an error occurs
|
|
3609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
3610
3747
|
*/
|
|
3611
3748
|
getConnection(getConnectionRequest) {
|
|
3612
3749
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3673,7 +3810,7 @@ class DataCatalogClient {
|
|
|
3673
3810
|
* @param GetCustomPropertyRequest
|
|
3674
3811
|
* @return GetCustomPropertyResponse
|
|
3675
3812
|
* @throws OciError when an error occurs
|
|
3676
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetCustomProperty.ts.html |here} to see how to use GetCustomProperty API.
|
|
3677
3814
|
*/
|
|
3678
3815
|
getCustomProperty(getCustomPropertyRequest) {
|
|
3679
3816
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3740,7 +3877,7 @@ class DataCatalogClient {
|
|
|
3740
3877
|
* @param GetDataAssetRequest
|
|
3741
3878
|
* @return GetDataAssetResponse
|
|
3742
3879
|
* @throws OciError when an error occurs
|
|
3743
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3880
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
|
|
3744
3881
|
*/
|
|
3745
3882
|
getDataAsset(getDataAssetRequest) {
|
|
3746
3883
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3806,7 +3943,7 @@ class DataCatalogClient {
|
|
|
3806
3943
|
* @param GetDataAssetTagRequest
|
|
3807
3944
|
* @return GetDataAssetTagResponse
|
|
3808
3945
|
* @throws OciError when an error occurs
|
|
3809
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetDataAssetTag.ts.html |here} to see how to use GetDataAssetTag API.
|
|
3810
3947
|
*/
|
|
3811
3948
|
getDataAssetTag(getDataAssetTagRequest) {
|
|
3812
3949
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3873,7 +4010,7 @@ class DataCatalogClient {
|
|
|
3873
4010
|
* @param GetEntityRequest
|
|
3874
4011
|
* @return GetEntityResponse
|
|
3875
4012
|
* @throws OciError when an error occurs
|
|
3876
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4013
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetEntity.ts.html |here} to see how to use GetEntity API.
|
|
3877
4014
|
*/
|
|
3878
4015
|
getEntity(getEntityRequest) {
|
|
3879
4016
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3941,7 +4078,7 @@ class DataCatalogClient {
|
|
|
3941
4078
|
* @param GetEntityTagRequest
|
|
3942
4079
|
* @return GetEntityTagResponse
|
|
3943
4080
|
* @throws OciError when an error occurs
|
|
3944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4081
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetEntityTag.ts.html |here} to see how to use GetEntityTag API.
|
|
3945
4082
|
*/
|
|
3946
4083
|
getEntityTag(getEntityTagRequest) {
|
|
3947
4084
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4009,7 +4146,7 @@ class DataCatalogClient {
|
|
|
4009
4146
|
* @param GetFolderRequest
|
|
4010
4147
|
* @return GetFolderResponse
|
|
4011
4148
|
* @throws OciError when an error occurs
|
|
4012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetFolder.ts.html |here} to see how to use GetFolder API.
|
|
4013
4150
|
*/
|
|
4014
4151
|
getFolder(getFolderRequest) {
|
|
4015
4152
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4077,7 +4214,7 @@ class DataCatalogClient {
|
|
|
4077
4214
|
* @param GetFolderTagRequest
|
|
4078
4215
|
* @return GetFolderTagResponse
|
|
4079
4216
|
* @throws OciError when an error occurs
|
|
4080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetFolderTag.ts.html |here} to see how to use GetFolderTag API.
|
|
4081
4218
|
*/
|
|
4082
4219
|
getFolderTag(getFolderTagRequest) {
|
|
4083
4220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4145,7 +4282,7 @@ class DataCatalogClient {
|
|
|
4145
4282
|
* @param GetGlossaryRequest
|
|
4146
4283
|
* @return GetGlossaryResponse
|
|
4147
4284
|
* @throws OciError when an error occurs
|
|
4148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetGlossary.ts.html |here} to see how to use GetGlossary API.
|
|
4149
4286
|
*/
|
|
4150
4287
|
getGlossary(getGlossaryRequest) {
|
|
4151
4288
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4211,7 +4348,7 @@ class DataCatalogClient {
|
|
|
4211
4348
|
* @param GetJobRequest
|
|
4212
4349
|
* @return GetJobResponse
|
|
4213
4350
|
* @throws OciError when an error occurs
|
|
4214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetJob.ts.html |here} to see how to use GetJob API.
|
|
4215
4352
|
*/
|
|
4216
4353
|
getJob(getJobRequest) {
|
|
4217
4354
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4277,7 +4414,7 @@ class DataCatalogClient {
|
|
|
4277
4414
|
* @param GetJobDefinitionRequest
|
|
4278
4415
|
* @return GetJobDefinitionResponse
|
|
4279
4416
|
* @throws OciError when an error occurs
|
|
4280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetJobDefinition.ts.html |here} to see how to use GetJobDefinition API.
|
|
4281
4418
|
*/
|
|
4282
4419
|
getJobDefinition(getJobDefinitionRequest) {
|
|
4283
4420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4343,7 +4480,7 @@ class DataCatalogClient {
|
|
|
4343
4480
|
* @param GetJobExecutionRequest
|
|
4344
4481
|
* @return GetJobExecutionResponse
|
|
4345
4482
|
* @throws OciError when an error occurs
|
|
4346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetJobExecution.ts.html |here} to see how to use GetJobExecution API.
|
|
4347
4484
|
*/
|
|
4348
4485
|
getJobExecution(getJobExecutionRequest) {
|
|
4349
4486
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4410,7 +4547,7 @@ class DataCatalogClient {
|
|
|
4410
4547
|
* @param GetJobLogRequest
|
|
4411
4548
|
* @return GetJobLogResponse
|
|
4412
4549
|
* @throws OciError when an error occurs
|
|
4413
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4550
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetJobLog.ts.html |here} to see how to use GetJobLog API.
|
|
4414
4551
|
*/
|
|
4415
4552
|
getJobLog(getJobLogRequest) {
|
|
4416
4553
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4478,7 +4615,7 @@ class DataCatalogClient {
|
|
|
4478
4615
|
* @param GetJobMetricsRequest
|
|
4479
4616
|
* @return GetJobMetricsResponse
|
|
4480
4617
|
* @throws OciError when an error occurs
|
|
4481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetJobMetrics.ts.html |here} to see how to use GetJobMetrics API.
|
|
4482
4619
|
*/
|
|
4483
4620
|
getJobMetrics(getJobMetricsRequest) {
|
|
4484
4621
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4546,7 +4683,7 @@ class DataCatalogClient {
|
|
|
4546
4683
|
* @param GetMetastoreRequest
|
|
4547
4684
|
* @return GetMetastoreResponse
|
|
4548
4685
|
* @throws OciError when an error occurs
|
|
4549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetMetastore.ts.html |here} to see how to use GetMetastore API.
|
|
4550
4687
|
*/
|
|
4551
4688
|
getMetastore(getMetastoreRequest) {
|
|
4552
4689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4609,7 +4746,7 @@ class DataCatalogClient {
|
|
|
4609
4746
|
* @param GetNamespaceRequest
|
|
4610
4747
|
* @return GetNamespaceResponse
|
|
4611
4748
|
* @throws OciError when an error occurs
|
|
4612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4749
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetNamespace.ts.html |here} to see how to use GetNamespace API.
|
|
4613
4750
|
*/
|
|
4614
4751
|
getNamespace(getNamespaceRequest) {
|
|
4615
4752
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4675,7 +4812,7 @@ class DataCatalogClient {
|
|
|
4675
4812
|
* @param GetPatternRequest
|
|
4676
4813
|
* @return GetPatternResponse
|
|
4677
4814
|
* @throws OciError when an error occurs
|
|
4678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4815
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetPattern.ts.html |here} to see how to use GetPattern API.
|
|
4679
4816
|
*/
|
|
4680
4817
|
getPattern(getPatternRequest) {
|
|
4681
4818
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4741,7 +4878,7 @@ class DataCatalogClient {
|
|
|
4741
4878
|
* @param GetTermRequest
|
|
4742
4879
|
* @return GetTermResponse
|
|
4743
4880
|
* @throws OciError when an error occurs
|
|
4744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4881
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetTerm.ts.html |here} to see how to use GetTerm API.
|
|
4745
4882
|
*/
|
|
4746
4883
|
getTerm(getTermRequest) {
|
|
4747
4884
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4808,7 +4945,7 @@ class DataCatalogClient {
|
|
|
4808
4945
|
* @param GetTermRelationshipRequest
|
|
4809
4946
|
* @return GetTermRelationshipResponse
|
|
4810
4947
|
* @throws OciError when an error occurs
|
|
4811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4948
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetTermRelationship.ts.html |here} to see how to use GetTermRelationship API.
|
|
4812
4949
|
*/
|
|
4813
4950
|
getTermRelationship(getTermRelationshipRequest) {
|
|
4814
4951
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4876,7 +5013,7 @@ class DataCatalogClient {
|
|
|
4876
5013
|
* @param GetTypeRequest
|
|
4877
5014
|
* @return GetTypeResponse
|
|
4878
5015
|
* @throws OciError when an error occurs
|
|
4879
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5016
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetType.ts.html |here} to see how to use GetType API.
|
|
4880
5017
|
*/
|
|
4881
5018
|
getType(getTypeRequest) {
|
|
4882
5019
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4942,7 +5079,7 @@ class DataCatalogClient {
|
|
|
4942
5079
|
* @param GetWorkRequestRequest
|
|
4943
5080
|
* @return GetWorkRequestResponse
|
|
4944
5081
|
* @throws OciError when an error occurs
|
|
4945
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5082
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
4946
5083
|
*/
|
|
4947
5084
|
getWorkRequest(getWorkRequestRequest) {
|
|
4948
5085
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5010,7 +5147,7 @@ class DataCatalogClient {
|
|
|
5010
5147
|
* @param ImportConnectionRequest
|
|
5011
5148
|
* @return ImportConnectionResponse
|
|
5012
5149
|
* @throws OciError when an error occurs
|
|
5013
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ImportConnection.ts.html |here} to see how to use ImportConnection API.
|
|
5014
5151
|
*/
|
|
5015
5152
|
importConnection(importConnectionRequest) {
|
|
5016
5153
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5077,7 +5214,7 @@ class DataCatalogClient {
|
|
|
5077
5214
|
* @param ImportDataAssetRequest
|
|
5078
5215
|
* @return ImportDataAssetResponse
|
|
5079
5216
|
* @throws OciError when an error occurs
|
|
5080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ImportDataAsset.ts.html |here} to see how to use ImportDataAsset API.
|
|
5081
5218
|
*/
|
|
5082
5219
|
importDataAsset(importDataAssetRequest) {
|
|
5083
5220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5141,7 +5278,7 @@ class DataCatalogClient {
|
|
|
5141
5278
|
* @param ImportGlossaryRequest
|
|
5142
5279
|
* @return ImportGlossaryResponse
|
|
5143
5280
|
* @throws OciError when an error occurs
|
|
5144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ImportGlossary.ts.html |here} to see how to use ImportGlossary API.
|
|
5145
5282
|
*/
|
|
5146
5283
|
importGlossary(importGlossaryRequest) {
|
|
5147
5284
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5205,7 +5342,7 @@ class DataCatalogClient {
|
|
|
5205
5342
|
* @param ListAggregatedPhysicalEntitiesRequest
|
|
5206
5343
|
* @return ListAggregatedPhysicalEntitiesResponse
|
|
5207
5344
|
* @throws OciError when an error occurs
|
|
5208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListAggregatedPhysicalEntities.ts.html |here} to see how to use ListAggregatedPhysicalEntities API.
|
|
5209
5346
|
*/
|
|
5210
5347
|
listAggregatedPhysicalEntities(listAggregatedPhysicalEntitiesRequest) {
|
|
5211
5348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5273,7 +5410,7 @@ class DataCatalogClient {
|
|
|
5273
5410
|
* @param ListAttributeTagsRequest
|
|
5274
5411
|
* @return ListAttributeTagsResponse
|
|
5275
5412
|
* @throws OciError when an error occurs
|
|
5276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5413
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListAttributeTags.ts.html |here} to see how to use ListAttributeTags API.
|
|
5277
5414
|
*/
|
|
5278
5415
|
listAttributeTags(listAttributeTagsRequest) {
|
|
5279
5416
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5351,7 +5488,7 @@ class DataCatalogClient {
|
|
|
5351
5488
|
* @param ListAttributesRequest
|
|
5352
5489
|
* @return ListAttributesResponse
|
|
5353
5490
|
* @throws OciError when an error occurs
|
|
5354
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListAttributes.ts.html |here} to see how to use ListAttributes API.
|
|
5355
5492
|
*/
|
|
5356
5493
|
listAttributes(listAttributesRequest) {
|
|
5357
5494
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5441,7 +5578,7 @@ class DataCatalogClient {
|
|
|
5441
5578
|
* @param ListCatalogPrivateEndpointsRequest
|
|
5442
5579
|
* @return ListCatalogPrivateEndpointsResponse
|
|
5443
5580
|
* @throws OciError when an error occurs
|
|
5444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListCatalogPrivateEndpoints.ts.html |here} to see how to use ListCatalogPrivateEndpoints API.
|
|
5445
5582
|
*/
|
|
5446
5583
|
listCatalogPrivateEndpoints(listCatalogPrivateEndpointsRequest) {
|
|
5447
5584
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5551,7 +5688,7 @@ class DataCatalogClient {
|
|
|
5551
5688
|
* @param ListCatalogsRequest
|
|
5552
5689
|
* @return ListCatalogsResponse
|
|
5553
5690
|
* @throws OciError when an error occurs
|
|
5554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListCatalogs.ts.html |here} to see how to use ListCatalogs API.
|
|
5555
5692
|
*/
|
|
5556
5693
|
listCatalogs(listCatalogsRequest) {
|
|
5557
5694
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5660,7 +5797,7 @@ class DataCatalogClient {
|
|
|
5660
5797
|
* @param ListConnectionsRequest
|
|
5661
5798
|
* @return ListConnectionsResponse
|
|
5662
5799
|
* @throws OciError when an error occurs
|
|
5663
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5800
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
5664
5801
|
*/
|
|
5665
5802
|
listConnections(listConnectionsRequest) {
|
|
5666
5803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5740,7 +5877,7 @@ class DataCatalogClient {
|
|
|
5740
5877
|
* @param ListCustomPropertiesRequest
|
|
5741
5878
|
* @return ListCustomPropertiesResponse
|
|
5742
5879
|
* @throws OciError when an error occurs
|
|
5743
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5880
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListCustomProperties.ts.html |here} to see how to use ListCustomProperties API.
|
|
5744
5881
|
*/
|
|
5745
5882
|
listCustomProperties(listCustomPropertiesRequest) {
|
|
5746
5883
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5819,7 +5956,7 @@ class DataCatalogClient {
|
|
|
5819
5956
|
* @param ListDataAssetTagsRequest
|
|
5820
5957
|
* @return ListDataAssetTagsResponse
|
|
5821
5958
|
* @throws OciError when an error occurs
|
|
5822
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5959
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListDataAssetTags.ts.html |here} to see how to use ListDataAssetTags API.
|
|
5823
5960
|
*/
|
|
5824
5961
|
listDataAssetTags(listDataAssetTagsRequest) {
|
|
5825
5962
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5895,7 +6032,7 @@ class DataCatalogClient {
|
|
|
5895
6032
|
* @param ListDataAssetsRequest
|
|
5896
6033
|
* @return ListDataAssetsResponse
|
|
5897
6034
|
* @throws OciError when an error occurs
|
|
5898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
|
|
5899
6036
|
*/
|
|
5900
6037
|
listDataAssets(listDataAssetsRequest) {
|
|
5901
6038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5973,7 +6110,7 @@ class DataCatalogClient {
|
|
|
5973
6110
|
* @param ListDerivedLogicalEntitiesRequest
|
|
5974
6111
|
* @return ListDerivedLogicalEntitiesResponse
|
|
5975
6112
|
* @throws OciError when an error occurs
|
|
5976
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListDerivedLogicalEntities.ts.html |here} to see how to use ListDerivedLogicalEntities API.
|
|
5977
6114
|
*/
|
|
5978
6115
|
listDerivedLogicalEntities(listDerivedLogicalEntitiesRequest) {
|
|
5979
6116
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6040,7 +6177,7 @@ class DataCatalogClient {
|
|
|
6040
6177
|
* @param ListEntitiesRequest
|
|
6041
6178
|
* @return ListEntitiesResponse
|
|
6042
6179
|
* @throws OciError when an error occurs
|
|
6043
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListEntities.ts.html |here} to see how to use ListEntities API.
|
|
6044
6181
|
*/
|
|
6045
6182
|
listEntities(listEntitiesRequest) {
|
|
6046
6183
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6130,7 +6267,7 @@ class DataCatalogClient {
|
|
|
6130
6267
|
* @param ListEntityTagsRequest
|
|
6131
6268
|
* @return ListEntityTagsResponse
|
|
6132
6269
|
* @throws OciError when an error occurs
|
|
6133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListEntityTags.ts.html |here} to see how to use ListEntityTags API.
|
|
6134
6271
|
*/
|
|
6135
6272
|
listEntityTags(listEntityTagsRequest) {
|
|
6136
6273
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6207,7 +6344,7 @@ class DataCatalogClient {
|
|
|
6207
6344
|
* @param ListFolderTagsRequest
|
|
6208
6345
|
* @return ListFolderTagsResponse
|
|
6209
6346
|
* @throws OciError when an error occurs
|
|
6210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListFolderTags.ts.html |here} to see how to use ListFolderTags API.
|
|
6211
6348
|
*/
|
|
6212
6349
|
listFolderTags(listFolderTagsRequest) {
|
|
6213
6350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6284,7 +6421,7 @@ class DataCatalogClient {
|
|
|
6284
6421
|
* @param ListFoldersRequest
|
|
6285
6422
|
* @return ListFoldersResponse
|
|
6286
6423
|
* @throws OciError when an error occurs
|
|
6287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6424
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListFolders.ts.html |here} to see how to use ListFolders API.
|
|
6288
6425
|
*/
|
|
6289
6426
|
listFolders(listFoldersRequest) {
|
|
6290
6427
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6312,6 +6449,7 @@ class DataCatalogClient {
|
|
|
6312
6449
|
"harvestStatus": listFoldersRequest.harvestStatus,
|
|
6313
6450
|
"lastJobKey": listFoldersRequest.lastJobKey,
|
|
6314
6451
|
"fields": listFoldersRequest.fields,
|
|
6452
|
+
"typeKey": listFoldersRequest.typeKey,
|
|
6315
6453
|
"sortBy": listFoldersRequest.sortBy,
|
|
6316
6454
|
"sortOrder": listFoldersRequest.sortOrder,
|
|
6317
6455
|
"limit": listFoldersRequest.limit,
|
|
@@ -6368,7 +6506,7 @@ class DataCatalogClient {
|
|
|
6368
6506
|
* @param ListGlossariesRequest
|
|
6369
6507
|
* @return ListGlossariesResponse
|
|
6370
6508
|
* @throws OciError when an error occurs
|
|
6371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListGlossaries.ts.html |here} to see how to use ListGlossaries API.
|
|
6372
6510
|
*/
|
|
6373
6511
|
listGlossaries(listGlossariesRequest) {
|
|
6374
6512
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6444,7 +6582,7 @@ class DataCatalogClient {
|
|
|
6444
6582
|
* @param ListJobDefinitionsRequest
|
|
6445
6583
|
* @return ListJobDefinitionsResponse
|
|
6446
6584
|
* @throws OciError when an error occurs
|
|
6447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListJobDefinitions.ts.html |here} to see how to use ListJobDefinitions API.
|
|
6448
6586
|
*/
|
|
6449
6587
|
listJobDefinitions(listJobDefinitionsRequest) {
|
|
6450
6588
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6463,6 +6601,7 @@ class DataCatalogClient {
|
|
|
6463
6601
|
"jobType": listJobDefinitionsRequest.jobType,
|
|
6464
6602
|
"isIncremental": listJobDefinitionsRequest.isIncremental,
|
|
6465
6603
|
"dataAssetKey": listJobDefinitionsRequest.dataAssetKey,
|
|
6604
|
+
"glossaryKey": listJobDefinitionsRequest.glossaryKey,
|
|
6466
6605
|
"connectionKey": listJobDefinitionsRequest.connectionKey,
|
|
6467
6606
|
"timeCreated": listJobDefinitionsRequest.timeCreated,
|
|
6468
6607
|
"timeUpdated": listJobDefinitionsRequest.timeUpdated,
|
|
@@ -6526,7 +6665,7 @@ class DataCatalogClient {
|
|
|
6526
6665
|
* @param ListJobExecutionsRequest
|
|
6527
6666
|
* @return ListJobExecutionsResponse
|
|
6528
6667
|
* @throws OciError when an error occurs
|
|
6529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListJobExecutions.ts.html |here} to see how to use ListJobExecutions API.
|
|
6530
6669
|
*/
|
|
6531
6670
|
listJobExecutions(listJobExecutionsRequest) {
|
|
6532
6671
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6612,7 +6751,7 @@ class DataCatalogClient {
|
|
|
6612
6751
|
* @param ListJobLogsRequest
|
|
6613
6752
|
* @return ListJobLogsResponse
|
|
6614
6753
|
* @throws OciError when an error occurs
|
|
6615
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6754
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListJobLogs.ts.html |here} to see how to use ListJobLogs API.
|
|
6616
6755
|
*/
|
|
6617
6756
|
listJobLogs(listJobLogsRequest) {
|
|
6618
6757
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6689,7 +6828,7 @@ class DataCatalogClient {
|
|
|
6689
6828
|
* @param ListJobMetricsRequest
|
|
6690
6829
|
* @return ListJobMetricsResponse
|
|
6691
6830
|
* @throws OciError when an error occurs
|
|
6692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6831
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListJobMetrics.ts.html |here} to see how to use ListJobMetrics API.
|
|
6693
6832
|
*/
|
|
6694
6833
|
listJobMetrics(listJobMetricsRequest) {
|
|
6695
6834
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6772,7 +6911,7 @@ class DataCatalogClient {
|
|
|
6772
6911
|
* @param ListJobsRequest
|
|
6773
6912
|
* @return ListJobsResponse
|
|
6774
6913
|
* @throws OciError when an error occurs
|
|
6775
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6914
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
6776
6915
|
*/
|
|
6777
6916
|
listJobs(listJobsRequest) {
|
|
6778
6917
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6794,6 +6933,7 @@ class DataCatalogClient {
|
|
|
6794
6933
|
"jobType": listJobsRequest.jobType,
|
|
6795
6934
|
"jobDefinitionKey": listJobsRequest.jobDefinitionKey,
|
|
6796
6935
|
"dataAssetKey": listJobsRequest.dataAssetKey,
|
|
6936
|
+
"glossaryKey": listJobsRequest.glossaryKey,
|
|
6797
6937
|
"scheduleCronExpression": listJobsRequest.scheduleCronExpression,
|
|
6798
6938
|
"timeScheduleBegin": listJobsRequest.timeScheduleBegin,
|
|
6799
6939
|
"timeScheduleEnd": listJobsRequest.timeScheduleEnd,
|
|
@@ -6859,7 +6999,7 @@ class DataCatalogClient {
|
|
|
6859
6999
|
* @param ListMetastoresRequest
|
|
6860
7000
|
* @return ListMetastoresResponse
|
|
6861
7001
|
* @throws OciError when an error occurs
|
|
6862
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7002
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListMetastores.ts.html |here} to see how to use ListMetastores API.
|
|
6863
7003
|
*/
|
|
6864
7004
|
listMetastores(listMetastoresRequest) {
|
|
6865
7005
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6968,7 +7108,7 @@ class DataCatalogClient {
|
|
|
6968
7108
|
* @param ListNamespacesRequest
|
|
6969
7109
|
* @return ListNamespacesResponse
|
|
6970
7110
|
* @throws OciError when an error occurs
|
|
6971
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
|
|
6972
7112
|
*/
|
|
6973
7113
|
listNamespaces(listNamespacesRequest) {
|
|
6974
7114
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7044,7 +7184,7 @@ class DataCatalogClient {
|
|
|
7044
7184
|
* @param ListPatternsRequest
|
|
7045
7185
|
* @return ListPatternsResponse
|
|
7046
7186
|
* @throws OciError when an error occurs
|
|
7047
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListPatterns.ts.html |here} to see how to use ListPatterns API.
|
|
7048
7188
|
*/
|
|
7049
7189
|
listPatterns(listPatternsRequest) {
|
|
7050
7190
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7120,7 +7260,7 @@ class DataCatalogClient {
|
|
|
7120
7260
|
* @param ListRulesRequest
|
|
7121
7261
|
* @return ListRulesResponse
|
|
7122
7262
|
* @throws OciError when an error occurs
|
|
7123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListRules.ts.html |here} to see how to use ListRules API.
|
|
7124
7264
|
*/
|
|
7125
7265
|
listRules(listRulesRequest) {
|
|
7126
7266
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7201,7 +7341,7 @@ class DataCatalogClient {
|
|
|
7201
7341
|
* @param ListTagsRequest
|
|
7202
7342
|
* @return ListTagsResponse
|
|
7203
7343
|
* @throws OciError when an error occurs
|
|
7204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7344
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListTags.ts.html |here} to see how to use ListTags API.
|
|
7205
7345
|
*/
|
|
7206
7346
|
listTags(listTagsRequest) {
|
|
7207
7347
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7273,7 +7413,7 @@ class DataCatalogClient {
|
|
|
7273
7413
|
* @param ListTermRelationshipsRequest
|
|
7274
7414
|
* @return ListTermRelationshipsResponse
|
|
7275
7415
|
* @throws OciError when an error occurs
|
|
7276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7416
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListTermRelationships.ts.html |here} to see how to use ListTermRelationships API.
|
|
7277
7417
|
*/
|
|
7278
7418
|
listTermRelationships(listTermRelationshipsRequest) {
|
|
7279
7419
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7347,7 +7487,7 @@ class DataCatalogClient {
|
|
|
7347
7487
|
* @param ListTermsRequest
|
|
7348
7488
|
* @return ListTermsResponse
|
|
7349
7489
|
* @throws OciError when an error occurs
|
|
7350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListTerms.ts.html |here} to see how to use ListTerms API.
|
|
7351
7491
|
*/
|
|
7352
7492
|
listTerms(listTermsRequest) {
|
|
7353
7493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7424,7 +7564,7 @@ class DataCatalogClient {
|
|
|
7424
7564
|
* @param ListTypesRequest
|
|
7425
7565
|
* @return ListTypesResponse
|
|
7426
7566
|
* @throws OciError when an error occurs
|
|
7427
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7567
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListTypes.ts.html |here} to see how to use ListTypes API.
|
|
7428
7568
|
*/
|
|
7429
7569
|
listTypes(listTypesRequest) {
|
|
7430
7570
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7501,7 +7641,7 @@ class DataCatalogClient {
|
|
|
7501
7641
|
* @param ListWorkRequestErrorsRequest
|
|
7502
7642
|
* @return ListWorkRequestErrorsResponse
|
|
7503
7643
|
* @throws OciError when an error occurs
|
|
7504
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
7505
7645
|
*/
|
|
7506
7646
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
7507
7647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7610,7 +7750,7 @@ class DataCatalogClient {
|
|
|
7610
7750
|
* @param ListWorkRequestLogsRequest
|
|
7611
7751
|
* @return ListWorkRequestLogsResponse
|
|
7612
7752
|
* @throws OciError when an error occurs
|
|
7613
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
7614
7754
|
*/
|
|
7615
7755
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
7616
7756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7719,7 +7859,7 @@ class DataCatalogClient {
|
|
|
7719
7859
|
* @param ListWorkRequestsRequest
|
|
7720
7860
|
* @return ListWorkRequestsResponse
|
|
7721
7861
|
* @throws OciError when an error occurs
|
|
7722
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7862
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
7723
7863
|
*/
|
|
7724
7864
|
listWorkRequests(listWorkRequestsRequest) {
|
|
7725
7865
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7824,7 +7964,7 @@ class DataCatalogClient {
|
|
|
7824
7964
|
* @param ObjectStatsRequest
|
|
7825
7965
|
* @return ObjectStatsResponse
|
|
7826
7966
|
* @throws OciError when an error occurs
|
|
7827
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7967
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ObjectStats.ts.html |here} to see how to use ObjectStats API.
|
|
7828
7968
|
*/
|
|
7829
7969
|
objectStats(objectStatsRequest) {
|
|
7830
7970
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7892,7 +8032,7 @@ class DataCatalogClient {
|
|
|
7892
8032
|
* @param ParseConnectionRequest
|
|
7893
8033
|
* @return ParseConnectionResponse
|
|
7894
8034
|
* @throws OciError when an error occurs
|
|
7895
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ParseConnection.ts.html |here} to see how to use ParseConnection API.
|
|
7896
8036
|
*/
|
|
7897
8037
|
parseConnection(parseConnectionRequest) {
|
|
7898
8038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7962,7 +8102,7 @@ class DataCatalogClient {
|
|
|
7962
8102
|
* @param ProcessRecommendationRequest
|
|
7963
8103
|
* @return ProcessRecommendationResponse
|
|
7964
8104
|
* @throws OciError when an error occurs
|
|
7965
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ProcessRecommendation.ts.html |here} to see how to use ProcessRecommendation API.
|
|
7966
8106
|
*/
|
|
7967
8107
|
processRecommendation(processRecommendationRequest) {
|
|
7968
8108
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8030,7 +8170,7 @@ class DataCatalogClient {
|
|
|
8030
8170
|
* @param RecommendationsRequest
|
|
8031
8171
|
* @return RecommendationsResponse
|
|
8032
8172
|
* @throws OciError when an error occurs
|
|
8033
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/Recommendations.ts.html |here} to see how to use Recommendations API.
|
|
8034
8174
|
*/
|
|
8035
8175
|
recommendations(recommendationsRequest) {
|
|
8036
8176
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8093,7 +8233,7 @@ class DataCatalogClient {
|
|
|
8093
8233
|
* @param RemoveDataSelectorPatternsRequest
|
|
8094
8234
|
* @return RemoveDataSelectorPatternsResponse
|
|
8095
8235
|
* @throws OciError when an error occurs
|
|
8096
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/RemoveDataSelectorPatterns.ts.html |here} to see how to use RemoveDataSelectorPatterns API.
|
|
8097
8237
|
*/
|
|
8098
8238
|
removeDataSelectorPatterns(removeDataSelectorPatternsRequest) {
|
|
8099
8239
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8160,7 +8300,7 @@ class DataCatalogClient {
|
|
|
8160
8300
|
* @param SearchCriteriaRequest
|
|
8161
8301
|
* @return SearchCriteriaResponse
|
|
8162
8302
|
* @throws OciError when an error occurs
|
|
8163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/SearchCriteria.ts.html |here} to see how to use SearchCriteria API.
|
|
8164
8304
|
*/
|
|
8165
8305
|
searchCriteria(searchCriteriaRequest) {
|
|
8166
8306
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8233,7 +8373,7 @@ class DataCatalogClient {
|
|
|
8233
8373
|
* @param SuggestMatchesRequest
|
|
8234
8374
|
* @return SuggestMatchesResponse
|
|
8235
8375
|
* @throws OciError when an error occurs
|
|
8236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/SuggestMatches.ts.html |here} to see how to use SuggestMatches API.
|
|
8237
8377
|
*/
|
|
8238
8378
|
suggestMatches(suggestMatchesRequest) {
|
|
8239
8379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8295,7 +8435,7 @@ class DataCatalogClient {
|
|
|
8295
8435
|
* @param SynchronousExportDataAssetRequest
|
|
8296
8436
|
* @return SynchronousExportDataAssetResponse
|
|
8297
8437
|
* @throws OciError when an error occurs
|
|
8298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/SynchronousExportDataAsset.ts.html |here} to see how to use SynchronousExportDataAsset API.
|
|
8299
8439
|
*/
|
|
8300
8440
|
synchronousExportDataAsset(synchronousExportDataAssetRequest) {
|
|
8301
8441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8357,7 +8497,7 @@ class DataCatalogClient {
|
|
|
8357
8497
|
* @param TestConnectionRequest
|
|
8358
8498
|
* @return TestConnectionResponse
|
|
8359
8499
|
* @throws OciError when an error occurs
|
|
8360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/TestConnection.ts.html |here} to see how to use TestConnection API.
|
|
8361
8501
|
*/
|
|
8362
8502
|
testConnection(testConnectionRequest) {
|
|
8363
8503
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8423,7 +8563,7 @@ class DataCatalogClient {
|
|
|
8423
8563
|
* @param UpdateAttributeRequest
|
|
8424
8564
|
* @return UpdateAttributeResponse
|
|
8425
8565
|
* @throws OciError when an error occurs
|
|
8426
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8566
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateAttribute.ts.html |here} to see how to use UpdateAttribute API.
|
|
8427
8567
|
*/
|
|
8428
8568
|
updateAttribute(updateAttributeRequest) {
|
|
8429
8569
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8491,7 +8631,7 @@ class DataCatalogClient {
|
|
|
8491
8631
|
* @param UpdateCatalogRequest
|
|
8492
8632
|
* @return UpdateCatalogResponse
|
|
8493
8633
|
* @throws OciError when an error occurs
|
|
8494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8634
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateCatalog.ts.html |here} to see how to use UpdateCatalog API.
|
|
8495
8635
|
*/
|
|
8496
8636
|
updateCatalog(updateCatalogRequest) {
|
|
8497
8637
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8556,7 +8696,7 @@ class DataCatalogClient {
|
|
|
8556
8696
|
* @param UpdateCatalogPrivateEndpointRequest
|
|
8557
8697
|
* @return UpdateCatalogPrivateEndpointResponse
|
|
8558
8698
|
* @throws OciError when an error occurs
|
|
8559
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8699
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateCatalogPrivateEndpoint.ts.html |here} to see how to use UpdateCatalogPrivateEndpoint API.
|
|
8560
8700
|
*/
|
|
8561
8701
|
updateCatalogPrivateEndpoint(updateCatalogPrivateEndpointRequest) {
|
|
8562
8702
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8617,7 +8757,7 @@ class DataCatalogClient {
|
|
|
8617
8757
|
* @param UpdateConnectionRequest
|
|
8618
8758
|
* @return UpdateConnectionResponse
|
|
8619
8759
|
* @throws OciError when an error occurs
|
|
8620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8760
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
8621
8761
|
*/
|
|
8622
8762
|
updateConnection(updateConnectionRequest) {
|
|
8623
8763
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8684,7 +8824,7 @@ class DataCatalogClient {
|
|
|
8684
8824
|
* @param UpdateCustomPropertyRequest
|
|
8685
8825
|
* @return UpdateCustomPropertyResponse
|
|
8686
8826
|
* @throws OciError when an error occurs
|
|
8687
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8827
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateCustomProperty.ts.html |here} to see how to use UpdateCustomProperty API.
|
|
8688
8828
|
*/
|
|
8689
8829
|
updateCustomProperty(updateCustomPropertyRequest) {
|
|
8690
8830
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8751,7 +8891,7 @@ class DataCatalogClient {
|
|
|
8751
8891
|
* @param UpdateDataAssetRequest
|
|
8752
8892
|
* @return UpdateDataAssetResponse
|
|
8753
8893
|
* @throws OciError when an error occurs
|
|
8754
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8894
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
|
|
8755
8895
|
*/
|
|
8756
8896
|
updateDataAsset(updateDataAssetRequest) {
|
|
8757
8897
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8817,7 +8957,7 @@ class DataCatalogClient {
|
|
|
8817
8957
|
* @param UpdateEntityRequest
|
|
8818
8958
|
* @return UpdateEntityResponse
|
|
8819
8959
|
* @throws OciError when an error occurs
|
|
8820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8960
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateEntity.ts.html |here} to see how to use UpdateEntity API.
|
|
8821
8961
|
*/
|
|
8822
8962
|
updateEntity(updateEntityRequest) {
|
|
8823
8963
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8884,7 +9024,7 @@ class DataCatalogClient {
|
|
|
8884
9024
|
* @param UpdateFolderRequest
|
|
8885
9025
|
* @return UpdateFolderResponse
|
|
8886
9026
|
* @throws OciError when an error occurs
|
|
8887
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9027
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
|
|
8888
9028
|
*/
|
|
8889
9029
|
updateFolder(updateFolderRequest) {
|
|
8890
9030
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8951,7 +9091,7 @@ class DataCatalogClient {
|
|
|
8951
9091
|
* @param UpdateGlossaryRequest
|
|
8952
9092
|
* @return UpdateGlossaryResponse
|
|
8953
9093
|
* @throws OciError when an error occurs
|
|
8954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9094
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateGlossary.ts.html |here} to see how to use UpdateGlossary API.
|
|
8955
9095
|
*/
|
|
8956
9096
|
updateGlossary(updateGlossaryRequest) {
|
|
8957
9097
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9017,7 +9157,7 @@ class DataCatalogClient {
|
|
|
9017
9157
|
* @param UpdateJobRequest
|
|
9018
9158
|
* @return UpdateJobResponse
|
|
9019
9159
|
* @throws OciError when an error occurs
|
|
9020
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
9021
9161
|
*/
|
|
9022
9162
|
updateJob(updateJobRequest) {
|
|
9023
9163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9083,7 +9223,7 @@ class DataCatalogClient {
|
|
|
9083
9223
|
* @param UpdateJobDefinitionRequest
|
|
9084
9224
|
* @return UpdateJobDefinitionResponse
|
|
9085
9225
|
* @throws OciError when an error occurs
|
|
9086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateJobDefinition.ts.html |here} to see how to use UpdateJobDefinition API.
|
|
9087
9227
|
*/
|
|
9088
9228
|
updateJobDefinition(updateJobDefinitionRequest) {
|
|
9089
9229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9149,7 +9289,7 @@ class DataCatalogClient {
|
|
|
9149
9289
|
* @param UpdateMetastoreRequest
|
|
9150
9290
|
* @return UpdateMetastoreResponse
|
|
9151
9291
|
* @throws OciError when an error occurs
|
|
9152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9292
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateMetastore.ts.html |here} to see how to use UpdateMetastore API.
|
|
9153
9293
|
*/
|
|
9154
9294
|
updateMetastore(updateMetastoreRequest) {
|
|
9155
9295
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9214,7 +9354,7 @@ class DataCatalogClient {
|
|
|
9214
9354
|
* @param UpdateNamespaceRequest
|
|
9215
9355
|
* @return UpdateNamespaceResponse
|
|
9216
9356
|
* @throws OciError when an error occurs
|
|
9217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateNamespace.ts.html |here} to see how to use UpdateNamespace API.
|
|
9218
9358
|
*/
|
|
9219
9359
|
updateNamespace(updateNamespaceRequest) {
|
|
9220
9360
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9280,7 +9420,7 @@ class DataCatalogClient {
|
|
|
9280
9420
|
* @param UpdatePatternRequest
|
|
9281
9421
|
* @return UpdatePatternResponse
|
|
9282
9422
|
* @throws OciError when an error occurs
|
|
9283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdatePattern.ts.html |here} to see how to use UpdatePattern API.
|
|
9284
9424
|
*/
|
|
9285
9425
|
updatePattern(updatePatternRequest) {
|
|
9286
9426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9346,7 +9486,7 @@ class DataCatalogClient {
|
|
|
9346
9486
|
* @param UpdateTermRequest
|
|
9347
9487
|
* @return UpdateTermResponse
|
|
9348
9488
|
* @throws OciError when an error occurs
|
|
9349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateTerm.ts.html |here} to see how to use UpdateTerm API.
|
|
9350
9490
|
*/
|
|
9351
9491
|
updateTerm(updateTermRequest) {
|
|
9352
9492
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9413,7 +9553,7 @@ class DataCatalogClient {
|
|
|
9413
9553
|
* @param UpdateTermRelationshipRequest
|
|
9414
9554
|
* @return UpdateTermRelationshipResponse
|
|
9415
9555
|
* @throws OciError when an error occurs
|
|
9416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9556
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UpdateTermRelationship.ts.html |here} to see how to use UpdateTermRelationship API.
|
|
9417
9557
|
*/
|
|
9418
9558
|
updateTermRelationship(updateTermRelationshipRequest) {
|
|
9419
9559
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9481,7 +9621,7 @@ class DataCatalogClient {
|
|
|
9481
9621
|
* @param UploadCredentialsRequest
|
|
9482
9622
|
* @return UploadCredentialsResponse
|
|
9483
9623
|
* @throws OciError when an error occurs
|
|
9484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/UploadCredentials.ts.html |here} to see how to use UploadCredentials API.
|
|
9485
9625
|
*/
|
|
9486
9626
|
uploadCredentials(uploadCredentialsRequest) {
|
|
9487
9627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9549,7 +9689,7 @@ class DataCatalogClient {
|
|
|
9549
9689
|
* @param UsersRequest
|
|
9550
9690
|
* @return UsersResponse
|
|
9551
9691
|
* @throws OciError when an error occurs
|
|
9552
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/Users.ts.html |here} to see how to use Users API.
|
|
9553
9693
|
*/
|
|
9554
9694
|
users(usersRequest) {
|
|
9555
9695
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9617,7 +9757,7 @@ class DataCatalogClient {
|
|
|
9617
9757
|
* @param ValidateConnectionRequest
|
|
9618
9758
|
* @return ValidateConnectionResponse
|
|
9619
9759
|
* @throws OciError when an error occurs
|
|
9620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9760
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ValidateConnection.ts.html |here} to see how to use ValidateConnection API.
|
|
9621
9761
|
*/
|
|
9622
9762
|
validateConnection(validateConnectionRequest) {
|
|
9623
9763
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9683,7 +9823,7 @@ class DataCatalogClient {
|
|
|
9683
9823
|
* @param ValidatePatternRequest
|
|
9684
9824
|
* @return ValidatePatternResponse
|
|
9685
9825
|
* @throws OciError when an error occurs
|
|
9686
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9826
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datacatalog/ValidatePattern.ts.html |here} to see how to use ValidatePattern API.
|
|
9687
9827
|
*/
|
|
9688
9828
|
validatePattern(validatePatternRequest) {
|
|
9689
9829
|
return __awaiter(this, void 0, void 0, function* () {
|