oci 2.101.0__py3-none-any.whl → 2.103.0__py3-none-any.whl
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.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/access_governance_cp/access_governance_cp_client_composite_operations.py +9 -1
- oci/adm/application_dependency_management_client.py +18 -18
- oci/adm/application_dependency_management_client_composite_operations.py +9 -1
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.py +18 -2
- oci/ai_document/ai_service_document_client.py +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcement_subscription_client_composite_operations.py +9 -1
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +30 -30
- oci/artifacts/artifacts_client_composite_operations.py +36 -4
- oci/audit/audit_client.py +3 -3
- oci/auth/signers/instance_principals_security_token_signer.py +9 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +40 -40
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/budget/budget_client_composite_operations.py +9 -1
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/certificates_management/certificates_management_client_composite_operations.py +9 -1
- oci/cims/incident_client.py +7 -7
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/discovery_client_composite_operations.py +9 -1
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/inventory_client_composite_operations.py +9 -1
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +27 -3
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_guard/cloud_guard_client_composite_operations.py +63 -7
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/blockstorage_client_composite_operations.py +54 -6
- oci/core/compute_client.py +89 -89
- oci/core/compute_client_composite_operations.py +72 -8
- oci/core/compute_management_client.py +32 -32
- oci/core/compute_management_client_composite_operations.py +9 -1
- oci/core/virtual_network_client.py +241 -241
- oci/core/virtual_network_client_composite_operations.py +216 -24
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_client_composite_operations.py +9 -1
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/dashboard_service/dashboard_group_client_composite_operations.py +9 -1
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_flow/data_flow_client_composite_operations.py +18 -2
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_labeling_service_dataplane/data_labeling_client_composite_operations.py +18 -2
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_safe/data_safe_client_composite_operations.py +18 -2
- oci/data_science/data_science_client.py +85 -85
- oci/data_science/data_science_client_composite_operations.py +27 -3
- oci/database/database_client.py +428 -304
- oci/database/database_client_composite_operations.py +18 -2
- oci/database/models/__init__.py +4 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +6 -2
- oci/database/models/autonomous_database_summary.py +6 -2
- oci/database/models/autonomous_virtual_machine.py +37 -2
- oci/database/models/autonomous_virtual_machine_summary.py +37 -2
- oci/database/models/autonomous_vm_cluster.py +10 -6
- oci/database/models/autonomous_vm_cluster_resource_details.py +105 -0
- oci/database/models/autonomous_vm_cluster_summary.py +10 -6
- oci/database/models/cloud_autonomous_vm_cluster.py +43 -4
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +43 -4
- oci/database/models/create_autonomous_container_database_details.py +2 -2
- oci/database/models/create_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/exadata_infrastructure_un_allocated_resources.py +260 -0
- oci/database/models/rotate_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_autonomous_vm_cluster_ssl_certs_details.py +3 -3
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ssl_certs_details.py +2 -2
- oci/database/models/vm_cluster.py +31 -0
- oci/database/models/vm_cluster_summary.py +31 -0
- oci/database_management/db_management_client.py +157 -157
- oci/database_management/db_management_client_composite_operations.py +45 -5
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_migration/database_migration_client_composite_operations.py +9 -1
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/disaster_recovery/disaster_recovery_client_composite_operations.py +9 -1
- oci/dns/dns_client.py +197 -51
- oci/dns/dns_client_composite_operations.py +45 -5
- oci/dns/models/__init__.py +2 -0
- oci/dns/models/create_zone_details.py +35 -2
- oci/dns/models/external_downstream.py +137 -0
- oci/dns/models/update_zone_details.py +35 -2
- oci/dns/models/zone.py +33 -0
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/appliance_export_job_client_composite_operations.py +9 -1
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_job_client_composite_operations.py +9 -1
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/email/email_client_composite_operations.py +9 -1
- oci/events/events_client.py +6 -6
- oci/events/events_client_composite_operations.py +9 -1
- oci/file_storage/file_storage_client.py +35 -35
- oci/file_storage/file_storage_client_composite_operations.py +54 -6
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/functions/functions_management_client_composite_operations.py +18 -2
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +357 -36
- oci/fusion_apps/fusion_applications_client_composite_operations.py +90 -0
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/__init__.py +2 -12
- oci/fusion_apps/models/create_service_attachment_details.py +45 -52
- oci/fusion_apps/models/service_attachment.py +0 -31
- oci/fusion_apps/models/verify_service_attachment_details.py +101 -0
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +53 -53
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity/identity_client_composite_operations.py +63 -7
- oci/identity_data_plane/dataplane_client.py +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/license_manager/license_manager_client_composite_operations.py +18 -2
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/limits/quotas_client_composite_operations.py +9 -1
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/lockbox/lockbox_client_composite_operations.py +18 -2
- oci/log_analytics/log_analytics_client.py +184 -184
- oci/logging/logging_management_client.py +62 -300
- oci/logging/logging_management_client_composite_operations.py +12 -4
- oci/logging/models/__init__.py +2 -6
- oci/logging/models/archiving.py +2 -2
- oci/logging/models/category.py +2 -2
- oci/logging/models/change_log_saved_search_compartment_details.py +1 -1
- oci/logging/models/create_log_details.py +2 -2
- oci/logging/models/create_log_saved_search_details.py +1 -1
- oci/logging/models/log.py +2 -2
- oci/logging/models/log_saved_search.py +1 -1
- oci/logging/models/log_saved_search_summary.py +1 -1
- oci/logging/models/log_summary.py +2 -2
- oci/logging/models/parameter.py +77 -5
- oci/logging/models/unified_agent_apache2_parser.py +1 -1
- oci/logging/models/unified_agent_apache_error_parser.py +1 -1
- oci/logging/models/unified_agent_auditd_parser.py +1 -1
- oci/logging/models/unified_agent_cri_parser.py +160 -0
- oci/logging/models/unified_agent_csv_parser.py +10 -2
- oci/logging/models/unified_agent_grok_parser.py +14 -2
- oci/logging/models/unified_agent_logging_configuration.py +6 -2
- oci/logging/models/unified_agent_msgpack_parser.py +1 -1
- oci/logging/models/unified_agent_multiline_grok_parser.py +18 -2
- oci/logging/models/unified_agent_multiline_parser.py +10 -2
- oci/logging/models/unified_agent_none_parser.py +5 -1
- oci/logging/models/unified_agent_parser.py +51 -3
- oci/logging/models/unified_agent_regex_parser.py +10 -2
- oci/logging/models/unified_agent_syslog_parser.py +25 -1
- oci/logging/models/unified_agent_tail_log_source.py +5 -1
- oci/logging/models/unified_agent_tsv_parser.py +10 -2
- oci/logging/models/unified_agent_windows_event_source.py +5 -1
- oci/logging/models/unified_json_parser.py +9 -1
- oci/logging/models/update_log_details.py +2 -2
- oci/logging/models/update_log_saved_search_details.py +1 -1
- oci/logging/models/work_request.py +2 -2
- oci/logging/models/work_request_summary.py +2 -2
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_agent/management_agent_client_composite_operations.py +18 -2
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/management_dashboard/dashx_apis_client_composite_operations.py +18 -2
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/marketplace/marketplace_client_composite_operations.py +9 -1
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_services_client_composite_operations.py +63 -7
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/monitoring/monitoring_client_composite_operations.py +9 -1
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +26 -26
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/mysqlaas_client_composite_operations.py +9 -1
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/ocvp/esxi_host_client.py +5 -5
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/ons/notification_data_plane_client_composite_operations.py +9 -1
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_assignment_client_composite_operations.py +9 -1
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/operator_access_control/operator_control_client_composite_operations.py +9 -1
- oci/opsi/operations_insights_client.py +151 -151
- oci/optimizer/optimizer_client.py +26 -26
- oci/optimizer/optimizer_client_composite_operations.py +9 -1
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management/os_management_client_composite_operations.py +27 -3
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_manager/resource_manager_client_composite_operations.py +45 -5
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_cluster_client_composite_operations.py +9 -1
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_entitlement_client_composite_operations.py +9 -1
- oci/rover/rover_node_client.py +10 -10
- oci/rover/rover_node_client_composite_operations.py +9 -1
- oci/rover/shape_client.py +1 -1
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_catalog/service_catalog_client_composite_operations.py +9 -1
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +22 -22
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +9 -1
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_admin_client_composite_operations.py +27 -3
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +9 -9
- oci/tenant_manager_control_plane/subscription_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/usage_api/usageapi_client_composite_operations.py +9 -1
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vn_monitoring/vn_monitoring_client_composite_operations.py +9 -1
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waas/waas_client_composite_operations.py +27 -3
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/RECORD +341 -336
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
@@ -157,7 +157,7 @@ class DataCatalogClient(object):
|
|
157
157
|
:rtype: :class:`~oci.response.Response`
|
158
158
|
|
159
159
|
:example:
|
160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/add_data_selector_patterns.py.html>`__ to see an example of how to use add_data_selector_patterns API.
|
161
161
|
"""
|
162
162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
163
163
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -281,7 +281,7 @@ class DataCatalogClient(object):
|
|
281
281
|
:rtype: :class:`~oci.response.Response`
|
282
282
|
|
283
283
|
:example:
|
284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
284
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/associate_custom_property.py.html>`__ to see an example of how to use associate_custom_property API.
|
285
285
|
"""
|
286
286
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
287
287
|
required_arguments = ['catalogId', 'typeKey']
|
@@ -402,7 +402,7 @@ class DataCatalogClient(object):
|
|
402
402
|
:rtype: :class:`~oci.response.Response`
|
403
403
|
|
404
404
|
:example:
|
405
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
405
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/attach_catalog_private_endpoint.py.html>`__ to see an example of how to use attach_catalog_private_endpoint API.
|
406
406
|
"""
|
407
407
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
408
408
|
required_arguments = ['catalogId']
|
@@ -513,7 +513,7 @@ class DataCatalogClient(object):
|
|
513
513
|
:rtype: :class:`~oci.response.Response`
|
514
514
|
|
515
515
|
:example:
|
516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/change_catalog_compartment.py.html>`__ to see an example of how to use change_catalog_compartment API.
|
517
517
|
"""
|
518
518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
519
519
|
required_arguments = ['catalogId']
|
@@ -621,7 +621,7 @@ class DataCatalogClient(object):
|
|
621
621
|
:rtype: :class:`~oci.response.Response`
|
622
622
|
|
623
623
|
:example:
|
624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/change_catalog_private_endpoint_compartment.py.html>`__ to see an example of how to use change_catalog_private_endpoint_compartment API.
|
625
625
|
"""
|
626
626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
627
627
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -729,7 +729,7 @@ class DataCatalogClient(object):
|
|
729
729
|
:rtype: :class:`~oci.response.Response`
|
730
730
|
|
731
731
|
:example:
|
732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/change_metastore_compartment.py.html>`__ to see an example of how to use change_metastore_compartment API.
|
733
733
|
"""
|
734
734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
735
735
|
required_arguments = ['metastoreId']
|
@@ -843,7 +843,7 @@ class DataCatalogClient(object):
|
|
843
843
|
:rtype: :class:`~oci.response.Response`
|
844
844
|
|
845
845
|
:example:
|
846
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_attribute.py.html>`__ to see an example of how to use create_attribute API.
|
847
847
|
"""
|
848
848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
849
849
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -965,7 +965,7 @@ class DataCatalogClient(object):
|
|
965
965
|
:rtype: :class:`~oci.response.Response`
|
966
966
|
|
967
967
|
:example:
|
968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_attribute_tag.py.html>`__ to see an example of how to use create_attribute_tag API.
|
969
969
|
"""
|
970
970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
971
971
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -1077,7 +1077,7 @@ class DataCatalogClient(object):
|
|
1077
1077
|
:rtype: :class:`~oci.response.Response`
|
1078
1078
|
|
1079
1079
|
:example:
|
1080
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1080
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_catalog.py.html>`__ to see an example of how to use create_catalog API.
|
1081
1081
|
"""
|
1082
1082
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1083
1083
|
required_arguments = []
|
@@ -1171,7 +1171,7 @@ class DataCatalogClient(object):
|
|
1171
1171
|
:rtype: :class:`~oci.response.Response`
|
1172
1172
|
|
1173
1173
|
:example:
|
1174
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_catalog_private_endpoint.py.html>`__ to see an example of how to use create_catalog_private_endpoint API.
|
1175
1175
|
"""
|
1176
1176
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1177
1177
|
required_arguments = []
|
@@ -1271,7 +1271,7 @@ class DataCatalogClient(object):
|
|
1271
1271
|
:rtype: :class:`~oci.response.Response`
|
1272
1272
|
|
1273
1273
|
:example:
|
1274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_connection.py.html>`__ to see an example of how to use create_connection API.
|
1275
1275
|
"""
|
1276
1276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1277
1277
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -1386,7 +1386,7 @@ class DataCatalogClient(object):
|
|
1386
1386
|
:rtype: :class:`~oci.response.Response`
|
1387
1387
|
|
1388
1388
|
:example:
|
1389
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1389
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_custom_property.py.html>`__ to see an example of how to use create_custom_property API.
|
1390
1390
|
"""
|
1391
1391
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1392
1392
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -1498,7 +1498,7 @@ class DataCatalogClient(object):
|
|
1498
1498
|
:rtype: :class:`~oci.response.Response`
|
1499
1499
|
|
1500
1500
|
:example:
|
1501
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1501
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_data_asset.py.html>`__ to see an example of how to use create_data_asset API.
|
1502
1502
|
"""
|
1503
1503
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1504
1504
|
required_arguments = ['catalogId']
|
@@ -1612,7 +1612,7 @@ class DataCatalogClient(object):
|
|
1612
1612
|
:rtype: :class:`~oci.response.Response`
|
1613
1613
|
|
1614
1614
|
:example:
|
1615
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1615
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_data_asset_tag.py.html>`__ to see an example of how to use create_data_asset_tag API.
|
1616
1616
|
"""
|
1617
1617
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1618
1618
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -1727,7 +1727,7 @@ class DataCatalogClient(object):
|
|
1727
1727
|
:rtype: :class:`~oci.response.Response`
|
1728
1728
|
|
1729
1729
|
:example:
|
1730
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_entity.py.html>`__ to see an example of how to use create_entity API.
|
1731
1731
|
"""
|
1732
1732
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1733
1733
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -1845,7 +1845,7 @@ class DataCatalogClient(object):
|
|
1845
1845
|
:rtype: :class:`~oci.response.Response`
|
1846
1846
|
|
1847
1847
|
:example:
|
1848
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_entity_tag.py.html>`__ to see an example of how to use create_entity_tag API.
|
1849
1849
|
"""
|
1850
1850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1851
1851
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -1961,7 +1961,7 @@ class DataCatalogClient(object):
|
|
1961
1961
|
:rtype: :class:`~oci.response.Response`
|
1962
1962
|
|
1963
1963
|
:example:
|
1964
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1964
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_folder.py.html>`__ to see an example of how to use create_folder API.
|
1965
1965
|
"""
|
1966
1966
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1967
1967
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -2079,7 +2079,7 @@ class DataCatalogClient(object):
|
|
2079
2079
|
:rtype: :class:`~oci.response.Response`
|
2080
2080
|
|
2081
2081
|
:example:
|
2082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_folder_tag.py.html>`__ to see an example of how to use create_folder_tag API.
|
2083
2083
|
"""
|
2084
2084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2085
2085
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -2192,7 +2192,7 @@ class DataCatalogClient(object):
|
|
2192
2192
|
:rtype: :class:`~oci.response.Response`
|
2193
2193
|
|
2194
2194
|
:example:
|
2195
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2195
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_glossary.py.html>`__ to see an example of how to use create_glossary API.
|
2196
2196
|
"""
|
2197
2197
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2198
2198
|
required_arguments = ['catalogId']
|
@@ -2303,7 +2303,7 @@ class DataCatalogClient(object):
|
|
2303
2303
|
:rtype: :class:`~oci.response.Response`
|
2304
2304
|
|
2305
2305
|
:example:
|
2306
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2306
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_job.py.html>`__ to see an example of how to use create_job API.
|
2307
2307
|
"""
|
2308
2308
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2309
2309
|
required_arguments = ['catalogId']
|
@@ -2414,7 +2414,7 @@ class DataCatalogClient(object):
|
|
2414
2414
|
:rtype: :class:`~oci.response.Response`
|
2415
2415
|
|
2416
2416
|
:example:
|
2417
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2417
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_job_definition.py.html>`__ to see an example of how to use create_job_definition API.
|
2418
2418
|
"""
|
2419
2419
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2420
2420
|
required_arguments = ['catalogId']
|
@@ -2528,7 +2528,7 @@ class DataCatalogClient(object):
|
|
2528
2528
|
:rtype: :class:`~oci.response.Response`
|
2529
2529
|
|
2530
2530
|
:example:
|
2531
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2531
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_job_execution.py.html>`__ to see an example of how to use create_job_execution API.
|
2532
2532
|
"""
|
2533
2533
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2534
2534
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -2637,7 +2637,7 @@ class DataCatalogClient(object):
|
|
2637
2637
|
:rtype: :class:`~oci.response.Response`
|
2638
2638
|
|
2639
2639
|
:example:
|
2640
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2640
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_metastore.py.html>`__ to see an example of how to use create_metastore API.
|
2641
2641
|
"""
|
2642
2642
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2643
2643
|
required_arguments = []
|
@@ -2734,7 +2734,7 @@ class DataCatalogClient(object):
|
|
2734
2734
|
:rtype: :class:`~oci.response.Response`
|
2735
2735
|
|
2736
2736
|
:example:
|
2737
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_namespace.py.html>`__ to see an example of how to use create_namespace API.
|
2738
2738
|
"""
|
2739
2739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2740
2740
|
required_arguments = ['catalogId']
|
@@ -2845,7 +2845,7 @@ class DataCatalogClient(object):
|
|
2845
2845
|
:rtype: :class:`~oci.response.Response`
|
2846
2846
|
|
2847
2847
|
:example:
|
2848
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_pattern.py.html>`__ to see an example of how to use create_pattern API.
|
2849
2849
|
"""
|
2850
2850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2851
2851
|
required_arguments = ['catalogId']
|
@@ -2959,7 +2959,7 @@ class DataCatalogClient(object):
|
|
2959
2959
|
:rtype: :class:`~oci.response.Response`
|
2960
2960
|
|
2961
2961
|
:example:
|
2962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_term.py.html>`__ to see an example of how to use create_term API.
|
2963
2963
|
"""
|
2964
2964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2965
2965
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -3077,7 +3077,7 @@ class DataCatalogClient(object):
|
|
3077
3077
|
:rtype: :class:`~oci.response.Response`
|
3078
3078
|
|
3079
3079
|
:example:
|
3080
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3080
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/create_term_relationship.py.html>`__ to see an example of how to use create_term_relationship API.
|
3081
3081
|
"""
|
3082
3082
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3083
3083
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -3196,7 +3196,7 @@ class DataCatalogClient(object):
|
|
3196
3196
|
:rtype: :class:`~oci.response.Response`
|
3197
3197
|
|
3198
3198
|
:example:
|
3199
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3199
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_attribute.py.html>`__ to see an example of how to use delete_attribute API.
|
3200
3200
|
"""
|
3201
3201
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3202
3202
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -3314,7 +3314,7 @@ class DataCatalogClient(object):
|
|
3314
3314
|
:rtype: :class:`~oci.response.Response`
|
3315
3315
|
|
3316
3316
|
:example:
|
3317
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3317
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_attribute_tag.py.html>`__ to see an example of how to use delete_attribute_tag API.
|
3318
3318
|
"""
|
3319
3319
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3320
3320
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey', 'tagKey']
|
@@ -3421,7 +3421,7 @@ class DataCatalogClient(object):
|
|
3421
3421
|
:rtype: :class:`~oci.response.Response`
|
3422
3422
|
|
3423
3423
|
:example:
|
3424
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3424
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_catalog.py.html>`__ to see an example of how to use delete_catalog API.
|
3425
3425
|
"""
|
3426
3426
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3427
3427
|
required_arguments = ['catalogId']
|
@@ -3524,7 +3524,7 @@ class DataCatalogClient(object):
|
|
3524
3524
|
:rtype: :class:`~oci.response.Response`
|
3525
3525
|
|
3526
3526
|
:example:
|
3527
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3527
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_catalog_private_endpoint.py.html>`__ to see an example of how to use delete_catalog_private_endpoint API.
|
3528
3528
|
"""
|
3529
3529
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3530
3530
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -3633,7 +3633,7 @@ class DataCatalogClient(object):
|
|
3633
3633
|
:rtype: :class:`~oci.response.Response`
|
3634
3634
|
|
3635
3635
|
:example:
|
3636
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3636
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
|
3637
3637
|
"""
|
3638
3638
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3639
3639
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -3744,7 +3744,7 @@ class DataCatalogClient(object):
|
|
3744
3744
|
:rtype: :class:`~oci.response.Response`
|
3745
3745
|
|
3746
3746
|
:example:
|
3747
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3747
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_custom_property.py.html>`__ to see an example of how to use delete_custom_property API.
|
3748
3748
|
"""
|
3749
3749
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3750
3750
|
required_arguments = ['catalogId', 'namespaceId', 'customPropertyKey']
|
@@ -3852,7 +3852,7 @@ class DataCatalogClient(object):
|
|
3852
3852
|
:rtype: :class:`~oci.response.Response`
|
3853
3853
|
|
3854
3854
|
:example:
|
3855
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3855
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_data_asset.py.html>`__ to see an example of how to use delete_data_asset API.
|
3856
3856
|
"""
|
3857
3857
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3858
3858
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -3962,7 +3962,7 @@ class DataCatalogClient(object):
|
|
3962
3962
|
:rtype: :class:`~oci.response.Response`
|
3963
3963
|
|
3964
3964
|
:example:
|
3965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_data_asset_tag.py.html>`__ to see an example of how to use delete_data_asset_tag API.
|
3966
3966
|
"""
|
3967
3967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3968
3968
|
required_arguments = ['catalogId', 'dataAssetKey', 'tagKey']
|
@@ -4073,7 +4073,7 @@ class DataCatalogClient(object):
|
|
4073
4073
|
:rtype: :class:`~oci.response.Response`
|
4074
4074
|
|
4075
4075
|
:example:
|
4076
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4076
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_entity.py.html>`__ to see an example of how to use delete_entity API.
|
4077
4077
|
"""
|
4078
4078
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4079
4079
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -4187,7 +4187,7 @@ class DataCatalogClient(object):
|
|
4187
4187
|
:rtype: :class:`~oci.response.Response`
|
4188
4188
|
|
4189
4189
|
:example:
|
4190
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4190
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_entity_tag.py.html>`__ to see an example of how to use delete_entity_tag API.
|
4191
4191
|
"""
|
4192
4192
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4193
4193
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'tagKey']
|
@@ -4299,7 +4299,7 @@ class DataCatalogClient(object):
|
|
4299
4299
|
:rtype: :class:`~oci.response.Response`
|
4300
4300
|
|
4301
4301
|
:example:
|
4302
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4302
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_folder.py.html>`__ to see an example of how to use delete_folder API.
|
4303
4303
|
"""
|
4304
4304
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4305
4305
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -4413,7 +4413,7 @@ class DataCatalogClient(object):
|
|
4413
4413
|
:rtype: :class:`~oci.response.Response`
|
4414
4414
|
|
4415
4415
|
:example:
|
4416
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4416
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_folder_tag.py.html>`__ to see an example of how to use delete_folder_tag API.
|
4417
4417
|
"""
|
4418
4418
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4419
4419
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey', 'tagKey']
|
@@ -4522,7 +4522,7 @@ class DataCatalogClient(object):
|
|
4522
4522
|
:rtype: :class:`~oci.response.Response`
|
4523
4523
|
|
4524
4524
|
:example:
|
4525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_glossary.py.html>`__ to see an example of how to use delete_glossary API.
|
4526
4526
|
"""
|
4527
4527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4528
4528
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -4629,7 +4629,7 @@ class DataCatalogClient(object):
|
|
4629
4629
|
:rtype: :class:`~oci.response.Response`
|
4630
4630
|
|
4631
4631
|
:example:
|
4632
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4632
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_job.py.html>`__ to see an example of how to use delete_job API.
|
4633
4633
|
"""
|
4634
4634
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4635
4635
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -4736,7 +4736,7 @@ class DataCatalogClient(object):
|
|
4736
4736
|
:rtype: :class:`~oci.response.Response`
|
4737
4737
|
|
4738
4738
|
:example:
|
4739
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_job_definition.py.html>`__ to see an example of how to use delete_job_definition API.
|
4740
4740
|
"""
|
4741
4741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4742
4742
|
required_arguments = ['catalogId', 'jobDefinitionKey']
|
@@ -4840,7 +4840,7 @@ class DataCatalogClient(object):
|
|
4840
4840
|
:rtype: :class:`~oci.response.Response`
|
4841
4841
|
|
4842
4842
|
:example:
|
4843
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_metastore.py.html>`__ to see an example of how to use delete_metastore API.
|
4844
4844
|
"""
|
4845
4845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4846
4846
|
required_arguments = ['metastoreId']
|
@@ -4946,7 +4946,7 @@ class DataCatalogClient(object):
|
|
4946
4946
|
:rtype: :class:`~oci.response.Response`
|
4947
4947
|
|
4948
4948
|
:example:
|
4949
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4949
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_namespace.py.html>`__ to see an example of how to use delete_namespace API.
|
4950
4950
|
"""
|
4951
4951
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4952
4952
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -5053,7 +5053,7 @@ class DataCatalogClient(object):
|
|
5053
5053
|
:rtype: :class:`~oci.response.Response`
|
5054
5054
|
|
5055
5055
|
:example:
|
5056
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5056
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_pattern.py.html>`__ to see an example of how to use delete_pattern API.
|
5057
5057
|
"""
|
5058
5058
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5059
5059
|
required_arguments = ['catalogId', 'patternKey']
|
@@ -5163,7 +5163,7 @@ class DataCatalogClient(object):
|
|
5163
5163
|
:rtype: :class:`~oci.response.Response`
|
5164
5164
|
|
5165
5165
|
:example:
|
5166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_term.py.html>`__ to see an example of how to use delete_term API.
|
5167
5167
|
"""
|
5168
5168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5169
5169
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -5277,7 +5277,7 @@ class DataCatalogClient(object):
|
|
5277
5277
|
:rtype: :class:`~oci.response.Response`
|
5278
5278
|
|
5279
5279
|
:example:
|
5280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/delete_term_relationship.py.html>`__ to see an example of how to use delete_term_relationship API.
|
5281
5281
|
"""
|
5282
5282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5283
5283
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey', 'termRelationshipKey']
|
@@ -5386,7 +5386,7 @@ class DataCatalogClient(object):
|
|
5386
5386
|
:rtype: :class:`~oci.response.Response`
|
5387
5387
|
|
5388
5388
|
:example:
|
5389
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5389
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/detach_catalog_private_endpoint.py.html>`__ to see an example of how to use detach_catalog_private_endpoint API.
|
5390
5390
|
"""
|
5391
5391
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5392
5392
|
required_arguments = ['catalogId']
|
@@ -5504,7 +5504,7 @@ class DataCatalogClient(object):
|
|
5504
5504
|
:rtype: :class:`~oci.response.Response`
|
5505
5505
|
|
5506
5506
|
:example:
|
5507
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5507
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/disassociate_custom_property.py.html>`__ to see an example of how to use disassociate_custom_property API.
|
5508
5508
|
"""
|
5509
5509
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5510
5510
|
required_arguments = ['catalogId', 'typeKey']
|
@@ -5618,7 +5618,7 @@ class DataCatalogClient(object):
|
|
5618
5618
|
:rtype: :class:`~oci.response.Response`
|
5619
5619
|
|
5620
5620
|
:example:
|
5621
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5621
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/expand_tree_for_glossary.py.html>`__ to see an example of how to use expand_tree_for_glossary API.
|
5622
5622
|
"""
|
5623
5623
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5624
5624
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -5733,7 +5733,7 @@ class DataCatalogClient(object):
|
|
5733
5733
|
:rtype: :class:`~oci.response.Response`
|
5734
5734
|
|
5735
5735
|
:example:
|
5736
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5736
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/export_glossary.py.html>`__ to see an example of how to use export_glossary API.
|
5737
5737
|
"""
|
5738
5738
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5739
5739
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -5858,7 +5858,7 @@ class DataCatalogClient(object):
|
|
5858
5858
|
:rtype: :class:`~oci.response.Response`
|
5859
5859
|
|
5860
5860
|
:example:
|
5861
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5861
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_attribute.py.html>`__ to see an example of how to use get_attribute API.
|
5862
5862
|
"""
|
5863
5863
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5864
5864
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -5994,7 +5994,7 @@ class DataCatalogClient(object):
|
|
5994
5994
|
:rtype: :class:`~oci.response.Response`
|
5995
5995
|
|
5996
5996
|
:example:
|
5997
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5997
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_attribute_tag.py.html>`__ to see an example of how to use get_attribute_tag API.
|
5998
5998
|
"""
|
5999
5999
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6000
6000
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey', 'tagKey']
|
@@ -6112,7 +6112,7 @@ class DataCatalogClient(object):
|
|
6112
6112
|
:rtype: :class:`~oci.response.Response`
|
6113
6113
|
|
6114
6114
|
:example:
|
6115
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_catalog.py.html>`__ to see an example of how to use get_catalog API.
|
6116
6116
|
"""
|
6117
6117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6118
6118
|
required_arguments = ['catalogId']
|
@@ -6210,7 +6210,7 @@ class DataCatalogClient(object):
|
|
6210
6210
|
:rtype: :class:`~oci.response.Response`
|
6211
6211
|
|
6212
6212
|
:example:
|
6213
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6213
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_catalog_private_endpoint.py.html>`__ to see an example of how to use get_catalog_private_endpoint API.
|
6214
6214
|
"""
|
6215
6215
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6216
6216
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -6319,7 +6319,7 @@ class DataCatalogClient(object):
|
|
6319
6319
|
:rtype: :class:`~oci.response.Response`
|
6320
6320
|
|
6321
6321
|
:example:
|
6322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_connection.py.html>`__ to see an example of how to use get_connection API.
|
6323
6323
|
"""
|
6324
6324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6325
6325
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -6446,7 +6446,7 @@ class DataCatalogClient(object):
|
|
6446
6446
|
:rtype: :class:`~oci.response.Response`
|
6447
6447
|
|
6448
6448
|
:example:
|
6449
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6449
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_custom_property.py.html>`__ to see an example of how to use get_custom_property API.
|
6450
6450
|
"""
|
6451
6451
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6452
6452
|
required_arguments = ['catalogId', 'namespaceId', 'customPropertyKey']
|
@@ -6570,7 +6570,7 @@ class DataCatalogClient(object):
|
|
6570
6570
|
:rtype: :class:`~oci.response.Response`
|
6571
6571
|
|
6572
6572
|
:example:
|
6573
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6573
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_data_asset.py.html>`__ to see an example of how to use get_data_asset API.
|
6574
6574
|
"""
|
6575
6575
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6576
6576
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -6696,7 +6696,7 @@ class DataCatalogClient(object):
|
|
6696
6696
|
:rtype: :class:`~oci.response.Response`
|
6697
6697
|
|
6698
6698
|
:example:
|
6699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6699
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_data_asset_tag.py.html>`__ to see an example of how to use get_data_asset_tag API.
|
6700
6700
|
"""
|
6701
6701
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6702
6702
|
required_arguments = ['catalogId', 'dataAssetKey', 'tagKey']
|
@@ -6826,7 +6826,7 @@ class DataCatalogClient(object):
|
|
6826
6826
|
:rtype: :class:`~oci.response.Response`
|
6827
6827
|
|
6828
6828
|
:example:
|
6829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6829
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_entity.py.html>`__ to see an example of how to use get_entity API.
|
6830
6830
|
"""
|
6831
6831
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6832
6832
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -6958,7 +6958,7 @@ class DataCatalogClient(object):
|
|
6958
6958
|
:rtype: :class:`~oci.response.Response`
|
6959
6959
|
|
6960
6960
|
:example:
|
6961
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6961
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_entity_tag.py.html>`__ to see an example of how to use get_entity_tag API.
|
6962
6962
|
"""
|
6963
6963
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6964
6964
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'tagKey']
|
@@ -7089,7 +7089,7 @@ class DataCatalogClient(object):
|
|
7089
7089
|
:rtype: :class:`~oci.response.Response`
|
7090
7090
|
|
7091
7091
|
:example:
|
7092
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7092
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_folder.py.html>`__ to see an example of how to use get_folder API.
|
7093
7093
|
"""
|
7094
7094
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7095
7095
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -7221,7 +7221,7 @@ class DataCatalogClient(object):
|
|
7221
7221
|
:rtype: :class:`~oci.response.Response`
|
7222
7222
|
|
7223
7223
|
:example:
|
7224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7224
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_folder_tag.py.html>`__ to see an example of how to use get_folder_tag API.
|
7225
7225
|
"""
|
7226
7226
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7227
7227
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey', 'tagKey']
|
@@ -7346,7 +7346,7 @@ class DataCatalogClient(object):
|
|
7346
7346
|
:rtype: :class:`~oci.response.Response`
|
7347
7347
|
|
7348
7348
|
:example:
|
7349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_glossary.py.html>`__ to see an example of how to use get_glossary API.
|
7350
7350
|
"""
|
7351
7351
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7352
7352
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -7469,7 +7469,7 @@ class DataCatalogClient(object):
|
|
7469
7469
|
:rtype: :class:`~oci.response.Response`
|
7470
7470
|
|
7471
7471
|
:example:
|
7472
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7472
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_job.py.html>`__ to see an example of how to use get_job API.
|
7473
7473
|
"""
|
7474
7474
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7475
7475
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -7592,7 +7592,7 @@ class DataCatalogClient(object):
|
|
7592
7592
|
:rtype: :class:`~oci.response.Response`
|
7593
7593
|
|
7594
7594
|
:example:
|
7595
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7595
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_job_definition.py.html>`__ to see an example of how to use get_job_definition API.
|
7596
7596
|
"""
|
7597
7597
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7598
7598
|
required_arguments = ['catalogId', 'jobDefinitionKey']
|
@@ -7718,7 +7718,7 @@ class DataCatalogClient(object):
|
|
7718
7718
|
:rtype: :class:`~oci.response.Response`
|
7719
7719
|
|
7720
7720
|
:example:
|
7721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7721
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
|
7722
7722
|
"""
|
7723
7723
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7724
7724
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey']
|
@@ -7848,7 +7848,7 @@ class DataCatalogClient(object):
|
|
7848
7848
|
:rtype: :class:`~oci.response.Response`
|
7849
7849
|
|
7850
7850
|
:example:
|
7851
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_job_log.py.html>`__ to see an example of how to use get_job_log API.
|
7852
7852
|
"""
|
7853
7853
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7854
7854
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey', 'jobLogKey']
|
@@ -7979,7 +7979,7 @@ class DataCatalogClient(object):
|
|
7979
7979
|
:rtype: :class:`~oci.response.Response`
|
7980
7980
|
|
7981
7981
|
:example:
|
7982
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7982
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_job_metrics.py.html>`__ to see an example of how to use get_job_metrics API.
|
7983
7983
|
"""
|
7984
7984
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7985
7985
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey', 'jobMetricsKey']
|
@@ -8096,7 +8096,7 @@ class DataCatalogClient(object):
|
|
8096
8096
|
:rtype: :class:`~oci.response.Response`
|
8097
8097
|
|
8098
8098
|
:example:
|
8099
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8099
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_metastore.py.html>`__ to see an example of how to use get_metastore API.
|
8100
8100
|
"""
|
8101
8101
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8102
8102
|
required_arguments = ['metastoreId']
|
@@ -8202,7 +8202,7 @@ class DataCatalogClient(object):
|
|
8202
8202
|
:rtype: :class:`~oci.response.Response`
|
8203
8203
|
|
8204
8204
|
:example:
|
8205
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8205
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_namespace.py.html>`__ to see an example of how to use get_namespace API.
|
8206
8206
|
"""
|
8207
8207
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8208
8208
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -8325,7 +8325,7 @@ class DataCatalogClient(object):
|
|
8325
8325
|
:rtype: :class:`~oci.response.Response`
|
8326
8326
|
|
8327
8327
|
:example:
|
8328
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8328
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_pattern.py.html>`__ to see an example of how to use get_pattern API.
|
8329
8329
|
"""
|
8330
8330
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8331
8331
|
required_arguments = ['catalogId', 'patternKey']
|
@@ -8451,7 +8451,7 @@ class DataCatalogClient(object):
|
|
8451
8451
|
:rtype: :class:`~oci.response.Response`
|
8452
8452
|
|
8453
8453
|
:example:
|
8454
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8454
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_term.py.html>`__ to see an example of how to use get_term API.
|
8455
8455
|
"""
|
8456
8456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8457
8457
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -8581,7 +8581,7 @@ class DataCatalogClient(object):
|
|
8581
8581
|
:rtype: :class:`~oci.response.Response`
|
8582
8582
|
|
8583
8583
|
:example:
|
8584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_term_relationship.py.html>`__ to see an example of how to use get_term_relationship API.
|
8585
8585
|
"""
|
8586
8586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8587
8587
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey', 'termRelationshipKey']
|
@@ -8706,7 +8706,7 @@ class DataCatalogClient(object):
|
|
8706
8706
|
:rtype: :class:`~oci.response.Response`
|
8707
8707
|
|
8708
8708
|
:example:
|
8709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_type.py.html>`__ to see an example of how to use get_type API.
|
8710
8710
|
"""
|
8711
8711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8712
8712
|
required_arguments = ['catalogId', 'typeKey']
|
@@ -8821,7 +8821,7 @@ class DataCatalogClient(object):
|
|
8821
8821
|
:rtype: :class:`~oci.response.Response`
|
8822
8822
|
|
8823
8823
|
:example:
|
8824
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8824
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
8825
8825
|
"""
|
8826
8826
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8827
8827
|
required_arguments = ['workRequestId']
|
@@ -8939,7 +8939,7 @@ class DataCatalogClient(object):
|
|
8939
8939
|
:rtype: :class:`~oci.response.Response`
|
8940
8940
|
|
8941
8941
|
:example:
|
8942
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8942
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/import_connection.py.html>`__ to see an example of how to use import_connection API.
|
8943
8943
|
"""
|
8944
8944
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8945
8945
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -9064,7 +9064,7 @@ class DataCatalogClient(object):
|
|
9064
9064
|
:rtype: :class:`~oci.response.Response`
|
9065
9065
|
|
9066
9066
|
:example:
|
9067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9067
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/import_data_asset.py.html>`__ to see an example of how to use import_data_asset API.
|
9068
9068
|
"""
|
9069
9069
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9070
9070
|
required_arguments = ['catalogId', 'dataAssetKey', 'importType']
|
@@ -9198,7 +9198,7 @@ class DataCatalogClient(object):
|
|
9198
9198
|
:rtype: :class:`~oci.response.Response`
|
9199
9199
|
|
9200
9200
|
:example:
|
9201
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9201
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/import_glossary.py.html>`__ to see an example of how to use import_glossary API.
|
9202
9202
|
"""
|
9203
9203
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9204
9204
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -9341,7 +9341,7 @@ class DataCatalogClient(object):
|
|
9341
9341
|
:rtype: :class:`~oci.response.Response`
|
9342
9342
|
|
9343
9343
|
:example:
|
9344
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9344
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_aggregated_physical_entities.py.html>`__ to see an example of how to use list_aggregated_physical_entities API.
|
9345
9345
|
"""
|
9346
9346
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9347
9347
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -9535,7 +9535,7 @@ class DataCatalogClient(object):
|
|
9535
9535
|
:rtype: :class:`~oci.response.Response`
|
9536
9536
|
|
9537
9537
|
:example:
|
9538
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9538
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_attribute_tags.py.html>`__ to see an example of how to use list_attribute_tags API.
|
9539
9539
|
"""
|
9540
9540
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9541
9541
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -9784,7 +9784,7 @@ class DataCatalogClient(object):
|
|
9784
9784
|
:rtype: :class:`~oci.response.Response`
|
9785
9785
|
|
9786
9786
|
:example:
|
9787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_attributes.py.html>`__ to see an example of how to use list_attributes API.
|
9788
9788
|
"""
|
9789
9789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9790
9790
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -9989,7 +9989,7 @@ class DataCatalogClient(object):
|
|
9989
9989
|
:rtype: :class:`~oci.response.Response`
|
9990
9990
|
|
9991
9991
|
:example:
|
9992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_catalog_private_endpoints.py.html>`__ to see an example of how to use list_catalog_private_endpoints API.
|
9993
9993
|
"""
|
9994
9994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9995
9995
|
required_arguments = ['compartmentId']
|
@@ -10139,7 +10139,7 @@ class DataCatalogClient(object):
|
|
10139
10139
|
:rtype: :class:`~oci.response.Response`
|
10140
10140
|
|
10141
10141
|
:example:
|
10142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10142
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_catalogs.py.html>`__ to see an example of how to use list_catalogs API.
|
10143
10143
|
"""
|
10144
10144
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10145
10145
|
required_arguments = ['compartmentId']
|
@@ -10329,7 +10329,7 @@ class DataCatalogClient(object):
|
|
10329
10329
|
:rtype: :class:`~oci.response.Response`
|
10330
10330
|
|
10331
10331
|
:example:
|
10332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_connections.py.html>`__ to see an example of how to use list_connections API.
|
10333
10333
|
"""
|
10334
10334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10335
10335
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -10556,7 +10556,7 @@ class DataCatalogClient(object):
|
|
10556
10556
|
:rtype: :class:`~oci.response.Response`
|
10557
10557
|
|
10558
10558
|
:example:
|
10559
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10559
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_custom_properties.py.html>`__ to see an example of how to use list_custom_properties API.
|
10560
10560
|
"""
|
10561
10561
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10562
10562
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -10780,7 +10780,7 @@ class DataCatalogClient(object):
|
|
10780
10780
|
:rtype: :class:`~oci.response.Response`
|
10781
10781
|
|
10782
10782
|
:example:
|
10783
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10783
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_data_asset_tags.py.html>`__ to see an example of how to use list_data_asset_tags API.
|
10784
10784
|
"""
|
10785
10785
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10786
10786
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -10992,7 +10992,7 @@ class DataCatalogClient(object):
|
|
10992
10992
|
:rtype: :class:`~oci.response.Response`
|
10993
10993
|
|
10994
10994
|
:example:
|
10995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_data_assets.py.html>`__ to see an example of how to use list_data_assets API.
|
10996
10996
|
"""
|
10997
10997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10998
10998
|
required_arguments = ['catalogId']
|
@@ -11191,7 +11191,7 @@ class DataCatalogClient(object):
|
|
11191
11191
|
:rtype: :class:`~oci.response.Response`
|
11192
11192
|
|
11193
11193
|
:example:
|
11194
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11194
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_derived_logical_entities.py.html>`__ to see an example of how to use list_derived_logical_entities API.
|
11195
11195
|
"""
|
11196
11196
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11197
11197
|
required_arguments = ['catalogId', 'patternKey']
|
@@ -11423,7 +11423,7 @@ class DataCatalogClient(object):
|
|
11423
11423
|
:rtype: :class:`~oci.response.Response`
|
11424
11424
|
|
11425
11425
|
:example:
|
11426
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11426
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_entities.py.html>`__ to see an example of how to use list_entities API.
|
11427
11427
|
"""
|
11428
11428
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11429
11429
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -11663,7 +11663,7 @@ class DataCatalogClient(object):
|
|
11663
11663
|
:rtype: :class:`~oci.response.Response`
|
11664
11664
|
|
11665
11665
|
:example:
|
11666
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11666
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_entity_tags.py.html>`__ to see an example of how to use list_entity_tags API.
|
11667
11667
|
"""
|
11668
11668
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11669
11669
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -11869,7 +11869,7 @@ class DataCatalogClient(object):
|
|
11869
11869
|
:rtype: :class:`~oci.response.Response`
|
11870
11870
|
|
11871
11871
|
:example:
|
11872
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11872
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_folder_tags.py.html>`__ to see an example of how to use list_folder_tags API.
|
11873
11873
|
"""
|
11874
11874
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11875
11875
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -12104,7 +12104,7 @@ class DataCatalogClient(object):
|
|
12104
12104
|
:rtype: :class:`~oci.response.Response`
|
12105
12105
|
|
12106
12106
|
:example:
|
12107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_folders.py.html>`__ to see an example of how to use list_folders API.
|
12108
12108
|
"""
|
12109
12109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12110
12110
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -12333,7 +12333,7 @@ class DataCatalogClient(object):
|
|
12333
12333
|
:rtype: :class:`~oci.response.Response`
|
12334
12334
|
|
12335
12335
|
:example:
|
12336
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12336
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_glossaries.py.html>`__ to see an example of how to use list_glossaries API.
|
12337
12337
|
"""
|
12338
12338
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12339
12339
|
required_arguments = ['catalogId']
|
@@ -12562,7 +12562,7 @@ class DataCatalogClient(object):
|
|
12562
12562
|
:rtype: :class:`~oci.response.Response`
|
12563
12563
|
|
12564
12564
|
:example:
|
12565
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12565
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_job_definitions.py.html>`__ to see an example of how to use list_job_definitions API.
|
12566
12566
|
"""
|
12567
12567
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12568
12568
|
required_arguments = ['catalogId']
|
@@ -12831,7 +12831,7 @@ class DataCatalogClient(object):
|
|
12831
12831
|
:rtype: :class:`~oci.response.Response`
|
12832
12832
|
|
12833
12833
|
:example:
|
12834
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12834
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
|
12835
12835
|
"""
|
12836
12836
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12837
12837
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -13065,7 +13065,7 @@ class DataCatalogClient(object):
|
|
13065
13065
|
:rtype: :class:`~oci.response.Response`
|
13066
13066
|
|
13067
13067
|
:example:
|
13068
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13068
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_job_logs.py.html>`__ to see an example of how to use list_job_logs API.
|
13069
13069
|
"""
|
13070
13070
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13071
13071
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey']
|
@@ -13294,7 +13294,7 @@ class DataCatalogClient(object):
|
|
13294
13294
|
:rtype: :class:`~oci.response.Response`
|
13295
13295
|
|
13296
13296
|
:example:
|
13297
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13297
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_job_metrics.py.html>`__ to see an example of how to use list_job_metrics API.
|
13298
13298
|
"""
|
13299
13299
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13300
13300
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey']
|
@@ -13548,7 +13548,7 @@ class DataCatalogClient(object):
|
|
13548
13548
|
:rtype: :class:`~oci.response.Response`
|
13549
13549
|
|
13550
13550
|
:example:
|
13551
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13551
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
|
13552
13552
|
"""
|
13553
13553
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13554
13554
|
required_arguments = ['catalogId']
|
@@ -13763,7 +13763,7 @@ class DataCatalogClient(object):
|
|
13763
13763
|
:rtype: :class:`~oci.response.Response`
|
13764
13764
|
|
13765
13765
|
:example:
|
13766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_metastores.py.html>`__ to see an example of how to use list_metastores API.
|
13767
13767
|
"""
|
13768
13768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13769
13769
|
required_arguments = ['compartmentId']
|
@@ -13939,7 +13939,7 @@ class DataCatalogClient(object):
|
|
13939
13939
|
:rtype: :class:`~oci.response.Response`
|
13940
13940
|
|
13941
13941
|
:example:
|
13942
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13942
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_namespaces.py.html>`__ to see an example of how to use list_namespaces API.
|
13943
13943
|
"""
|
13944
13944
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13945
13945
|
required_arguments = ['catalogId']
|
@@ -14146,7 +14146,7 @@ class DataCatalogClient(object):
|
|
14146
14146
|
:rtype: :class:`~oci.response.Response`
|
14147
14147
|
|
14148
14148
|
:example:
|
14149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_patterns.py.html>`__ to see an example of how to use list_patterns API.
|
14150
14150
|
"""
|
14151
14151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14152
14152
|
required_arguments = ['catalogId']
|
@@ -14372,7 +14372,7 @@ class DataCatalogClient(object):
|
|
14372
14372
|
:rtype: :class:`~oci.response.Response`
|
14373
14373
|
|
14374
14374
|
:example:
|
14375
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14375
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_rules.py.html>`__ to see an example of how to use list_rules API.
|
14376
14376
|
"""
|
14377
14377
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14378
14378
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -14585,7 +14585,7 @@ class DataCatalogClient(object):
|
|
14585
14585
|
:rtype: :class:`~oci.response.Response`
|
14586
14586
|
|
14587
14587
|
:example:
|
14588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_tags.py.html>`__ to see an example of how to use list_tags API.
|
14589
14589
|
"""
|
14590
14590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14591
14591
|
required_arguments = ['catalogId']
|
@@ -14774,7 +14774,7 @@ class DataCatalogClient(object):
|
|
14774
14774
|
:rtype: :class:`~oci.response.Response`
|
14775
14775
|
|
14776
14776
|
:example:
|
14777
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_term_relationships.py.html>`__ to see an example of how to use list_term_relationships API.
|
14778
14778
|
"""
|
14779
14779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14780
14780
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -14976,7 +14976,7 @@ class DataCatalogClient(object):
|
|
14976
14976
|
:rtype: :class:`~oci.response.Response`
|
14977
14977
|
|
14978
14978
|
:example:
|
14979
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14979
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_terms.py.html>`__ to see an example of how to use list_terms API.
|
14980
14980
|
"""
|
14981
14981
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14982
14982
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -15185,7 +15185,7 @@ class DataCatalogClient(object):
|
|
15185
15185
|
:rtype: :class:`~oci.response.Response`
|
15186
15186
|
|
15187
15187
|
:example:
|
15188
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15188
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_types.py.html>`__ to see an example of how to use list_types API.
|
15189
15189
|
"""
|
15190
15190
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15191
15191
|
required_arguments = ['catalogId']
|
@@ -15358,7 +15358,7 @@ class DataCatalogClient(object):
|
|
15358
15358
|
:rtype: :class:`~oci.response.Response`
|
15359
15359
|
|
15360
15360
|
:example:
|
15361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
15362
15362
|
"""
|
15363
15363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15364
15364
|
required_arguments = ['workRequestId']
|
@@ -15500,7 +15500,7 @@ class DataCatalogClient(object):
|
|
15500
15500
|
:rtype: :class:`~oci.response.Response`
|
15501
15501
|
|
15502
15502
|
:example:
|
15503
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15503
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
15504
15504
|
"""
|
15505
15505
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15506
15506
|
required_arguments = ['workRequestId']
|
@@ -15632,7 +15632,7 @@ class DataCatalogClient(object):
|
|
15632
15632
|
:rtype: :class:`~oci.response.Response`
|
15633
15633
|
|
15634
15634
|
:example:
|
15635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
15636
15636
|
"""
|
15637
15637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15638
15638
|
required_arguments = ['compartmentId']
|
@@ -15745,7 +15745,7 @@ class DataCatalogClient(object):
|
|
15745
15745
|
:rtype: :class:`~oci.response.Response`
|
15746
15746
|
|
15747
15747
|
:example:
|
15748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/object_stats.py.html>`__ to see an example of how to use object_stats API.
|
15749
15749
|
"""
|
15750
15750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15751
15751
|
required_arguments = ['catalogId']
|
@@ -15887,7 +15887,7 @@ class DataCatalogClient(object):
|
|
15887
15887
|
:rtype: :class:`~oci.response.Response`
|
15888
15888
|
|
15889
15889
|
:example:
|
15890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/parse_connection.py.html>`__ to see an example of how to use parse_connection API.
|
15891
15891
|
"""
|
15892
15892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15893
15893
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -16008,7 +16008,7 @@ class DataCatalogClient(object):
|
|
16008
16008
|
:rtype: :class:`~oci.response.Response`
|
16009
16009
|
|
16010
16010
|
:example:
|
16011
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16011
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/process_recommendation.py.html>`__ to see an example of how to use process_recommendation API.
|
16012
16012
|
"""
|
16013
16013
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16014
16014
|
required_arguments = ['catalogId']
|
@@ -16128,7 +16128,7 @@ class DataCatalogClient(object):
|
|
16128
16128
|
:rtype: :class:`~oci.response.Response`
|
16129
16129
|
|
16130
16130
|
:example:
|
16131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/recommendations.py.html>`__ to see an example of how to use recommendations API.
|
16132
16132
|
"""
|
16133
16133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16134
16134
|
required_arguments = ['catalogId', 'recommendationType', 'sourceObjectKey', 'sourceObjectType']
|
@@ -16275,7 +16275,7 @@ class DataCatalogClient(object):
|
|
16275
16275
|
:rtype: :class:`~oci.response.Response`
|
16276
16276
|
|
16277
16277
|
:example:
|
16278
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16278
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/remove_data_selector_patterns.py.html>`__ to see an example of how to use remove_data_selector_patterns API.
|
16279
16279
|
"""
|
16280
16280
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16281
16281
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -16414,7 +16414,7 @@ class DataCatalogClient(object):
|
|
16414
16414
|
:rtype: :class:`~oci.response.Response`
|
16415
16415
|
|
16416
16416
|
:example:
|
16417
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16417
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/search_criteria.py.html>`__ to see an example of how to use search_criteria API.
|
16418
16418
|
"""
|
16419
16419
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16420
16420
|
required_arguments = ['catalogId']
|
@@ -16569,7 +16569,7 @@ class DataCatalogClient(object):
|
|
16569
16569
|
:rtype: :class:`~oci.response.Response`
|
16570
16570
|
|
16571
16571
|
:example:
|
16572
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16572
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/suggest_matches.py.html>`__ to see an example of how to use suggest_matches API.
|
16573
16573
|
"""
|
16574
16574
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16575
16575
|
required_arguments = ['catalogId', 'inputText']
|
@@ -16696,7 +16696,7 @@ class DataCatalogClient(object):
|
|
16696
16696
|
:rtype: :class:`~oci.response.Response`
|
16697
16697
|
|
16698
16698
|
:example:
|
16699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16699
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/synchronous_export_data_asset.py.html>`__ to see an example of how to use synchronous_export_data_asset API.
|
16700
16700
|
"""
|
16701
16701
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16702
16702
|
required_arguments = ['catalogId', 'dataAssetKey', 'exportType']
|
@@ -16825,7 +16825,7 @@ class DataCatalogClient(object):
|
|
16825
16825
|
:rtype: :class:`~oci.response.Response`
|
16826
16826
|
|
16827
16827
|
:example:
|
16828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16828
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/test_connection.py.html>`__ to see an example of how to use test_connection API.
|
16829
16829
|
"""
|
16830
16830
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16831
16831
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -16947,7 +16947,7 @@ class DataCatalogClient(object):
|
|
16947
16947
|
:rtype: :class:`~oci.response.Response`
|
16948
16948
|
|
16949
16949
|
:example:
|
16950
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16950
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/update_attribute.py.html>`__ to see an example of how to use update_attribute API.
|
16951
16951
|
"""
|
16952
16952
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16953
16953
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -17060,7 +17060,7 @@ class DataCatalogClient(object):
|
|
17060
17060
|
:rtype: :class:`~oci.response.Response`
|
17061
17061
|
|
17062
17062
|
:example:
|
17063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/update_catalog.py.html>`__ to see an example of how to use update_catalog API.
|
17064
17064
|
"""
|
17065
17065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17066
17066
|
required_arguments = ['catalogId']
|
@@ -17170,7 +17170,7 @@ class DataCatalogClient(object):
|
|
17170
17170
|
:rtype: :class:`~oci.response.Response`
|
17171
17171
|
|
17172
17172
|
:example:
|
17173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17173
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/update_catalog_private_endpoint.py.html>`__ to see an example of how to use update_catalog_private_endpoint API.
|
17174
17174
|
"""
|
17175
17175
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17176
17176
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -17284,7 +17284,7 @@ class DataCatalogClient(object):
|
|
17284
17284
|
:rtype: :class:`~oci.response.Response`
|
17285
17285
|
|
17286
17286
|
:example:
|
17287
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17287
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/update_connection.py.html>`__ to see an example of how to use update_connection API.
|
17288
17288
|
"""
|
17289
17289
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17290
17290
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -17402,7 +17402,7 @@ class DataCatalogClient(object):
|
|
17402
17402
|
:rtype: :class:`~oci.response.Response`
|
17403
17403
|
|
17404
17404
|
:example:
|
17405
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17405
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/update_custom_property.py.html>`__ to see an example of how to use update_custom_property API.
|
17406
17406
|
"""
|
17407
17407
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17408
17408
|
required_arguments = ['catalogId', 'namespaceId', 'customPropertyKey']
|
@@ -17517,7 +17517,7 @@ class DataCatalogClient(object):
|
|
17517
17517
|
:rtype: :class:`~oci.response.Response`
|
17518
17518
|
|
17519
17519
|
:example:
|
17520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/update_data_asset.py.html>`__ to see an example of how to use update_data_asset API.
|
17521
17521
|
"""
|
17522
17522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17523
17523
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -17634,7 +17634,7 @@ class DataCatalogClient(object):
|
|
17634
17634
|
:rtype: :class:`~oci.response.Response`
|
17635
17635
|
|
17636
17636
|
:example:
|
17637
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17637
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/update_entity.py.html>`__ to see an example of how to use update_entity API.
|
17638
17638
|
"""
|
17639
17639
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17640
17640
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -17752,7 +17752,7 @@ class DataCatalogClient(object):
|
|
17752
17752
|
:rtype: :class:`~oci.response.Response`
|
17753
17753
|
|
17754
17754
|
:example:
|
17755
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/update_folder.py.html>`__ to see an example of how to use update_folder API.
|
17756
17756
|
"""
|
17757
17757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17758
17758
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -17867,7 +17867,7 @@ class DataCatalogClient(object):
|
|
17867
17867
|
:rtype: :class:`~oci.response.Response`
|
17868
17868
|
|
17869
17869
|
:example:
|
17870
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17870
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/update_glossary.py.html>`__ to see an example of how to use update_glossary API.
|
17871
17871
|
"""
|
17872
17872
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17873
17873
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -17981,7 +17981,7 @@ class DataCatalogClient(object):
|
|
17981
17981
|
:rtype: :class:`~oci.response.Response`
|
17982
17982
|
|
17983
17983
|
:example:
|
17984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17984
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/update_job.py.html>`__ to see an example of how to use update_job API.
|
17985
17985
|
"""
|
17986
17986
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17987
17987
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -18095,7 +18095,7 @@ class DataCatalogClient(object):
|
|
18095
18095
|
:rtype: :class:`~oci.response.Response`
|
18096
18096
|
|
18097
18097
|
:example:
|
18098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/update_job_definition.py.html>`__ to see an example of how to use update_job_definition API.
|
18099
18099
|
"""
|
18100
18100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18101
18101
|
required_arguments = ['catalogId', 'jobDefinitionKey']
|
@@ -18206,7 +18206,7 @@ class DataCatalogClient(object):
|
|
18206
18206
|
:rtype: :class:`~oci.response.Response`
|
18207
18207
|
|
18208
18208
|
:example:
|
18209
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18209
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/update_metastore.py.html>`__ to see an example of how to use update_metastore API.
|
18210
18210
|
"""
|
18211
18211
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18212
18212
|
required_arguments = ['metastoreId']
|
@@ -18319,7 +18319,7 @@ class DataCatalogClient(object):
|
|
18319
18319
|
:rtype: :class:`~oci.response.Response`
|
18320
18320
|
|
18321
18321
|
:example:
|
18322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/update_namespace.py.html>`__ to see an example of how to use update_namespace API.
|
18323
18323
|
"""
|
18324
18324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18325
18325
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -18433,7 +18433,7 @@ class DataCatalogClient(object):
|
|
18433
18433
|
:rtype: :class:`~oci.response.Response`
|
18434
18434
|
|
18435
18435
|
:example:
|
18436
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18436
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/update_pattern.py.html>`__ to see an example of how to use update_pattern API.
|
18437
18437
|
"""
|
18438
18438
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18439
18439
|
required_arguments = ['catalogId', 'patternKey']
|
@@ -18550,7 +18550,7 @@ class DataCatalogClient(object):
|
|
18550
18550
|
:rtype: :class:`~oci.response.Response`
|
18551
18551
|
|
18552
18552
|
:example:
|
18553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/update_term.py.html>`__ to see an example of how to use update_term API.
|
18554
18554
|
"""
|
18555
18555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18556
18556
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -18671,7 +18671,7 @@ class DataCatalogClient(object):
|
|
18671
18671
|
:rtype: :class:`~oci.response.Response`
|
18672
18672
|
|
18673
18673
|
:example:
|
18674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/update_term_relationship.py.html>`__ to see an example of how to use update_term_relationship API.
|
18675
18675
|
"""
|
18676
18676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18677
18677
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey', 'termRelationshipKey']
|
@@ -18797,7 +18797,7 @@ class DataCatalogClient(object):
|
|
18797
18797
|
:rtype: :class:`~oci.response.Response`
|
18798
18798
|
|
18799
18799
|
:example:
|
18800
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18800
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/upload_credentials.py.html>`__ to see an example of how to use upload_credentials API.
|
18801
18801
|
"""
|
18802
18802
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18803
18803
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -18918,7 +18918,7 @@ class DataCatalogClient(object):
|
|
18918
18918
|
:rtype: :class:`~oci.response.Response`
|
18919
18919
|
|
18920
18920
|
:example:
|
18921
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18921
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/users.py.html>`__ to see an example of how to use users API.
|
18922
18922
|
"""
|
18923
18923
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18924
18924
|
required_arguments = ['catalogId']
|
@@ -19057,7 +19057,7 @@ class DataCatalogClient(object):
|
|
19057
19057
|
:rtype: :class:`~oci.response.Response`
|
19058
19058
|
|
19059
19059
|
:example:
|
19060
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19060
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/validate_connection.py.html>`__ to see an example of how to use validate_connection API.
|
19061
19061
|
"""
|
19062
19062
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19063
19063
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -19174,7 +19174,7 @@ class DataCatalogClient(object):
|
|
19174
19174
|
:rtype: :class:`~oci.response.Response`
|
19175
19175
|
|
19176
19176
|
:example:
|
19177
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19177
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datacatalog/validate_pattern.py.html>`__ to see an example of how to use validate_pattern API.
|
19178
19178
|
"""
|
19179
19179
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19180
19180
|
required_arguments = ['catalogId', 'patternKey']
|