oci 2.155.0__py3-none-any.whl → 2.155.1__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/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +140 -26
- oci/ai_document/models/__init__.py +50 -0
- oci/ai_document/models/analyze_document_result.py +62 -0
- oci/ai_document/models/bar_code.py +159 -0
- oci/ai_document/models/capabilities.py +70 -0
- oci/ai_document/models/capability.py +70 -0
- oci/ai_document/models/create_model_details.py +93 -0
- oci/ai_document/models/detected_document_type.py +35 -0
- oci/ai_document/models/document_classification_feature.py +36 -5
- oci/ai_document/models/document_classification_model_metrics.py +1 -1
- oci/ai_document/models/document_elements_extraction_feature.py +80 -0
- oci/ai_document/models/document_elements_sub_type.py +103 -0
- oci/ai_document/models/document_feature.py +13 -3
- oci/ai_document/models/document_key_value_extraction_feature.py +36 -5
- oci/ai_document/models/document_language_classification_feature.py +1 -1
- oci/ai_document/models/document_table_extraction_feature.py +34 -3
- oci/ai_document/models/document_text_extraction_feature.py +65 -3
- oci/ai_document/models/driving_license_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/field_value.py +64 -2
- oci/ai_document/models/general_processor_config.py +1 -1
- oci/ai_document/models/health_insurance_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/inline_document_content.py +33 -2
- oci/ai_document/models/inline_document_details.py +33 -2
- oci/ai_document/models/invoice_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/invoice_processor_config.py +107 -0
- oci/ai_document/models/key_value_detection_model_metrics.py +1 -1
- oci/ai_document/models/kv_model_sub_type.py +121 -0
- oci/ai_document/models/model.py +116 -3
- oci/ai_document/models/model_metrics.py +43 -3
- oci/ai_document/models/model_sub_type.py +113 -0
- oci/ai_document/models/model_summary.py +31 -0
- oci/ai_document/models/model_type_info.py +101 -0
- oci/ai_document/models/normalization_fields.py +70 -0
- oci/ai_document/models/normalization_fields_map_value.py +70 -0
- oci/ai_document/models/object_location.py +33 -2
- oci/ai_document/models/object_storage_document_details.py +33 -2
- oci/ai_document/models/output_location.py +1 -1
- oci/ai_document/models/page.py +95 -2
- oci/ai_document/models/passport_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/pre_trained_document_elements_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_document_classification_model_details.py +56 -0
- oci/ai_document/models/pretrained_key_value_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_table_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_text_extraction_model_details.py +56 -0
- oci/ai_document/models/processor_config.py +11 -3
- oci/ai_document/models/qr_bar_code_sub_type_details.py +92 -0
- oci/ai_document/models/receipt_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/selection_mark.py +144 -0
- oci/ai_document/models/signature.py +97 -0
- oci/ai_document/models/signature_sub_type_details.py +92 -0
- oci/ai_document/models/update_model_details.py +31 -0
- oci/ai_document/models/value_array.py +14 -0
- oci/ai_document/models/value_date.py +14 -0
- oci/ai_document/models/value_integer.py +14 -0
- oci/ai_document/models/value_number.py +14 -0
- oci/ai_document/models/value_phone_number.py +14 -0
- oci/ai_document/models/value_string.py +14 -0
- oci/ai_document/models/value_time.py +14 -0
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +28 -28
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- oci/apiaccesscontrol/api_metadata_client.py +3 -3
- oci/apiaccesscontrol/privileged_api_control_client.py +6 -6
- oci/apiaccesscontrol/privileged_api_requests_client.py +7 -7
- oci/apiaccesscontrol/privileged_api_work_request_client.py +5 -5
- 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 +12 -12
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/scheduled_query_client.py +5 -5
- oci/apm_traces/trace_client.py +5 -5
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +88 -88
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/capacity_management/demand_signal_client.py +13 -13
- oci/capacity_management/internal_demand_signal_client.py +12 -12
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +6 -6
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- 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 +46 -46
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +125 -125
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +258 -258
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +45 -45
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +317 -317
- oci/data_science/data_science_client.py +145 -145
- oci/database/database_client.py +421 -421
- oci/database_management/db_management_client.py +229 -229
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +15 -15
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +43 -43
- oci/database_tools/database_tools_client.py +23 -23
- oci/dblm/db_life_cycle_management_client.py +28 -28
- oci/dbmulticloud/multi_cloud_resource_discovery_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_blob_container_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_blob_mount_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_connector_client.py +7 -7
- oci/dbmulticloud/oracle_db_azure_key_client.py +2 -2
- oci/dbmulticloud/oracle_db_azure_vault_association_client.py +7 -7
- oci/dbmulticloud/oracle_db_azure_vault_client.py +7 -7
- oci/dbmulticloud/work_request_client.py +5 -5
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +31 -31
- oci/distributed_database/distributed_autonomous_db_service_client.py +18 -18
- oci/distributed_database/distributed_db_private_endpoint_service_client.py +7 -7
- oci/distributed_database/distributed_db_service_client.py +19 -19
- oci/distributed_database/distributed_db_work_request_service_client.py +4 -4
- oci/dns/dns_client.py +54 -54
- oci/dts/appliance_export_job_client.py +6 -6
- 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_package_client.py +7 -7
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +74 -74
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +27 -27
- oci/fleet_apps_management/fleet_apps_management_catalog_client.py +7 -7
- oci/fleet_apps_management/fleet_apps_management_client.py +32 -32
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +29 -29
- oci/fleet_apps_management/fleet_apps_management_provision_client.py +6 -6
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +19 -19
- oci/fleet_apps_management/fleet_apps_management_work_request_client.py +4 -4
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
- oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +89 -89
- 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_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +311 -311
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +79 -79
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- 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/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +200 -200
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +18 -18
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/mngdmac/mac_device_client.py +3 -3
- oci/mngdmac/mac_order_client.py +11 -11
- oci/model_deployment/model_deployment_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +8 -8
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +92 -92
- oci/network_load_balancer/network_load_balancer_client.py +35 -35
- oci/nosql/nosql_client.py +27 -27
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- 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/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +17 -17
- oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/models/__init__.py +20 -0
- oci/opsi/models/autonomous_database_configuration_summary.py +1 -1
- oci/opsi/models/autonomous_database_insight.py +1 -1
- oci/opsi/models/autonomous_database_insight_summary.py +1 -1
- oci/opsi/models/change_macs_managed_autonomous_database_insight_connection_details.py +128 -0
- oci/opsi/models/create_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/create_database_insight_details.py +11 -3
- oci/opsi/models/create_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/create_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_autonomous_database_insight_details.py +301 -0
- oci/opsi/models/create_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_cloud_exadata_cluster_details.py +7 -3
- oci/opsi/models/create_macs_managed_cloud_exadata_vmcluster_details.py +34 -3
- oci/opsi/models/create_mds_my_sql_database_insight_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_exadata_vmcluster_details.py +78 -0
- oci/opsi/models/credential_by_iam.py +1 -1
- oci/opsi/models/credential_by_named_credentials.py +91 -0
- oci/opsi/models/credential_by_vault.py +1 -1
- oci/opsi/models/credential_details.py +14 -6
- oci/opsi/models/credentials_by_source.py +1 -1
- oci/opsi/models/database_configuration_summary.py +11 -3
- oci/opsi/models/database_insight.py +11 -3
- oci/opsi/models/database_insight_summary.py +11 -3
- oci/opsi/models/em_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/em_managed_external_database_insight.py +1 -1
- oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/em_managed_external_exadata_insight.py +1 -1
- oci/opsi/models/em_managed_external_exadata_insight_summary.py +1 -1
- oci/opsi/models/enable_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/enable_database_insight_details.py +11 -3
- oci/opsi/models/enable_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/enable_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/enable_macs_managed_autonomous_database_insight_details.py +272 -0
- oci/opsi/models/enable_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/enable_mds_my_sql_database_insight_details.py +1 -1
- oci/opsi/models/enable_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/exadata_configuration_summary.py +7 -3
- oci/opsi/models/exadata_database_machine_configuration_summary.py +69 -3
- oci/opsi/models/exadata_exacc_configuration_summary.py +1 -1
- oci/opsi/models/exadata_exacs_configuration_summary.py +1 -1
- oci/opsi/models/exadata_insight.py +7 -3
- oci/opsi/models/exadata_insight_summary.py +7 -3
- oci/opsi/models/exadata_member_collection.py +7 -3
- oci/opsi/models/external_mysql_database_configuration_summary.py +1 -1
- oci/opsi/models/external_mysql_database_insight.py +1 -1
- oci/opsi/models/external_mysql_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_autonomous_database_configuration_summary.py +251 -0
- oci/opsi/models/macs_managed_autonomous_database_insight.py +467 -0
- oci/opsi/models/macs_managed_autonomous_database_insight_summary.py +313 -0
- oci/opsi/models/macs_managed_cloud_database_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_database_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_exadata_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_exadata_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight_summary.py +1 -1
- oci/opsi/models/mds_mysql_database_configuration_summary.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_exadata_insight.py +1 -1
- oci/opsi/models/pe_comanaged_exadata_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/synchronize_autonomous_database_to_exadata_details.py +110 -0
- oci/opsi/models/test_macs_managed_autonomous_database_insight_connection_details.py +128 -0
- oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/update_database_insight_details.py +11 -3
- oci/opsi/models/update_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_autonomous_database_insight_details.py +63 -0
- oci/opsi/models/update_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_mds_my_sql_database_insight.py +1 -1
- oci/opsi/models/update_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/vm_cluster_summary.py +64 -2
- oci/opsi/models/work_request.py +15 -3
- oci/opsi/operations_insights_client.py +580 -202
- oci/opsi/operations_insights_client_composite_operations.py +125 -0
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +13 -13
- oci/os_management_hub/managed_instance_client.py +33 -33
- oci/os_management_hub/managed_instance_group_client.py +26 -26
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +13 -13
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +33 -33
- oci/os_management_hub/work_request_client.py +5 -5
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/models/subscription.py +38 -3
- oci/osp_gateway/models/subscription_summary.py +38 -3
- 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/psql/postgresql_client.py +34 -34
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- oci/redis/oci_cache_user_client.py +7 -7
- oci/redis/redis_cluster_client.py +15 -15
- oci/redis/redis_identity_client.py +1 -1
- oci/regions_definitions.py +9 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +14 -14
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/security_attribute_client.py +18 -18
- oci/service_catalog/service_catalog_client.py +26 -26
- 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 +87 -87
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- 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 +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +14 -14
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- 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/waf/waf_client.py +24 -24
- oci/wlms/weblogic_management_service_client.py +41 -41
- oci/wlms/weblogic_management_service_configuration_client.py +2 -2
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/zpr_client.py +15 -15
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/METADATA +1 -1
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/RECORD +430 -395
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/WHEEL +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/top_level.txt +0 -0
@@ -153,7 +153,7 @@ class DataCatalogClient(object):
|
|
153
153
|
:rtype: :class:`~oci.response.Response`
|
154
154
|
|
155
155
|
:example:
|
156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/add_catalog_lock.py.html>`__ to see an example of how to use add_catalog_lock API.
|
157
157
|
"""
|
158
158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
159
159
|
required_arguments = ['catalogId']
|
@@ -262,7 +262,7 @@ class DataCatalogClient(object):
|
|
262
262
|
:rtype: :class:`~oci.response.Response`
|
263
263
|
|
264
264
|
:example:
|
265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/add_catalog_private_endpoint_lock.py.html>`__ to see an example of how to use add_catalog_private_endpoint_lock API.
|
266
266
|
"""
|
267
267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
268
268
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -382,7 +382,7 @@ class DataCatalogClient(object):
|
|
382
382
|
:rtype: :class:`~oci.response.Response`
|
383
383
|
|
384
384
|
:example:
|
385
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
385
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/add_data_selector_patterns.py.html>`__ to see an example of how to use add_data_selector_patterns API.
|
386
386
|
"""
|
387
387
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
388
388
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -495,7 +495,7 @@ class DataCatalogClient(object):
|
|
495
495
|
:rtype: :class:`~oci.response.Response`
|
496
496
|
|
497
497
|
:example:
|
498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
498
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/add_metastore_lock.py.html>`__ to see an example of how to use add_metastore_lock API.
|
499
499
|
"""
|
500
500
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
501
501
|
required_arguments = ['metastoreId']
|
@@ -615,7 +615,7 @@ class DataCatalogClient(object):
|
|
615
615
|
:rtype: :class:`~oci.response.Response`
|
616
616
|
|
617
617
|
:example:
|
618
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
618
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/associate_custom_property.py.html>`__ to see an example of how to use associate_custom_property API.
|
619
619
|
"""
|
620
620
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
621
621
|
required_arguments = ['catalogId', 'typeKey']
|
@@ -737,7 +737,7 @@ class DataCatalogClient(object):
|
|
737
737
|
:rtype: :class:`~oci.response.Response`
|
738
738
|
|
739
739
|
:example:
|
740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/asynchronous_export_data_asset.py.html>`__ to see an example of how to use asynchronous_export_data_asset API.
|
741
741
|
"""
|
742
742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
743
743
|
required_arguments = ['catalogId', 'dataAssetKey', 'exportType']
|
@@ -866,7 +866,7 @@ class DataCatalogClient(object):
|
|
866
866
|
:rtype: :class:`~oci.response.Response`
|
867
867
|
|
868
868
|
:example:
|
869
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
869
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/asynchronous_export_glossary.py.html>`__ to see an example of how to use asynchronous_export_glossary API.
|
870
870
|
"""
|
871
871
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
872
872
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -988,7 +988,7 @@ class DataCatalogClient(object):
|
|
988
988
|
:rtype: :class:`~oci.response.Response`
|
989
989
|
|
990
990
|
:example:
|
991
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/attach_catalog_private_endpoint.py.html>`__ to see an example of how to use attach_catalog_private_endpoint API.
|
992
992
|
"""
|
993
993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
994
994
|
required_arguments = ['catalogId']
|
@@ -1110,7 +1110,7 @@ class DataCatalogClient(object):
|
|
1110
1110
|
:rtype: :class:`~oci.response.Response`
|
1111
1111
|
|
1112
1112
|
:example:
|
1113
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1113
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/change_catalog_compartment.py.html>`__ to see an example of how to use change_catalog_compartment API.
|
1114
1114
|
"""
|
1115
1115
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1116
1116
|
required_arguments = ['catalogId']
|
@@ -1229,7 +1229,7 @@ class DataCatalogClient(object):
|
|
1229
1229
|
:rtype: :class:`~oci.response.Response`
|
1230
1230
|
|
1231
1231
|
:example:
|
1232
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1232
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/change_catalog_private_endpoint_compartment.py.html>`__ to see an example of how to use change_catalog_private_endpoint_compartment API.
|
1233
1233
|
"""
|
1234
1234
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1235
1235
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -1348,7 +1348,7 @@ class DataCatalogClient(object):
|
|
1348
1348
|
:rtype: :class:`~oci.response.Response`
|
1349
1349
|
|
1350
1350
|
:example:
|
1351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/change_metastore_compartment.py.html>`__ to see an example of how to use change_metastore_compartment API.
|
1352
1352
|
"""
|
1353
1353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1354
1354
|
required_arguments = ['metastoreId']
|
@@ -1470,7 +1470,7 @@ class DataCatalogClient(object):
|
|
1470
1470
|
:rtype: :class:`~oci.response.Response`
|
1471
1471
|
|
1472
1472
|
:example:
|
1473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_attribute.py.html>`__ to see an example of how to use create_attribute API.
|
1474
1474
|
"""
|
1475
1475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1476
1476
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -1592,7 +1592,7 @@ class DataCatalogClient(object):
|
|
1592
1592
|
:rtype: :class:`~oci.response.Response`
|
1593
1593
|
|
1594
1594
|
:example:
|
1595
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1595
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_attribute_tag.py.html>`__ to see an example of how to use create_attribute_tag API.
|
1596
1596
|
"""
|
1597
1597
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1598
1598
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -1704,7 +1704,7 @@ class DataCatalogClient(object):
|
|
1704
1704
|
:rtype: :class:`~oci.response.Response`
|
1705
1705
|
|
1706
1706
|
:example:
|
1707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_catalog.py.html>`__ to see an example of how to use create_catalog API.
|
1708
1708
|
"""
|
1709
1709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1710
1710
|
required_arguments = []
|
@@ -1798,7 +1798,7 @@ class DataCatalogClient(object):
|
|
1798
1798
|
:rtype: :class:`~oci.response.Response`
|
1799
1799
|
|
1800
1800
|
:example:
|
1801
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1801
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_catalog_private_endpoint.py.html>`__ to see an example of how to use create_catalog_private_endpoint API.
|
1802
1802
|
"""
|
1803
1803
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1804
1804
|
required_arguments = []
|
@@ -1898,7 +1898,7 @@ class DataCatalogClient(object):
|
|
1898
1898
|
:rtype: :class:`~oci.response.Response`
|
1899
1899
|
|
1900
1900
|
:example:
|
1901
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_connection.py.html>`__ to see an example of how to use create_connection API.
|
1902
1902
|
"""
|
1903
1903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1904
1904
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -2013,7 +2013,7 @@ class DataCatalogClient(object):
|
|
2013
2013
|
:rtype: :class:`~oci.response.Response`
|
2014
2014
|
|
2015
2015
|
:example:
|
2016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_custom_property.py.html>`__ to see an example of how to use create_custom_property API.
|
2017
2017
|
"""
|
2018
2018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2019
2019
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -2125,7 +2125,7 @@ class DataCatalogClient(object):
|
|
2125
2125
|
:rtype: :class:`~oci.response.Response`
|
2126
2126
|
|
2127
2127
|
:example:
|
2128
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2128
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_data_asset.py.html>`__ to see an example of how to use create_data_asset API.
|
2129
2129
|
"""
|
2130
2130
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2131
2131
|
required_arguments = ['catalogId']
|
@@ -2239,7 +2239,7 @@ class DataCatalogClient(object):
|
|
2239
2239
|
:rtype: :class:`~oci.response.Response`
|
2240
2240
|
|
2241
2241
|
:example:
|
2242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_data_asset_tag.py.html>`__ to see an example of how to use create_data_asset_tag API.
|
2243
2243
|
"""
|
2244
2244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2245
2245
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -2354,7 +2354,7 @@ class DataCatalogClient(object):
|
|
2354
2354
|
:rtype: :class:`~oci.response.Response`
|
2355
2355
|
|
2356
2356
|
:example:
|
2357
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2357
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_entity.py.html>`__ to see an example of how to use create_entity API.
|
2358
2358
|
"""
|
2359
2359
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2360
2360
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -2472,7 +2472,7 @@ class DataCatalogClient(object):
|
|
2472
2472
|
:rtype: :class:`~oci.response.Response`
|
2473
2473
|
|
2474
2474
|
:example:
|
2475
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2475
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_entity_tag.py.html>`__ to see an example of how to use create_entity_tag API.
|
2476
2476
|
"""
|
2477
2477
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2478
2478
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -2588,7 +2588,7 @@ class DataCatalogClient(object):
|
|
2588
2588
|
:rtype: :class:`~oci.response.Response`
|
2589
2589
|
|
2590
2590
|
:example:
|
2591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2591
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_folder.py.html>`__ to see an example of how to use create_folder API.
|
2592
2592
|
"""
|
2593
2593
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2594
2594
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -2706,7 +2706,7 @@ class DataCatalogClient(object):
|
|
2706
2706
|
:rtype: :class:`~oci.response.Response`
|
2707
2707
|
|
2708
2708
|
:example:
|
2709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_folder_tag.py.html>`__ to see an example of how to use create_folder_tag API.
|
2710
2710
|
"""
|
2711
2711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2712
2712
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -2819,7 +2819,7 @@ class DataCatalogClient(object):
|
|
2819
2819
|
:rtype: :class:`~oci.response.Response`
|
2820
2820
|
|
2821
2821
|
:example:
|
2822
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2822
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_glossary.py.html>`__ to see an example of how to use create_glossary API.
|
2823
2823
|
"""
|
2824
2824
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2825
2825
|
required_arguments = ['catalogId']
|
@@ -2930,7 +2930,7 @@ class DataCatalogClient(object):
|
|
2930
2930
|
:rtype: :class:`~oci.response.Response`
|
2931
2931
|
|
2932
2932
|
:example:
|
2933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_job.py.html>`__ to see an example of how to use create_job API.
|
2934
2934
|
"""
|
2935
2935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2936
2936
|
required_arguments = ['catalogId']
|
@@ -3041,7 +3041,7 @@ class DataCatalogClient(object):
|
|
3041
3041
|
:rtype: :class:`~oci.response.Response`
|
3042
3042
|
|
3043
3043
|
:example:
|
3044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3044
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_job_definition.py.html>`__ to see an example of how to use create_job_definition API.
|
3045
3045
|
"""
|
3046
3046
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3047
3047
|
required_arguments = ['catalogId']
|
@@ -3155,7 +3155,7 @@ class DataCatalogClient(object):
|
|
3155
3155
|
:rtype: :class:`~oci.response.Response`
|
3156
3156
|
|
3157
3157
|
:example:
|
3158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_job_execution.py.html>`__ to see an example of how to use create_job_execution API.
|
3159
3159
|
"""
|
3160
3160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3161
3161
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -3264,7 +3264,7 @@ class DataCatalogClient(object):
|
|
3264
3264
|
:rtype: :class:`~oci.response.Response`
|
3265
3265
|
|
3266
3266
|
:example:
|
3267
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3267
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_metastore.py.html>`__ to see an example of how to use create_metastore API.
|
3268
3268
|
"""
|
3269
3269
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3270
3270
|
required_arguments = []
|
@@ -3361,7 +3361,7 @@ class DataCatalogClient(object):
|
|
3361
3361
|
:rtype: :class:`~oci.response.Response`
|
3362
3362
|
|
3363
3363
|
:example:
|
3364
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3364
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_namespace.py.html>`__ to see an example of how to use create_namespace API.
|
3365
3365
|
"""
|
3366
3366
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3367
3367
|
required_arguments = ['catalogId']
|
@@ -3472,7 +3472,7 @@ class DataCatalogClient(object):
|
|
3472
3472
|
:rtype: :class:`~oci.response.Response`
|
3473
3473
|
|
3474
3474
|
:example:
|
3475
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3475
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_pattern.py.html>`__ to see an example of how to use create_pattern API.
|
3476
3476
|
"""
|
3477
3477
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3478
3478
|
required_arguments = ['catalogId']
|
@@ -3586,7 +3586,7 @@ class DataCatalogClient(object):
|
|
3586
3586
|
:rtype: :class:`~oci.response.Response`
|
3587
3587
|
|
3588
3588
|
:example:
|
3589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_term.py.html>`__ to see an example of how to use create_term API.
|
3590
3590
|
"""
|
3591
3591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3592
3592
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -3704,7 +3704,7 @@ class DataCatalogClient(object):
|
|
3704
3704
|
:rtype: :class:`~oci.response.Response`
|
3705
3705
|
|
3706
3706
|
:example:
|
3707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/create_term_relationship.py.html>`__ to see an example of how to use create_term_relationship API.
|
3708
3708
|
"""
|
3709
3709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3710
3710
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -3823,7 +3823,7 @@ class DataCatalogClient(object):
|
|
3823
3823
|
:rtype: :class:`~oci.response.Response`
|
3824
3824
|
|
3825
3825
|
:example:
|
3826
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3826
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_attribute.py.html>`__ to see an example of how to use delete_attribute API.
|
3827
3827
|
"""
|
3828
3828
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3829
3829
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -3941,7 +3941,7 @@ class DataCatalogClient(object):
|
|
3941
3941
|
:rtype: :class:`~oci.response.Response`
|
3942
3942
|
|
3943
3943
|
:example:
|
3944
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3944
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_attribute_tag.py.html>`__ to see an example of how to use delete_attribute_tag API.
|
3945
3945
|
"""
|
3946
3946
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3947
3947
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey', 'tagKey']
|
@@ -4051,7 +4051,7 @@ class DataCatalogClient(object):
|
|
4051
4051
|
:rtype: :class:`~oci.response.Response`
|
4052
4052
|
|
4053
4053
|
:example:
|
4054
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4054
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_catalog.py.html>`__ to see an example of how to use delete_catalog API.
|
4055
4055
|
"""
|
4056
4056
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4057
4057
|
required_arguments = ['catalogId']
|
@@ -4165,7 +4165,7 @@ class DataCatalogClient(object):
|
|
4165
4165
|
:rtype: :class:`~oci.response.Response`
|
4166
4166
|
|
4167
4167
|
:example:
|
4168
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4168
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_catalog_private_endpoint.py.html>`__ to see an example of how to use delete_catalog_private_endpoint API.
|
4169
4169
|
"""
|
4170
4170
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4171
4171
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -4282,7 +4282,7 @@ class DataCatalogClient(object):
|
|
4282
4282
|
:rtype: :class:`~oci.response.Response`
|
4283
4283
|
|
4284
4284
|
:example:
|
4285
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4285
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
|
4286
4286
|
"""
|
4287
4287
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4288
4288
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -4393,7 +4393,7 @@ class DataCatalogClient(object):
|
|
4393
4393
|
:rtype: :class:`~oci.response.Response`
|
4394
4394
|
|
4395
4395
|
:example:
|
4396
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4396
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_custom_property.py.html>`__ to see an example of how to use delete_custom_property API.
|
4397
4397
|
"""
|
4398
4398
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4399
4399
|
required_arguments = ['catalogId', 'namespaceId', 'customPropertyKey']
|
@@ -4501,7 +4501,7 @@ class DataCatalogClient(object):
|
|
4501
4501
|
:rtype: :class:`~oci.response.Response`
|
4502
4502
|
|
4503
4503
|
:example:
|
4504
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4504
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_data_asset.py.html>`__ to see an example of how to use delete_data_asset API.
|
4505
4505
|
"""
|
4506
4506
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4507
4507
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -4611,7 +4611,7 @@ class DataCatalogClient(object):
|
|
4611
4611
|
:rtype: :class:`~oci.response.Response`
|
4612
4612
|
|
4613
4613
|
:example:
|
4614
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4614
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_data_asset_tag.py.html>`__ to see an example of how to use delete_data_asset_tag API.
|
4615
4615
|
"""
|
4616
4616
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4617
4617
|
required_arguments = ['catalogId', 'dataAssetKey', 'tagKey']
|
@@ -4722,7 +4722,7 @@ class DataCatalogClient(object):
|
|
4722
4722
|
:rtype: :class:`~oci.response.Response`
|
4723
4723
|
|
4724
4724
|
:example:
|
4725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4725
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_entity.py.html>`__ to see an example of how to use delete_entity API.
|
4726
4726
|
"""
|
4727
4727
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4728
4728
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -4836,7 +4836,7 @@ class DataCatalogClient(object):
|
|
4836
4836
|
:rtype: :class:`~oci.response.Response`
|
4837
4837
|
|
4838
4838
|
:example:
|
4839
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4839
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_entity_tag.py.html>`__ to see an example of how to use delete_entity_tag API.
|
4840
4840
|
"""
|
4841
4841
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4842
4842
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'tagKey']
|
@@ -4948,7 +4948,7 @@ class DataCatalogClient(object):
|
|
4948
4948
|
:rtype: :class:`~oci.response.Response`
|
4949
4949
|
|
4950
4950
|
:example:
|
4951
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_folder.py.html>`__ to see an example of how to use delete_folder API.
|
4952
4952
|
"""
|
4953
4953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4954
4954
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -5062,7 +5062,7 @@ class DataCatalogClient(object):
|
|
5062
5062
|
:rtype: :class:`~oci.response.Response`
|
5063
5063
|
|
5064
5064
|
:example:
|
5065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5065
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_folder_tag.py.html>`__ to see an example of how to use delete_folder_tag API.
|
5066
5066
|
"""
|
5067
5067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5068
5068
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey', 'tagKey']
|
@@ -5171,7 +5171,7 @@ class DataCatalogClient(object):
|
|
5171
5171
|
:rtype: :class:`~oci.response.Response`
|
5172
5172
|
|
5173
5173
|
:example:
|
5174
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_glossary.py.html>`__ to see an example of how to use delete_glossary API.
|
5175
5175
|
"""
|
5176
5176
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5177
5177
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -5278,7 +5278,7 @@ class DataCatalogClient(object):
|
|
5278
5278
|
:rtype: :class:`~oci.response.Response`
|
5279
5279
|
|
5280
5280
|
:example:
|
5281
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_job.py.html>`__ to see an example of how to use delete_job API.
|
5282
5282
|
"""
|
5283
5283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5284
5284
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -5385,7 +5385,7 @@ class DataCatalogClient(object):
|
|
5385
5385
|
:rtype: :class:`~oci.response.Response`
|
5386
5386
|
|
5387
5387
|
:example:
|
5388
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5388
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_job_definition.py.html>`__ to see an example of how to use delete_job_definition API.
|
5389
5389
|
"""
|
5390
5390
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5391
5391
|
required_arguments = ['catalogId', 'jobDefinitionKey']
|
@@ -5492,7 +5492,7 @@ class DataCatalogClient(object):
|
|
5492
5492
|
:rtype: :class:`~oci.response.Response`
|
5493
5493
|
|
5494
5494
|
:example:
|
5495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5495
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_metastore.py.html>`__ to see an example of how to use delete_metastore API.
|
5496
5496
|
"""
|
5497
5497
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5498
5498
|
required_arguments = ['metastoreId']
|
@@ -5606,7 +5606,7 @@ class DataCatalogClient(object):
|
|
5606
5606
|
:rtype: :class:`~oci.response.Response`
|
5607
5607
|
|
5608
5608
|
:example:
|
5609
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5609
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_namespace.py.html>`__ to see an example of how to use delete_namespace API.
|
5610
5610
|
"""
|
5611
5611
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5612
5612
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -5713,7 +5713,7 @@ class DataCatalogClient(object):
|
|
5713
5713
|
:rtype: :class:`~oci.response.Response`
|
5714
5714
|
|
5715
5715
|
:example:
|
5716
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5716
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_pattern.py.html>`__ to see an example of how to use delete_pattern API.
|
5717
5717
|
"""
|
5718
5718
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5719
5719
|
required_arguments = ['catalogId', 'patternKey']
|
@@ -5823,7 +5823,7 @@ class DataCatalogClient(object):
|
|
5823
5823
|
:rtype: :class:`~oci.response.Response`
|
5824
5824
|
|
5825
5825
|
:example:
|
5826
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5826
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_term.py.html>`__ to see an example of how to use delete_term API.
|
5827
5827
|
"""
|
5828
5828
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5829
5829
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -5937,7 +5937,7 @@ class DataCatalogClient(object):
|
|
5937
5937
|
:rtype: :class:`~oci.response.Response`
|
5938
5938
|
|
5939
5939
|
:example:
|
5940
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5940
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/delete_term_relationship.py.html>`__ to see an example of how to use delete_term_relationship API.
|
5941
5941
|
"""
|
5942
5942
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5943
5943
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey', 'termRelationshipKey']
|
@@ -6049,7 +6049,7 @@ class DataCatalogClient(object):
|
|
6049
6049
|
:rtype: :class:`~oci.response.Response`
|
6050
6050
|
|
6051
6051
|
:example:
|
6052
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6052
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/detach_catalog_private_endpoint.py.html>`__ to see an example of how to use detach_catalog_private_endpoint API.
|
6053
6053
|
"""
|
6054
6054
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6055
6055
|
required_arguments = ['catalogId']
|
@@ -6175,7 +6175,7 @@ class DataCatalogClient(object):
|
|
6175
6175
|
:rtype: :class:`~oci.response.Response`
|
6176
6176
|
|
6177
6177
|
:example:
|
6178
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6178
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/disassociate_custom_property.py.html>`__ to see an example of how to use disassociate_custom_property API.
|
6179
6179
|
"""
|
6180
6180
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6181
6181
|
required_arguments = ['catalogId', 'typeKey']
|
@@ -6289,7 +6289,7 @@ class DataCatalogClient(object):
|
|
6289
6289
|
:rtype: :class:`~oci.response.Response`
|
6290
6290
|
|
6291
6291
|
:example:
|
6292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6292
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/expand_tree_for_glossary.py.html>`__ to see an example of how to use expand_tree_for_glossary API.
|
6293
6293
|
"""
|
6294
6294
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6295
6295
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -6404,7 +6404,7 @@ class DataCatalogClient(object):
|
|
6404
6404
|
:rtype: :class:`~oci.response.Response`
|
6405
6405
|
|
6406
6406
|
:example:
|
6407
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6407
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/export_glossary.py.html>`__ to see an example of how to use export_glossary API.
|
6408
6408
|
"""
|
6409
6409
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6410
6410
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -6534,7 +6534,7 @@ class DataCatalogClient(object):
|
|
6534
6534
|
:rtype: :class:`~oci.response.Response`
|
6535
6535
|
|
6536
6536
|
:example:
|
6537
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6537
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/fetch_entity_lineage.py.html>`__ to see an example of how to use fetch_entity_lineage API.
|
6538
6538
|
"""
|
6539
6539
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6540
6540
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -6665,7 +6665,7 @@ class DataCatalogClient(object):
|
|
6665
6665
|
:rtype: :class:`~oci.response.Response`
|
6666
6666
|
|
6667
6667
|
:example:
|
6668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_attribute.py.html>`__ to see an example of how to use get_attribute API.
|
6669
6669
|
"""
|
6670
6670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6671
6671
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -6801,7 +6801,7 @@ class DataCatalogClient(object):
|
|
6801
6801
|
:rtype: :class:`~oci.response.Response`
|
6802
6802
|
|
6803
6803
|
:example:
|
6804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_attribute_tag.py.html>`__ to see an example of how to use get_attribute_tag API.
|
6805
6805
|
"""
|
6806
6806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6807
6807
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey', 'tagKey']
|
@@ -6919,7 +6919,7 @@ class DataCatalogClient(object):
|
|
6919
6919
|
:rtype: :class:`~oci.response.Response`
|
6920
6920
|
|
6921
6921
|
:example:
|
6922
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6922
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_catalog.py.html>`__ to see an example of how to use get_catalog API.
|
6923
6923
|
"""
|
6924
6924
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6925
6925
|
required_arguments = ['catalogId']
|
@@ -7017,7 +7017,7 @@ class DataCatalogClient(object):
|
|
7017
7017
|
:rtype: :class:`~oci.response.Response`
|
7018
7018
|
|
7019
7019
|
:example:
|
7020
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7020
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_catalog_private_endpoint.py.html>`__ to see an example of how to use get_catalog_private_endpoint API.
|
7021
7021
|
"""
|
7022
7022
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7023
7023
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -7126,7 +7126,7 @@ class DataCatalogClient(object):
|
|
7126
7126
|
:rtype: :class:`~oci.response.Response`
|
7127
7127
|
|
7128
7128
|
:example:
|
7129
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7129
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_connection.py.html>`__ to see an example of how to use get_connection API.
|
7130
7130
|
"""
|
7131
7131
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7132
7132
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -7253,7 +7253,7 @@ class DataCatalogClient(object):
|
|
7253
7253
|
:rtype: :class:`~oci.response.Response`
|
7254
7254
|
|
7255
7255
|
:example:
|
7256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_custom_property.py.html>`__ to see an example of how to use get_custom_property API.
|
7257
7257
|
"""
|
7258
7258
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7259
7259
|
required_arguments = ['catalogId', 'namespaceId', 'customPropertyKey']
|
@@ -7377,7 +7377,7 @@ class DataCatalogClient(object):
|
|
7377
7377
|
:rtype: :class:`~oci.response.Response`
|
7378
7378
|
|
7379
7379
|
:example:
|
7380
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7380
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_data_asset.py.html>`__ to see an example of how to use get_data_asset API.
|
7381
7381
|
"""
|
7382
7382
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7383
7383
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -7503,7 +7503,7 @@ class DataCatalogClient(object):
|
|
7503
7503
|
:rtype: :class:`~oci.response.Response`
|
7504
7504
|
|
7505
7505
|
:example:
|
7506
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7506
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_data_asset_tag.py.html>`__ to see an example of how to use get_data_asset_tag API.
|
7507
7507
|
"""
|
7508
7508
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7509
7509
|
required_arguments = ['catalogId', 'dataAssetKey', 'tagKey']
|
@@ -7633,7 +7633,7 @@ class DataCatalogClient(object):
|
|
7633
7633
|
:rtype: :class:`~oci.response.Response`
|
7634
7634
|
|
7635
7635
|
:example:
|
7636
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7636
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_entity.py.html>`__ to see an example of how to use get_entity API.
|
7637
7637
|
"""
|
7638
7638
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7639
7639
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -7765,7 +7765,7 @@ class DataCatalogClient(object):
|
|
7765
7765
|
:rtype: :class:`~oci.response.Response`
|
7766
7766
|
|
7767
7767
|
:example:
|
7768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_entity_tag.py.html>`__ to see an example of how to use get_entity_tag API.
|
7769
7769
|
"""
|
7770
7770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7771
7771
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'tagKey']
|
@@ -7896,7 +7896,7 @@ class DataCatalogClient(object):
|
|
7896
7896
|
:rtype: :class:`~oci.response.Response`
|
7897
7897
|
|
7898
7898
|
:example:
|
7899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7899
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_folder.py.html>`__ to see an example of how to use get_folder API.
|
7900
7900
|
"""
|
7901
7901
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7902
7902
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -8028,7 +8028,7 @@ class DataCatalogClient(object):
|
|
8028
8028
|
:rtype: :class:`~oci.response.Response`
|
8029
8029
|
|
8030
8030
|
:example:
|
8031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8031
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_folder_tag.py.html>`__ to see an example of how to use get_folder_tag API.
|
8032
8032
|
"""
|
8033
8033
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8034
8034
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey', 'tagKey']
|
@@ -8153,7 +8153,7 @@ class DataCatalogClient(object):
|
|
8153
8153
|
:rtype: :class:`~oci.response.Response`
|
8154
8154
|
|
8155
8155
|
:example:
|
8156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_glossary.py.html>`__ to see an example of how to use get_glossary API.
|
8157
8157
|
"""
|
8158
8158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8159
8159
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -8276,7 +8276,7 @@ class DataCatalogClient(object):
|
|
8276
8276
|
:rtype: :class:`~oci.response.Response`
|
8277
8277
|
|
8278
8278
|
:example:
|
8279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_job.py.html>`__ to see an example of how to use get_job API.
|
8280
8280
|
"""
|
8281
8281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8282
8282
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -8399,7 +8399,7 @@ class DataCatalogClient(object):
|
|
8399
8399
|
:rtype: :class:`~oci.response.Response`
|
8400
8400
|
|
8401
8401
|
:example:
|
8402
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8402
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_job_definition.py.html>`__ to see an example of how to use get_job_definition API.
|
8403
8403
|
"""
|
8404
8404
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8405
8405
|
required_arguments = ['catalogId', 'jobDefinitionKey']
|
@@ -8525,7 +8525,7 @@ class DataCatalogClient(object):
|
|
8525
8525
|
:rtype: :class:`~oci.response.Response`
|
8526
8526
|
|
8527
8527
|
:example:
|
8528
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8528
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
|
8529
8529
|
"""
|
8530
8530
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8531
8531
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey']
|
@@ -8655,7 +8655,7 @@ class DataCatalogClient(object):
|
|
8655
8655
|
:rtype: :class:`~oci.response.Response`
|
8656
8656
|
|
8657
8657
|
:example:
|
8658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_job_log.py.html>`__ to see an example of how to use get_job_log API.
|
8659
8659
|
"""
|
8660
8660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8661
8661
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey', 'jobLogKey']
|
@@ -8786,7 +8786,7 @@ class DataCatalogClient(object):
|
|
8786
8786
|
:rtype: :class:`~oci.response.Response`
|
8787
8787
|
|
8788
8788
|
:example:
|
8789
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8789
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_job_metrics.py.html>`__ to see an example of how to use get_job_metrics API.
|
8790
8790
|
"""
|
8791
8791
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8792
8792
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey', 'jobMetricsKey']
|
@@ -8903,7 +8903,7 @@ class DataCatalogClient(object):
|
|
8903
8903
|
:rtype: :class:`~oci.response.Response`
|
8904
8904
|
|
8905
8905
|
:example:
|
8906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_metastore.py.html>`__ to see an example of how to use get_metastore API.
|
8907
8907
|
"""
|
8908
8908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8909
8909
|
required_arguments = ['metastoreId']
|
@@ -9009,7 +9009,7 @@ class DataCatalogClient(object):
|
|
9009
9009
|
:rtype: :class:`~oci.response.Response`
|
9010
9010
|
|
9011
9011
|
:example:
|
9012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_namespace.py.html>`__ to see an example of how to use get_namespace API.
|
9013
9013
|
"""
|
9014
9014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9015
9015
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -9132,7 +9132,7 @@ class DataCatalogClient(object):
|
|
9132
9132
|
:rtype: :class:`~oci.response.Response`
|
9133
9133
|
|
9134
9134
|
:example:
|
9135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_pattern.py.html>`__ to see an example of how to use get_pattern API.
|
9136
9136
|
"""
|
9137
9137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9138
9138
|
required_arguments = ['catalogId', 'patternKey']
|
@@ -9258,7 +9258,7 @@ class DataCatalogClient(object):
|
|
9258
9258
|
:rtype: :class:`~oci.response.Response`
|
9259
9259
|
|
9260
9260
|
:example:
|
9261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_term.py.html>`__ to see an example of how to use get_term API.
|
9262
9262
|
"""
|
9263
9263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9264
9264
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -9388,7 +9388,7 @@ class DataCatalogClient(object):
|
|
9388
9388
|
:rtype: :class:`~oci.response.Response`
|
9389
9389
|
|
9390
9390
|
:example:
|
9391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_term_relationship.py.html>`__ to see an example of how to use get_term_relationship API.
|
9392
9392
|
"""
|
9393
9393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9394
9394
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey', 'termRelationshipKey']
|
@@ -9513,7 +9513,7 @@ class DataCatalogClient(object):
|
|
9513
9513
|
:rtype: :class:`~oci.response.Response`
|
9514
9514
|
|
9515
9515
|
:example:
|
9516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_type.py.html>`__ to see an example of how to use get_type API.
|
9517
9517
|
"""
|
9518
9518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9519
9519
|
required_arguments = ['catalogId', 'typeKey']
|
@@ -9628,7 +9628,7 @@ class DataCatalogClient(object):
|
|
9628
9628
|
:rtype: :class:`~oci.response.Response`
|
9629
9629
|
|
9630
9630
|
:example:
|
9631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
9632
9632
|
"""
|
9633
9633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9634
9634
|
required_arguments = ['workRequestId']
|
@@ -9746,7 +9746,7 @@ class DataCatalogClient(object):
|
|
9746
9746
|
:rtype: :class:`~oci.response.Response`
|
9747
9747
|
|
9748
9748
|
:example:
|
9749
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/import_connection.py.html>`__ to see an example of how to use import_connection API.
|
9750
9750
|
"""
|
9751
9751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9752
9752
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -9871,7 +9871,7 @@ class DataCatalogClient(object):
|
|
9871
9871
|
:rtype: :class:`~oci.response.Response`
|
9872
9872
|
|
9873
9873
|
:example:
|
9874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/import_data_asset.py.html>`__ to see an example of how to use import_data_asset API.
|
9875
9875
|
"""
|
9876
9876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9877
9877
|
required_arguments = ['catalogId', 'dataAssetKey', 'importType']
|
@@ -10005,7 +10005,7 @@ class DataCatalogClient(object):
|
|
10005
10005
|
:rtype: :class:`~oci.response.Response`
|
10006
10006
|
|
10007
10007
|
:example:
|
10008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/import_glossary.py.html>`__ to see an example of how to use import_glossary API.
|
10009
10009
|
"""
|
10010
10010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10011
10011
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -10126,7 +10126,7 @@ class DataCatalogClient(object):
|
|
10126
10126
|
:rtype: :class:`~oci.response.Response`
|
10127
10127
|
|
10128
10128
|
:example:
|
10129
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10129
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/import_lineage.py.html>`__ to see an example of how to use import_lineage API.
|
10130
10130
|
"""
|
10131
10131
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10132
10132
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -10265,7 +10265,7 @@ class DataCatalogClient(object):
|
|
10265
10265
|
:rtype: :class:`~oci.response.Response`
|
10266
10266
|
|
10267
10267
|
:example:
|
10268
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10268
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_aggregated_physical_entities.py.html>`__ to see an example of how to use list_aggregated_physical_entities API.
|
10269
10269
|
"""
|
10270
10270
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10271
10271
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -10459,7 +10459,7 @@ class DataCatalogClient(object):
|
|
10459
10459
|
:rtype: :class:`~oci.response.Response`
|
10460
10460
|
|
10461
10461
|
:example:
|
10462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_attribute_tags.py.html>`__ to see an example of how to use list_attribute_tags API.
|
10463
10463
|
"""
|
10464
10464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10465
10465
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -10709,7 +10709,7 @@ class DataCatalogClient(object):
|
|
10709
10709
|
:rtype: :class:`~oci.response.Response`
|
10710
10710
|
|
10711
10711
|
:example:
|
10712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_attributes.py.html>`__ to see an example of how to use list_attributes API.
|
10713
10713
|
"""
|
10714
10714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10715
10715
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -10914,7 +10914,7 @@ class DataCatalogClient(object):
|
|
10914
10914
|
:rtype: :class:`~oci.response.Response`
|
10915
10915
|
|
10916
10916
|
:example:
|
10917
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10917
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_catalog_private_endpoints.py.html>`__ to see an example of how to use list_catalog_private_endpoints API.
|
10918
10918
|
"""
|
10919
10919
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10920
10920
|
required_arguments = ['compartmentId']
|
@@ -11064,7 +11064,7 @@ class DataCatalogClient(object):
|
|
11064
11064
|
:rtype: :class:`~oci.response.Response`
|
11065
11065
|
|
11066
11066
|
:example:
|
11067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11067
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_catalogs.py.html>`__ to see an example of how to use list_catalogs API.
|
11068
11068
|
"""
|
11069
11069
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11070
11070
|
required_arguments = ['compartmentId']
|
@@ -11254,7 +11254,7 @@ class DataCatalogClient(object):
|
|
11254
11254
|
:rtype: :class:`~oci.response.Response`
|
11255
11255
|
|
11256
11256
|
:example:
|
11257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11257
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_connections.py.html>`__ to see an example of how to use list_connections API.
|
11258
11258
|
"""
|
11259
11259
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11260
11260
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -11481,7 +11481,7 @@ class DataCatalogClient(object):
|
|
11481
11481
|
:rtype: :class:`~oci.response.Response`
|
11482
11482
|
|
11483
11483
|
:example:
|
11484
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11484
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_custom_properties.py.html>`__ to see an example of how to use list_custom_properties API.
|
11485
11485
|
"""
|
11486
11486
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11487
11487
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -11705,7 +11705,7 @@ class DataCatalogClient(object):
|
|
11705
11705
|
:rtype: :class:`~oci.response.Response`
|
11706
11706
|
|
11707
11707
|
:example:
|
11708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_data_asset_tags.py.html>`__ to see an example of how to use list_data_asset_tags API.
|
11709
11709
|
"""
|
11710
11710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11711
11711
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -11917,7 +11917,7 @@ class DataCatalogClient(object):
|
|
11917
11917
|
:rtype: :class:`~oci.response.Response`
|
11918
11918
|
|
11919
11919
|
:example:
|
11920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11920
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_data_assets.py.html>`__ to see an example of how to use list_data_assets API.
|
11921
11921
|
"""
|
11922
11922
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11923
11923
|
required_arguments = ['catalogId']
|
@@ -12116,7 +12116,7 @@ class DataCatalogClient(object):
|
|
12116
12116
|
:rtype: :class:`~oci.response.Response`
|
12117
12117
|
|
12118
12118
|
:example:
|
12119
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12119
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_derived_logical_entities.py.html>`__ to see an example of how to use list_derived_logical_entities API.
|
12120
12120
|
"""
|
12121
12121
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12122
12122
|
required_arguments = ['catalogId', 'patternKey']
|
@@ -12352,7 +12352,7 @@ class DataCatalogClient(object):
|
|
12352
12352
|
:rtype: :class:`~oci.response.Response`
|
12353
12353
|
|
12354
12354
|
:example:
|
12355
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_entities.py.html>`__ to see an example of how to use list_entities API.
|
12356
12356
|
"""
|
12357
12357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12358
12358
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -12594,7 +12594,7 @@ class DataCatalogClient(object):
|
|
12594
12594
|
:rtype: :class:`~oci.response.Response`
|
12595
12595
|
|
12596
12596
|
:example:
|
12597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_entity_tags.py.html>`__ to see an example of how to use list_entity_tags API.
|
12598
12598
|
"""
|
12599
12599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12600
12600
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -12800,7 +12800,7 @@ class DataCatalogClient(object):
|
|
12800
12800
|
:rtype: :class:`~oci.response.Response`
|
12801
12801
|
|
12802
12802
|
:example:
|
12803
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12803
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_folder_tags.py.html>`__ to see an example of how to use list_folder_tags API.
|
12804
12804
|
"""
|
12805
12805
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12806
12806
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -13039,7 +13039,7 @@ class DataCatalogClient(object):
|
|
13039
13039
|
:rtype: :class:`~oci.response.Response`
|
13040
13040
|
|
13041
13041
|
:example:
|
13042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_folders.py.html>`__ to see an example of how to use list_folders API.
|
13043
13043
|
"""
|
13044
13044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13045
13045
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -13270,7 +13270,7 @@ class DataCatalogClient(object):
|
|
13270
13270
|
:rtype: :class:`~oci.response.Response`
|
13271
13271
|
|
13272
13272
|
:example:
|
13273
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13273
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_glossaries.py.html>`__ to see an example of how to use list_glossaries API.
|
13274
13274
|
"""
|
13275
13275
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13276
13276
|
required_arguments = ['catalogId']
|
@@ -13502,7 +13502,7 @@ class DataCatalogClient(object):
|
|
13502
13502
|
:rtype: :class:`~oci.response.Response`
|
13503
13503
|
|
13504
13504
|
:example:
|
13505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_job_definitions.py.html>`__ to see an example of how to use list_job_definitions API.
|
13506
13506
|
"""
|
13507
13507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13508
13508
|
required_arguments = ['catalogId']
|
@@ -13773,7 +13773,7 @@ class DataCatalogClient(object):
|
|
13773
13773
|
:rtype: :class:`~oci.response.Response`
|
13774
13774
|
|
13775
13775
|
:example:
|
13776
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13776
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
|
13777
13777
|
"""
|
13778
13778
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13779
13779
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -14007,7 +14007,7 @@ class DataCatalogClient(object):
|
|
14007
14007
|
:rtype: :class:`~oci.response.Response`
|
14008
14008
|
|
14009
14009
|
:example:
|
14010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_job_logs.py.html>`__ to see an example of how to use list_job_logs API.
|
14011
14011
|
"""
|
14012
14012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14013
14013
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey']
|
@@ -14236,7 +14236,7 @@ class DataCatalogClient(object):
|
|
14236
14236
|
:rtype: :class:`~oci.response.Response`
|
14237
14237
|
|
14238
14238
|
:example:
|
14239
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14239
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_job_metrics.py.html>`__ to see an example of how to use list_job_metrics API.
|
14240
14240
|
"""
|
14241
14241
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14242
14242
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey']
|
@@ -14494,7 +14494,7 @@ class DataCatalogClient(object):
|
|
14494
14494
|
:rtype: :class:`~oci.response.Response`
|
14495
14495
|
|
14496
14496
|
:example:
|
14497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14497
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
|
14498
14498
|
"""
|
14499
14499
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14500
14500
|
required_arguments = ['catalogId']
|
@@ -14711,7 +14711,7 @@ class DataCatalogClient(object):
|
|
14711
14711
|
:rtype: :class:`~oci.response.Response`
|
14712
14712
|
|
14713
14713
|
:example:
|
14714
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14714
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_metastores.py.html>`__ to see an example of how to use list_metastores API.
|
14715
14715
|
"""
|
14716
14716
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14717
14717
|
required_arguments = ['compartmentId']
|
@@ -14887,7 +14887,7 @@ class DataCatalogClient(object):
|
|
14887
14887
|
:rtype: :class:`~oci.response.Response`
|
14888
14888
|
|
14889
14889
|
:example:
|
14890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_namespaces.py.html>`__ to see an example of how to use list_namespaces API.
|
14891
14891
|
"""
|
14892
14892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14893
14893
|
required_arguments = ['catalogId']
|
@@ -15094,7 +15094,7 @@ class DataCatalogClient(object):
|
|
15094
15094
|
:rtype: :class:`~oci.response.Response`
|
15095
15095
|
|
15096
15096
|
:example:
|
15097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_patterns.py.html>`__ to see an example of how to use list_patterns API.
|
15098
15098
|
"""
|
15099
15099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15100
15100
|
required_arguments = ['catalogId']
|
@@ -15320,7 +15320,7 @@ class DataCatalogClient(object):
|
|
15320
15320
|
:rtype: :class:`~oci.response.Response`
|
15321
15321
|
|
15322
15322
|
:example:
|
15323
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15323
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_rules.py.html>`__ to see an example of how to use list_rules API.
|
15324
15324
|
"""
|
15325
15325
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15326
15326
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -15533,7 +15533,7 @@ class DataCatalogClient(object):
|
|
15533
15533
|
:rtype: :class:`~oci.response.Response`
|
15534
15534
|
|
15535
15535
|
:example:
|
15536
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15536
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_tags.py.html>`__ to see an example of how to use list_tags API.
|
15537
15537
|
"""
|
15538
15538
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15539
15539
|
required_arguments = ['catalogId']
|
@@ -15722,7 +15722,7 @@ class DataCatalogClient(object):
|
|
15722
15722
|
:rtype: :class:`~oci.response.Response`
|
15723
15723
|
|
15724
15724
|
:example:
|
15725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15725
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_term_relationships.py.html>`__ to see an example of how to use list_term_relationships API.
|
15726
15726
|
"""
|
15727
15727
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15728
15728
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -15924,7 +15924,7 @@ class DataCatalogClient(object):
|
|
15924
15924
|
:rtype: :class:`~oci.response.Response`
|
15925
15925
|
|
15926
15926
|
:example:
|
15927
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15927
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_terms.py.html>`__ to see an example of how to use list_terms API.
|
15928
15928
|
"""
|
15929
15929
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15930
15930
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -16133,7 +16133,7 @@ class DataCatalogClient(object):
|
|
16133
16133
|
:rtype: :class:`~oci.response.Response`
|
16134
16134
|
|
16135
16135
|
:example:
|
16136
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16136
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_types.py.html>`__ to see an example of how to use list_types API.
|
16137
16137
|
"""
|
16138
16138
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16139
16139
|
required_arguments = ['catalogId']
|
@@ -16306,7 +16306,7 @@ class DataCatalogClient(object):
|
|
16306
16306
|
:rtype: :class:`~oci.response.Response`
|
16307
16307
|
|
16308
16308
|
:example:
|
16309
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16309
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
16310
16310
|
"""
|
16311
16311
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16312
16312
|
required_arguments = ['workRequestId']
|
@@ -16448,7 +16448,7 @@ class DataCatalogClient(object):
|
|
16448
16448
|
:rtype: :class:`~oci.response.Response`
|
16449
16449
|
|
16450
16450
|
:example:
|
16451
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16451
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
16452
16452
|
"""
|
16453
16453
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16454
16454
|
required_arguments = ['workRequestId']
|
@@ -16580,7 +16580,7 @@ class DataCatalogClient(object):
|
|
16580
16580
|
:rtype: :class:`~oci.response.Response`
|
16581
16581
|
|
16582
16582
|
:example:
|
16583
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16583
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
16584
16584
|
"""
|
16585
16585
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16586
16586
|
required_arguments = ['compartmentId']
|
@@ -16693,7 +16693,7 @@ class DataCatalogClient(object):
|
|
16693
16693
|
:rtype: :class:`~oci.response.Response`
|
16694
16694
|
|
16695
16695
|
:example:
|
16696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/object_stats.py.html>`__ to see an example of how to use object_stats API.
|
16697
16697
|
"""
|
16698
16698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16699
16699
|
required_arguments = ['catalogId']
|
@@ -16835,7 +16835,7 @@ class DataCatalogClient(object):
|
|
16835
16835
|
:rtype: :class:`~oci.response.Response`
|
16836
16836
|
|
16837
16837
|
:example:
|
16838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/parse_connection.py.html>`__ to see an example of how to use parse_connection API.
|
16839
16839
|
"""
|
16840
16840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16841
16841
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -16956,7 +16956,7 @@ class DataCatalogClient(object):
|
|
16956
16956
|
:rtype: :class:`~oci.response.Response`
|
16957
16957
|
|
16958
16958
|
:example:
|
16959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16959
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/process_recommendation.py.html>`__ to see an example of how to use process_recommendation API.
|
16960
16960
|
"""
|
16961
16961
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16962
16962
|
required_arguments = ['catalogId']
|
@@ -17076,7 +17076,7 @@ class DataCatalogClient(object):
|
|
17076
17076
|
:rtype: :class:`~oci.response.Response`
|
17077
17077
|
|
17078
17078
|
:example:
|
17079
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17079
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/recommendations.py.html>`__ to see an example of how to use recommendations API.
|
17080
17080
|
"""
|
17081
17081
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17082
17082
|
required_arguments = ['catalogId', 'recommendationType', 'sourceObjectKey', 'sourceObjectType']
|
@@ -17212,7 +17212,7 @@ class DataCatalogClient(object):
|
|
17212
17212
|
:rtype: :class:`~oci.response.Response`
|
17213
17213
|
|
17214
17214
|
:example:
|
17215
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17215
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/remove_catalog_lock.py.html>`__ to see an example of how to use remove_catalog_lock API.
|
17216
17216
|
"""
|
17217
17217
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17218
17218
|
required_arguments = ['catalogId']
|
@@ -17321,7 +17321,7 @@ class DataCatalogClient(object):
|
|
17321
17321
|
:rtype: :class:`~oci.response.Response`
|
17322
17322
|
|
17323
17323
|
:example:
|
17324
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17324
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/remove_catalog_private_endpoint_lock.py.html>`__ to see an example of how to use remove_catalog_private_endpoint_lock API.
|
17325
17325
|
"""
|
17326
17326
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17327
17327
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -17441,7 +17441,7 @@ class DataCatalogClient(object):
|
|
17441
17441
|
:rtype: :class:`~oci.response.Response`
|
17442
17442
|
|
17443
17443
|
:example:
|
17444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/remove_data_selector_patterns.py.html>`__ to see an example of how to use remove_data_selector_patterns API.
|
17445
17445
|
"""
|
17446
17446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17447
17447
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -17554,7 +17554,7 @@ class DataCatalogClient(object):
|
|
17554
17554
|
:rtype: :class:`~oci.response.Response`
|
17555
17555
|
|
17556
17556
|
:example:
|
17557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/remove_metastore_lock.py.html>`__ to see an example of how to use remove_metastore_lock API.
|
17558
17558
|
"""
|
17559
17559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17560
17560
|
required_arguments = ['metastoreId']
|
@@ -17689,7 +17689,7 @@ class DataCatalogClient(object):
|
|
17689
17689
|
:rtype: :class:`~oci.response.Response`
|
17690
17690
|
|
17691
17691
|
:example:
|
17692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/search_criteria.py.html>`__ to see an example of how to use search_criteria API.
|
17693
17693
|
"""
|
17694
17694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17695
17695
|
required_arguments = ['catalogId']
|
@@ -17844,7 +17844,7 @@ class DataCatalogClient(object):
|
|
17844
17844
|
:rtype: :class:`~oci.response.Response`
|
17845
17845
|
|
17846
17846
|
:example:
|
17847
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17847
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/suggest_matches.py.html>`__ to see an example of how to use suggest_matches API.
|
17848
17848
|
"""
|
17849
17849
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17850
17850
|
required_arguments = ['catalogId', 'inputText']
|
@@ -17971,7 +17971,7 @@ class DataCatalogClient(object):
|
|
17971
17971
|
:rtype: :class:`~oci.response.Response`
|
17972
17972
|
|
17973
17973
|
:example:
|
17974
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17974
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/synchronous_export_data_asset.py.html>`__ to see an example of how to use synchronous_export_data_asset API.
|
17975
17975
|
"""
|
17976
17976
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17977
17977
|
required_arguments = ['catalogId', 'dataAssetKey', 'exportType']
|
@@ -18100,7 +18100,7 @@ class DataCatalogClient(object):
|
|
18100
18100
|
:rtype: :class:`~oci.response.Response`
|
18101
18101
|
|
18102
18102
|
:example:
|
18103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18103
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/test_connection.py.html>`__ to see an example of how to use test_connection API.
|
18104
18104
|
"""
|
18105
18105
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18106
18106
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -18222,7 +18222,7 @@ class DataCatalogClient(object):
|
|
18222
18222
|
:rtype: :class:`~oci.response.Response`
|
18223
18223
|
|
18224
18224
|
:example:
|
18225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/update_attribute.py.html>`__ to see an example of how to use update_attribute API.
|
18226
18226
|
"""
|
18227
18227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18228
18228
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -18338,7 +18338,7 @@ class DataCatalogClient(object):
|
|
18338
18338
|
:rtype: :class:`~oci.response.Response`
|
18339
18339
|
|
18340
18340
|
:example:
|
18341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/update_catalog.py.html>`__ to see an example of how to use update_catalog API.
|
18342
18342
|
"""
|
18343
18343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18344
18344
|
required_arguments = ['catalogId']
|
@@ -18459,7 +18459,7 @@ class DataCatalogClient(object):
|
|
18459
18459
|
:rtype: :class:`~oci.response.Response`
|
18460
18460
|
|
18461
18461
|
:example:
|
18462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/update_catalog_private_endpoint.py.html>`__ to see an example of how to use update_catalog_private_endpoint API.
|
18463
18463
|
"""
|
18464
18464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18465
18465
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -18581,7 +18581,7 @@ class DataCatalogClient(object):
|
|
18581
18581
|
:rtype: :class:`~oci.response.Response`
|
18582
18582
|
|
18583
18583
|
:example:
|
18584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/update_connection.py.html>`__ to see an example of how to use update_connection API.
|
18585
18585
|
"""
|
18586
18586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18587
18587
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -18699,7 +18699,7 @@ class DataCatalogClient(object):
|
|
18699
18699
|
:rtype: :class:`~oci.response.Response`
|
18700
18700
|
|
18701
18701
|
:example:
|
18702
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18702
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/update_custom_property.py.html>`__ to see an example of how to use update_custom_property API.
|
18703
18703
|
"""
|
18704
18704
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18705
18705
|
required_arguments = ['catalogId', 'namespaceId', 'customPropertyKey']
|
@@ -18814,7 +18814,7 @@ class DataCatalogClient(object):
|
|
18814
18814
|
:rtype: :class:`~oci.response.Response`
|
18815
18815
|
|
18816
18816
|
:example:
|
18817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/update_data_asset.py.html>`__ to see an example of how to use update_data_asset API.
|
18818
18818
|
"""
|
18819
18819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18820
18820
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -18931,7 +18931,7 @@ class DataCatalogClient(object):
|
|
18931
18931
|
:rtype: :class:`~oci.response.Response`
|
18932
18932
|
|
18933
18933
|
:example:
|
18934
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/update_entity.py.html>`__ to see an example of how to use update_entity API.
|
18935
18935
|
"""
|
18936
18936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18937
18937
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -19049,7 +19049,7 @@ class DataCatalogClient(object):
|
|
19049
19049
|
:rtype: :class:`~oci.response.Response`
|
19050
19050
|
|
19051
19051
|
:example:
|
19052
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19052
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/update_folder.py.html>`__ to see an example of how to use update_folder API.
|
19053
19053
|
"""
|
19054
19054
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19055
19055
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -19164,7 +19164,7 @@ class DataCatalogClient(object):
|
|
19164
19164
|
:rtype: :class:`~oci.response.Response`
|
19165
19165
|
|
19166
19166
|
:example:
|
19167
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19167
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/update_glossary.py.html>`__ to see an example of how to use update_glossary API.
|
19168
19168
|
"""
|
19169
19169
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19170
19170
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -19278,7 +19278,7 @@ class DataCatalogClient(object):
|
|
19278
19278
|
:rtype: :class:`~oci.response.Response`
|
19279
19279
|
|
19280
19280
|
:example:
|
19281
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/update_job.py.html>`__ to see an example of how to use update_job API.
|
19282
19282
|
"""
|
19283
19283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19284
19284
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -19392,7 +19392,7 @@ class DataCatalogClient(object):
|
|
19392
19392
|
:rtype: :class:`~oci.response.Response`
|
19393
19393
|
|
19394
19394
|
:example:
|
19395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/update_job_definition.py.html>`__ to see an example of how to use update_job_definition API.
|
19396
19396
|
"""
|
19397
19397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19398
19398
|
required_arguments = ['catalogId', 'jobDefinitionKey']
|
@@ -19506,7 +19506,7 @@ class DataCatalogClient(object):
|
|
19506
19506
|
:rtype: :class:`~oci.response.Response`
|
19507
19507
|
|
19508
19508
|
:example:
|
19509
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19509
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/update_metastore.py.html>`__ to see an example of how to use update_metastore API.
|
19510
19510
|
"""
|
19511
19511
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19512
19512
|
required_arguments = ['metastoreId']
|
@@ -19627,7 +19627,7 @@ class DataCatalogClient(object):
|
|
19627
19627
|
:rtype: :class:`~oci.response.Response`
|
19628
19628
|
|
19629
19629
|
:example:
|
19630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/update_namespace.py.html>`__ to see an example of how to use update_namespace API.
|
19631
19631
|
"""
|
19632
19632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19633
19633
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -19741,7 +19741,7 @@ class DataCatalogClient(object):
|
|
19741
19741
|
:rtype: :class:`~oci.response.Response`
|
19742
19742
|
|
19743
19743
|
:example:
|
19744
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19744
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/update_pattern.py.html>`__ to see an example of how to use update_pattern API.
|
19745
19745
|
"""
|
19746
19746
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19747
19747
|
required_arguments = ['catalogId', 'patternKey']
|
@@ -19858,7 +19858,7 @@ class DataCatalogClient(object):
|
|
19858
19858
|
:rtype: :class:`~oci.response.Response`
|
19859
19859
|
|
19860
19860
|
:example:
|
19861
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19861
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/update_term.py.html>`__ to see an example of how to use update_term API.
|
19862
19862
|
"""
|
19863
19863
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19864
19864
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -19979,7 +19979,7 @@ class DataCatalogClient(object):
|
|
19979
19979
|
:rtype: :class:`~oci.response.Response`
|
19980
19980
|
|
19981
19981
|
:example:
|
19982
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19982
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/update_term_relationship.py.html>`__ to see an example of how to use update_term_relationship API.
|
19983
19983
|
"""
|
19984
19984
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19985
19985
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey', 'termRelationshipKey']
|
@@ -20105,7 +20105,7 @@ class DataCatalogClient(object):
|
|
20105
20105
|
:rtype: :class:`~oci.response.Response`
|
20106
20106
|
|
20107
20107
|
:example:
|
20108
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20108
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/upload_credentials.py.html>`__ to see an example of how to use upload_credentials API.
|
20109
20109
|
"""
|
20110
20110
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20111
20111
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -20226,7 +20226,7 @@ class DataCatalogClient(object):
|
|
20226
20226
|
:rtype: :class:`~oci.response.Response`
|
20227
20227
|
|
20228
20228
|
:example:
|
20229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/users.py.html>`__ to see an example of how to use users API.
|
20230
20230
|
"""
|
20231
20231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20232
20232
|
required_arguments = ['catalogId']
|
@@ -20365,7 +20365,7 @@ class DataCatalogClient(object):
|
|
20365
20365
|
:rtype: :class:`~oci.response.Response`
|
20366
20366
|
|
20367
20367
|
:example:
|
20368
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/validate_connection.py.html>`__ to see an example of how to use validate_connection API.
|
20369
20369
|
"""
|
20370
20370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20371
20371
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -20482,7 +20482,7 @@ class DataCatalogClient(object):
|
|
20482
20482
|
:rtype: :class:`~oci.response.Response`
|
20483
20483
|
|
20484
20484
|
:example:
|
20485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20485
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/validate_pattern.py.html>`__ to see an example of how to use validate_pattern API.
|
20486
20486
|
"""
|
20487
20487
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20488
20488
|
required_arguments = ['catalogId', 'patternKey']
|