oci 2.122.0__py3-none-any.whl → 2.123.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/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 +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +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 +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +19 -19
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- 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 +44 -44
- oci/container_instances/container_instance_client.py +31 -19
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +111 -101
- oci/core/compute_management_client.py +32 -32
- oci/core/models/__init__.py +8 -0
- oci/core/models/attach_volume_details.py +6 -4
- oci/core/models/launch_attach_i_scsi_volume_details.py +203 -0
- oci/core/models/launch_attach_volume_details.py +279 -0
- oci/core/models/launch_create_volume_details.py +101 -0
- oci/core/models/launch_create_volume_from_attributes.py +240 -0
- oci/core/models/launch_instance_details.py +31 -0
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +287 -153
- oci/data_catalog/models/__init__.py +4 -0
- oci/data_catalog/models/asynchronous_export_data_asset_details.py +99 -0
- oci/data_catalog/models/asynchronous_export_data_asset_result.py +196 -0
- oci/data_catalog/models/create_job_definition_details.py +7 -3
- oci/data_catalog/models/create_job_execution_details.py +7 -3
- oci/data_catalog/models/job.py +7 -3
- oci/data_catalog/models/job_definition.py +7 -3
- oci/data_catalog/models/job_definition_summary.py +7 -3
- oci/data_catalog/models/job_execution.py +7 -3
- oci/data_catalog/models/job_execution_summary.py +7 -3
- oci/data_catalog/models/job_summary.py +7 -3
- oci/data_flow/data_flow_client.py +42 -42
- 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 +272 -272
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +351 -344
- oci/database/models/__init__.py +2 -2
- oci/database/models/autonomous_container_database.py +24 -30
- oci/database/models/autonomous_container_database_dataguard_association.py +37 -13
- oci/database/models/autonomous_container_database_resource_usage.py +6 -6
- oci/database/models/autonomous_container_database_summary.py +24 -30
- oci/database/models/autonomous_database.py +52 -71
- oci/database/models/autonomous_database_backup.py +6 -6
- oci/database/models/autonomous_database_backup_summary.py +6 -6
- oci/database/models/autonomous_database_dataguard_association.py +63 -11
- oci/database/models/autonomous_database_key_history_entry.py +4 -4
- oci/database/models/autonomous_database_summary.py +52 -71
- oci/database/models/autonomous_db_preview_version_summary.py +1 -1
- oci/database/models/autonomous_vm_cluster.py +14 -14
- oci/database/models/autonomous_vm_cluster_summary.py +14 -14
- oci/database/models/backup.py +6 -6
- oci/database/models/backup_summary.py +6 -6
- oci/database/models/cloud_autonomous_vm_cluster.py +16 -16
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +16 -16
- oci/database/models/cloud_exadata_infrastructure.py +72 -0
- oci/database/models/cloud_exadata_infrastructure_summary.py +72 -0
- oci/database/models/cloud_vm_cluster.py +37 -0
- oci/database/models/cloud_vm_cluster_summary.py +37 -0
- oci/database/models/compute_performance_summary.py +2 -2
- oci/database/models/configure_autonomous_database_vault_key_details.py +2 -2
- oci/database/models/create_autonomous_container_database_dataguard_association_details.py +67 -1
- oci/database/models/create_autonomous_container_database_details.py +6 -6
- oci/database/models/create_autonomous_database_base.py +51 -68
- oci/database/models/create_autonomous_database_clone_details.py +0 -7
- oci/database/models/create_autonomous_database_details.py +0 -7
- oci/database/models/create_autonomous_database_from_backup_details.py +0 -7
- oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +0 -7
- oci/database/models/create_autonomous_vm_cluster_details.py +2 -2
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +6 -6
- oci/database/models/create_cloud_exadata_infrastructure_details.py +35 -0
- oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +0 -7
- oci/database/models/create_cross_region_disaster_recovery_details.py +0 -7
- oci/database/models/create_data_guard_association_with_new_db_system_details.py +4 -4
- oci/database/models/create_database_base.py +2 -2
- oci/database/models/create_database_details.py +4 -4
- oci/database/models/create_db_home_base.py +2 -2
- oci/database/models/create_refreshable_autonomous_database_clone_details.py +0 -7
- oci/database/models/database.py +6 -6
- oci/database/models/database_connection_credentials.py +4 -4
- oci/database/models/{database_connection_credentails_by_name.py → database_connection_credentials_by_name.py} +8 -8
- oci/database/models/database_summary.py +6 -6
- oci/database/models/key_store_type_from_oracle_key_vault_details.py +2 -2
- oci/database/models/launch_db_system_base.py +2 -2
- oci/database/models/migrate_vault_key_details.py +4 -4
- oci/database/models/update_autonomous_database_details.py +45 -66
- oci/database/models/update_autonomous_vm_cluster_details.py +6 -6
- oci/database/models/update_cloud_autonomous_vm_cluster_details.py +10 -10
- oci/database_management/db_management_client.py +832 -198
- oci/database_management/db_management_client_composite_operations.py +188 -0
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +6 -6
- oci/database_management/models/__init__.py +10 -0
- oci/database_management/models/child_database.py +80 -2
- oci/database_management/models/create_db_management_private_endpoint_details.py +80 -2
- oci/database_management/models/create_external_db_system_details.py +80 -2
- oci/database_management/models/create_external_db_system_discovery_details.py +80 -2
- oci/database_management/models/create_external_db_system_macs_connector_details.py +80 -2
- oci/database_management/models/create_external_exadata_infrastructure_details.py +80 -2
- oci/database_management/models/create_external_exadata_storage_connector_details.py +80 -2
- oci/database_management/models/create_managed_database_group_details.py +80 -2
- oci/database_management/models/create_named_credential_details.py +80 -2
- oci/database_management/models/create_sql_job_details.py +80 -2
- oci/database_management/models/db_management_private_endpoint.py +80 -2
- oci/database_management/models/db_management_private_endpoint_summary.py +80 -2
- oci/database_management/models/external_asm.py +80 -2
- oci/database_management/models/external_asm_instance.py +80 -2
- oci/database_management/models/external_asm_instance_summary.py +80 -2
- oci/database_management/models/external_asm_summary.py +80 -2
- oci/database_management/models/external_cluster.py +80 -2
- oci/database_management/models/external_cluster_instance.py +80 -2
- oci/database_management/models/external_cluster_instance_summary.py +80 -2
- oci/database_management/models/external_cluster_summary.py +80 -2
- oci/database_management/models/external_database_summary.py +80 -2
- oci/database_management/models/external_db_home.py +80 -2
- oci/database_management/models/external_db_home_summary.py +80 -2
- oci/database_management/models/external_db_node.py +80 -2
- oci/database_management/models/external_db_node_summary.py +80 -2
- oci/database_management/models/external_db_system.py +80 -2
- oci/database_management/models/external_db_system_connector_summary.py +80 -2
- oci/database_management/models/external_db_system_discovery.py +80 -2
- oci/database_management/models/external_db_system_discovery_summary.py +80 -2
- oci/database_management/models/external_db_system_macs_connector.py +80 -2
- oci/database_management/models/external_db_system_summary.py +80 -2
- oci/database_management/models/external_exadata_infrastructure.py +80 -2
- oci/database_management/models/external_exadata_infrastructure_summary.py +80 -2
- oci/database_management/models/external_exadata_storage_connector.py +80 -2
- oci/database_management/models/external_exadata_storage_connector_summary.py +80 -2
- oci/database_management/models/external_exadata_storage_grid.py +80 -2
- oci/database_management/models/external_exadata_storage_server.py +80 -2
- oci/database_management/models/external_exadata_storage_server_summary.py +80 -2
- oci/database_management/models/external_listener.py +80 -2
- oci/database_management/models/external_listener_summary.py +80 -2
- oci/database_management/models/job_summary.py +80 -2
- oci/database_management/models/managed_database.py +111 -2
- oci/database_management/models/managed_database_group.py +80 -2
- oci/database_management/models/managed_database_group_summary.py +80 -2
- oci/database_management/models/managed_database_summary.py +111 -2
- oci/database_management/models/named_credential.py +80 -2
- oci/database_management/models/named_credential_summary.py +80 -2
- oci/database_management/models/sql_job.py +80 -2
- oci/database_management/models/update_db_management_private_endpoint_details.py +80 -2
- oci/database_management/models/update_external_asm_details.py +80 -2
- oci/database_management/models/update_external_asm_instance_details.py +119 -0
- oci/database_management/models/update_external_cluster_details.py +80 -2
- oci/database_management/models/update_external_cluster_instance_details.py +80 -2
- oci/database_management/models/update_external_db_home_details.py +119 -0
- oci/database_management/models/update_external_db_node_details.py +80 -2
- oci/database_management/models/update_external_db_system_details.py +80 -2
- oci/database_management/models/update_external_db_system_discovery_details.py +80 -2
- oci/database_management/models/update_external_db_system_macs_connector_details.py +80 -2
- oci/database_management/models/update_external_exadata_infrastructure_details.py +80 -2
- oci/database_management/models/update_external_exadata_storage_connector_details.py +80 -2
- oci/database_management/models/update_external_exadata_storage_grid_details.py +119 -0
- oci/database_management/models/update_external_exadata_storage_server_details.py +119 -0
- oci/database_management/models/update_external_listener_details.py +80 -2
- oci/database_management/models/update_managed_database_details.py +119 -0
- oci/database_management/models/update_managed_database_group_details.py +80 -2
- oci/database_management/models/update_named_credential_details.py +80 -2
- oci/database_management/models/update_sql_job_details.py +80 -2
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- 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_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +3 -3
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +29 -29
- oci/golden_gate/golden_gate_client.py +61 -61
- 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 +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- 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/key_management/models/__init__.py +2 -0
- oci/key_management/models/auto_key_rotation_details.py +247 -0
- oci/key_management/models/create_key_details.py +58 -0
- oci/key_management/models/import_key_details.py +58 -0
- oci/key_management/models/key.py +58 -0
- oci/key_management/models/key_summary.py +33 -2
- oci/key_management/models/key_version.py +33 -2
- oci/key_management/models/key_version_summary.py +33 -2
- oci/key_management/models/update_key_details.py +58 -0
- 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 +23 -23
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- 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 +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- 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 +419 -56
- oci/oda/management_client_composite_operations.py +132 -0
- oci/oda/models/__init__.py +42 -0
- oci/oda/models/bot.py +31 -0
- oci/oda/models/bulk_create_skill_entities_details.py +72 -0
- oci/oda/models/clone_skill_details.py +7 -0
- oci/oda/models/composite_entity.py +154 -0
- oci/oda/models/create_new_skill_details.py +7 -0
- oci/oda/models/create_oda_instance_attachment_details.py +7 -3
- oci/oda/models/create_skill_composite_entity_details.py +147 -0
- oci/oda/models/create_skill_details.py +31 -0
- oci/oda/models/create_skill_entity_details.py +140 -0
- oci/oda/models/create_skill_value_list_entity_details.py +89 -0
- oci/oda/models/create_skill_version_details.py +7 -0
- oci/oda/models/digital_assistant.py +31 -0
- oci/oda/models/entity.py +171 -0
- oci/oda/models/entity_action.py +161 -0
- oci/oda/models/entity_action_argument.py +263 -0
- oci/oda/models/entity_action_argument_natural_language_mapping.py +72 -0
- oci/oda/models/entity_action_natural_language_mapping.py +72 -0
- oci/oda/models/entity_attribute.py +345 -0
- oci/oda/models/entity_attribute_natural_language_mapping.py +72 -0
- oci/oda/models/entity_natural_language_mapping.py +72 -0
- oci/oda/models/extend_skill_details.py +7 -0
- oci/oda/models/language_mapping.py +134 -0
- oci/oda/models/name_mapping.py +72 -0
- oci/oda/models/oda_instance_attachment.py +7 -3
- oci/oda/models/oda_instance_attachment_summary.py +7 -3
- oci/oda/models/skill.py +31 -0
- oci/oda/models/static_entity_value.py +99 -0
- oci/oda/models/static_entity_value_natural_language_mapping.py +72 -0
- oci/oda/models/train_skill_details.py +72 -0
- oci/oda/models/train_skill_parameter.py +101 -0
- oci/oda/models/train_skill_query_entity_parameter.py +51 -0
- oci/oda/models/value_list_entity.py +96 -0
- oci/oda/models/work_request.py +15 -3
- 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 +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +118 -9
- oci/operator_access_control/models/__init__.py +11 -1
- oci/operator_access_control/models/access_request.py +221 -0
- oci/operator_access_control/models/access_request_summary.py +35 -0
- oci/operator_access_control/models/approver_detail.py +235 -0
- oci/operator_access_control/models/assignment_validation_status.py +317 -0
- oci/operator_access_control/models/audit_log_report.py +193 -0
- oci/operator_access_control/models/create_operator_control_assignment_details.py +31 -0
- oci/operator_access_control/models/create_operator_control_details.py +31 -0
- oci/operator_access_control/models/operator_control.py +31 -0
- oci/operator_access_control/models/operator_control_assignment.py +62 -0
- oci/operator_access_control/models/operator_control_assignment_summary.py +93 -0
- oci/operator_access_control/models/operator_control_summary.py +31 -0
- oci/operator_access_control/models/status_detail.py +169 -0
- oci/operator_access_control/models/update_operator_control_assignment_details.py +31 -0
- oci/operator_access_control/models/update_operator_control_details.py +31 -0
- oci/operator_access_control/models/validate_operator_assignment_details.py +72 -0
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +224 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +175 -175
- 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/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- 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/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 +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +23 -23
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- 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/__init__.py +3 -1
- oci/sch/connector_plugins_client.py +386 -0
- oci/sch/connector_plugins_client_composite_operations.py +26 -0
- oci/sch/models/__init__.py +16 -0
- oci/sch/models/change_service_connector_compartment_details.py +3 -3
- oci/sch/models/connector_plugin.py +355 -0
- oci/sch/models/connector_plugin_collection.py +72 -0
- oci/sch/models/connector_plugin_summary.py +322 -0
- oci/sch/models/create_service_connector_details.py +3 -3
- oci/sch/models/dimension_details.py +2 -2
- oci/sch/models/function_task_details.py +2 -2
- oci/sch/models/functions_target_details.py +98 -5
- oci/sch/models/latest_streaming_cursor.py +4 -2
- oci/sch/models/log_rule_task_details.py +5 -5
- oci/sch/models/log_source.py +4 -0
- oci/sch/models/logging_analytics_target_details.py +5 -5
- oci/sch/models/logging_source_details.py +3 -3
- oci/sch/models/monitoring_source.py +2 -2
- oci/sch/models/monitoring_source_details.py +5 -5
- oci/sch/models/monitoring_source_metric_details.py +2 -2
- oci/sch/models/monitoring_target_details.py +3 -3
- oci/sch/models/notifications_target_details.py +5 -5
- oci/sch/models/object_storage_target_details.py +9 -5
- oci/sch/models/plugin_source_details.py +123 -0
- oci/sch/models/service_connector.py +14 -14
- oci/sch/models/service_connector_collection.py +1 -1
- oci/sch/models/service_connector_summary.py +11 -11
- oci/sch/models/source_connector_plugin.py +132 -0
- oci/sch/models/source_connector_plugin_summary.py +125 -0
- oci/sch/models/source_details.py +19 -11
- oci/sch/models/streaming_cursor_details.py +7 -4
- oci/sch/models/streaming_source_details.py +5 -1
- oci/sch/models/streaming_target_details.py +3 -3
- oci/sch/models/target_connector_plugin.py +99 -0
- oci/sch/models/target_connector_plugin_summary.py +92 -0
- oci/sch/models/target_details.py +8 -8
- oci/sch/models/task_details.py +8 -8
- oci/sch/models/trim_horizon_streaming_cursor.py +4 -2
- oci/sch/models/update_service_connector_details.py +1 -1
- oci/sch/models/work_request.py +2 -2
- oci/sch/service_connector_client.py +138 -81
- oci/sch/service_connector_client_composite_operations.py +7 -7
- oci/secrets/secrets_client.py +3 -3
- 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 +64 -64
- 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 +28 -28
- oci/vault/models/__init__.py +8 -0
- oci/vault/models/bytes_generation_context.py +107 -0
- oci/vault/models/create_secret_details.py +61 -3
- oci/vault/models/passphrase_generation_context.py +138 -0
- oci/vault/models/secret.py +60 -2
- oci/vault/models/secret_generation_context.py +152 -0
- oci/vault/models/secret_summary.py +60 -2
- oci/vault/models/secret_version.py +33 -2
- oci/vault/models/secret_version_summary.py +33 -2
- oci/vault/models/ssh_key_generation_context.py +111 -0
- oci/vault/models/update_secret_details.py +60 -2
- 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 +13 -13
- 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/work_requests/work_request_client.py +4 -4
- {oci-2.122.0.dist-info → oci-2.123.0.dist-info}/METADATA +3 -3
- {oci-2.122.0.dist-info → oci-2.123.0.dist-info}/RECORD +494 -442
- {oci-2.122.0.dist-info → oci-2.123.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.122.0.dist-info → oci-2.123.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.122.0.dist-info → oci-2.123.0.dist-info}/WHEEL +0 -0
- {oci-2.122.0.dist-info → oci-2.123.0.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.
|
156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/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.
|
265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/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.
|
385
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/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.
|
498
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/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.
|
618
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/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']
|
@@ -692,6 +692,140 @@ class DataCatalogClient(object):
|
|
692
692
|
api_reference_link=api_reference_link,
|
693
693
|
required_arguments=required_arguments)
|
694
694
|
|
695
|
+
def asynchronous_export_data_asset(self, catalog_id, data_asset_key, asynchronous_export_data_asset_details, export_type, **kwargs):
|
696
|
+
"""
|
697
|
+
Export technical objects from a Data Asset in Excel format. Returns details about the job which actually performs the export.
|
698
|
+
|
699
|
+
|
700
|
+
:param str catalog_id: (required)
|
701
|
+
Unique catalog identifier.
|
702
|
+
|
703
|
+
:param str data_asset_key: (required)
|
704
|
+
Unique data asset key.
|
705
|
+
|
706
|
+
:param oci.data_catalog.models.AsynchronousExportDataAssetDetails asynchronous_export_data_asset_details: (required)
|
707
|
+
Details needed by the Data Asset export request.
|
708
|
+
|
709
|
+
:param oci.data_catalog.models.list[str] export_type: (required)
|
710
|
+
Type of export.
|
711
|
+
|
712
|
+
Allowed values are: "CUSTOM_PROPERTY_VALUES", "ALL"
|
713
|
+
|
714
|
+
:param str opc_request_id: (optional)
|
715
|
+
The client request ID for tracing.
|
716
|
+
|
717
|
+
:param str opc_retry_token: (optional)
|
718
|
+
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
719
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
720
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
721
|
+
has been deleted and purged from the system, then a retry of the original creation request
|
722
|
+
might be rejected.
|
723
|
+
|
724
|
+
:param obj retry_strategy: (optional)
|
725
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
726
|
+
|
727
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
|
728
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
729
|
+
|
730
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
731
|
+
|
732
|
+
:param bool allow_control_chars: (optional)
|
733
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
734
|
+
By default, the response will not allow control characters in strings
|
735
|
+
|
736
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.data_catalog.models.AsynchronousExportDataAssetResult`
|
737
|
+
:rtype: :class:`~oci.response.Response`
|
738
|
+
|
739
|
+
:example:
|
740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/asynchronous_export_data_asset.py.html>`__ to see an example of how to use asynchronous_export_data_asset API.
|
741
|
+
"""
|
742
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
743
|
+
required_arguments = ['catalogId', 'dataAssetKey', 'exportType']
|
744
|
+
resource_path = "/catalogs/{catalogId}/dataAssets/{dataAssetKey}/actions/asynchronousExport"
|
745
|
+
method = "POST"
|
746
|
+
operation_name = "asynchronous_export_data_asset"
|
747
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAsset/AsynchronousExportDataAsset"
|
748
|
+
|
749
|
+
# Don't accept unknown kwargs
|
750
|
+
expected_kwargs = [
|
751
|
+
"allow_control_chars",
|
752
|
+
"retry_strategy",
|
753
|
+
"opc_request_id",
|
754
|
+
"opc_retry_token"
|
755
|
+
]
|
756
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
757
|
+
if extra_kwargs:
|
758
|
+
raise ValueError(
|
759
|
+
f"asynchronous_export_data_asset got unknown kwargs: {extra_kwargs!r}")
|
760
|
+
|
761
|
+
path_params = {
|
762
|
+
"catalogId": catalog_id,
|
763
|
+
"dataAssetKey": data_asset_key
|
764
|
+
}
|
765
|
+
|
766
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
767
|
+
|
768
|
+
for (k, v) in six.iteritems(path_params):
|
769
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
770
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
771
|
+
|
772
|
+
export_type_allowed_values = ["CUSTOM_PROPERTY_VALUES", "ALL"]
|
773
|
+
for export_type_item in export_type:
|
774
|
+
if export_type_item not in export_type_allowed_values:
|
775
|
+
raise ValueError(
|
776
|
+
f"Invalid value for `export_type`, must be one of { export_type_allowed_values }"
|
777
|
+
)
|
778
|
+
|
779
|
+
query_params = {
|
780
|
+
"exportType": self.base_client.generate_collection_format_param(export_type, 'multi')
|
781
|
+
}
|
782
|
+
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
783
|
+
|
784
|
+
header_params = {
|
785
|
+
"accept": "application/json",
|
786
|
+
"content-type": "application/json",
|
787
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
788
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing)
|
789
|
+
}
|
790
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
791
|
+
|
792
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
793
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
794
|
+
client_retry_strategy=self.retry_strategy
|
795
|
+
)
|
796
|
+
|
797
|
+
if retry_strategy:
|
798
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
799
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
800
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
801
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
802
|
+
return retry_strategy.make_retrying_call(
|
803
|
+
self.base_client.call_api,
|
804
|
+
resource_path=resource_path,
|
805
|
+
method=method,
|
806
|
+
path_params=path_params,
|
807
|
+
query_params=query_params,
|
808
|
+
header_params=header_params,
|
809
|
+
body=asynchronous_export_data_asset_details,
|
810
|
+
response_type="AsynchronousExportDataAssetResult",
|
811
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
812
|
+
operation_name=operation_name,
|
813
|
+
api_reference_link=api_reference_link,
|
814
|
+
required_arguments=required_arguments)
|
815
|
+
else:
|
816
|
+
return self.base_client.call_api(
|
817
|
+
resource_path=resource_path,
|
818
|
+
method=method,
|
819
|
+
path_params=path_params,
|
820
|
+
query_params=query_params,
|
821
|
+
header_params=header_params,
|
822
|
+
body=asynchronous_export_data_asset_details,
|
823
|
+
response_type="AsynchronousExportDataAssetResult",
|
824
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
825
|
+
operation_name=operation_name,
|
826
|
+
api_reference_link=api_reference_link,
|
827
|
+
required_arguments=required_arguments)
|
828
|
+
|
695
829
|
def asynchronous_export_glossary(self, catalog_id, glossary_key, asynchronous_export_glossary_details, **kwargs):
|
696
830
|
"""
|
697
831
|
Exports the contents of a glossary in Excel format. Returns details about the job which actually performs the export.
|
@@ -732,7 +866,7 @@ class DataCatalogClient(object):
|
|
732
866
|
:rtype: :class:`~oci.response.Response`
|
733
867
|
|
734
868
|
:example:
|
735
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
869
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/asynchronous_export_glossary.py.html>`__ to see an example of how to use asynchronous_export_glossary API.
|
736
870
|
"""
|
737
871
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
738
872
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -854,7 +988,7 @@ class DataCatalogClient(object):
|
|
854
988
|
:rtype: :class:`~oci.response.Response`
|
855
989
|
|
856
990
|
:example:
|
857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/attach_catalog_private_endpoint.py.html>`__ to see an example of how to use attach_catalog_private_endpoint API.
|
858
992
|
"""
|
859
993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
860
994
|
required_arguments = ['catalogId']
|
@@ -976,7 +1110,7 @@ class DataCatalogClient(object):
|
|
976
1110
|
:rtype: :class:`~oci.response.Response`
|
977
1111
|
|
978
1112
|
:example:
|
979
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1113
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/change_catalog_compartment.py.html>`__ to see an example of how to use change_catalog_compartment API.
|
980
1114
|
"""
|
981
1115
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
982
1116
|
required_arguments = ['catalogId']
|
@@ -1095,7 +1229,7 @@ class DataCatalogClient(object):
|
|
1095
1229
|
:rtype: :class:`~oci.response.Response`
|
1096
1230
|
|
1097
1231
|
:example:
|
1098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1232
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/change_catalog_private_endpoint_compartment.py.html>`__ to see an example of how to use change_catalog_private_endpoint_compartment API.
|
1099
1233
|
"""
|
1100
1234
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1101
1235
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -1214,7 +1348,7 @@ class DataCatalogClient(object):
|
|
1214
1348
|
:rtype: :class:`~oci.response.Response`
|
1215
1349
|
|
1216
1350
|
:example:
|
1217
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/change_metastore_compartment.py.html>`__ to see an example of how to use change_metastore_compartment API.
|
1218
1352
|
"""
|
1219
1353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1220
1354
|
required_arguments = ['metastoreId']
|
@@ -1336,7 +1470,7 @@ class DataCatalogClient(object):
|
|
1336
1470
|
:rtype: :class:`~oci.response.Response`
|
1337
1471
|
|
1338
1472
|
:example:
|
1339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_attribute.py.html>`__ to see an example of how to use create_attribute API.
|
1340
1474
|
"""
|
1341
1475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1342
1476
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -1458,7 +1592,7 @@ class DataCatalogClient(object):
|
|
1458
1592
|
:rtype: :class:`~oci.response.Response`
|
1459
1593
|
|
1460
1594
|
:example:
|
1461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1595
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_attribute_tag.py.html>`__ to see an example of how to use create_attribute_tag API.
|
1462
1596
|
"""
|
1463
1597
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1464
1598
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -1570,7 +1704,7 @@ class DataCatalogClient(object):
|
|
1570
1704
|
:rtype: :class:`~oci.response.Response`
|
1571
1705
|
|
1572
1706
|
:example:
|
1573
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_catalog.py.html>`__ to see an example of how to use create_catalog API.
|
1574
1708
|
"""
|
1575
1709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1576
1710
|
required_arguments = []
|
@@ -1664,7 +1798,7 @@ class DataCatalogClient(object):
|
|
1664
1798
|
:rtype: :class:`~oci.response.Response`
|
1665
1799
|
|
1666
1800
|
:example:
|
1667
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1801
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_catalog_private_endpoint.py.html>`__ to see an example of how to use create_catalog_private_endpoint API.
|
1668
1802
|
"""
|
1669
1803
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1670
1804
|
required_arguments = []
|
@@ -1764,7 +1898,7 @@ class DataCatalogClient(object):
|
|
1764
1898
|
:rtype: :class:`~oci.response.Response`
|
1765
1899
|
|
1766
1900
|
:example:
|
1767
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_connection.py.html>`__ to see an example of how to use create_connection API.
|
1768
1902
|
"""
|
1769
1903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1770
1904
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -1879,7 +2013,7 @@ class DataCatalogClient(object):
|
|
1879
2013
|
:rtype: :class:`~oci.response.Response`
|
1880
2014
|
|
1881
2015
|
:example:
|
1882
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_custom_property.py.html>`__ to see an example of how to use create_custom_property API.
|
1883
2017
|
"""
|
1884
2018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1885
2019
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -1991,7 +2125,7 @@ class DataCatalogClient(object):
|
|
1991
2125
|
:rtype: :class:`~oci.response.Response`
|
1992
2126
|
|
1993
2127
|
:example:
|
1994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2128
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_data_asset.py.html>`__ to see an example of how to use create_data_asset API.
|
1995
2129
|
"""
|
1996
2130
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1997
2131
|
required_arguments = ['catalogId']
|
@@ -2105,7 +2239,7 @@ class DataCatalogClient(object):
|
|
2105
2239
|
:rtype: :class:`~oci.response.Response`
|
2106
2240
|
|
2107
2241
|
:example:
|
2108
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_data_asset_tag.py.html>`__ to see an example of how to use create_data_asset_tag API.
|
2109
2243
|
"""
|
2110
2244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2111
2245
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -2220,7 +2354,7 @@ class DataCatalogClient(object):
|
|
2220
2354
|
:rtype: :class:`~oci.response.Response`
|
2221
2355
|
|
2222
2356
|
:example:
|
2223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2357
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_entity.py.html>`__ to see an example of how to use create_entity API.
|
2224
2358
|
"""
|
2225
2359
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2226
2360
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -2338,7 +2472,7 @@ class DataCatalogClient(object):
|
|
2338
2472
|
:rtype: :class:`~oci.response.Response`
|
2339
2473
|
|
2340
2474
|
:example:
|
2341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2475
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_entity_tag.py.html>`__ to see an example of how to use create_entity_tag API.
|
2342
2476
|
"""
|
2343
2477
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2344
2478
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -2454,7 +2588,7 @@ class DataCatalogClient(object):
|
|
2454
2588
|
:rtype: :class:`~oci.response.Response`
|
2455
2589
|
|
2456
2590
|
:example:
|
2457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2591
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_folder.py.html>`__ to see an example of how to use create_folder API.
|
2458
2592
|
"""
|
2459
2593
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2460
2594
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -2572,7 +2706,7 @@ class DataCatalogClient(object):
|
|
2572
2706
|
:rtype: :class:`~oci.response.Response`
|
2573
2707
|
|
2574
2708
|
:example:
|
2575
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_folder_tag.py.html>`__ to see an example of how to use create_folder_tag API.
|
2576
2710
|
"""
|
2577
2711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2578
2712
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -2685,7 +2819,7 @@ class DataCatalogClient(object):
|
|
2685
2819
|
:rtype: :class:`~oci.response.Response`
|
2686
2820
|
|
2687
2821
|
:example:
|
2688
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2822
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_glossary.py.html>`__ to see an example of how to use create_glossary API.
|
2689
2823
|
"""
|
2690
2824
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2691
2825
|
required_arguments = ['catalogId']
|
@@ -2796,7 +2930,7 @@ class DataCatalogClient(object):
|
|
2796
2930
|
:rtype: :class:`~oci.response.Response`
|
2797
2931
|
|
2798
2932
|
:example:
|
2799
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_job.py.html>`__ to see an example of how to use create_job API.
|
2800
2934
|
"""
|
2801
2935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2802
2936
|
required_arguments = ['catalogId']
|
@@ -2907,7 +3041,7 @@ class DataCatalogClient(object):
|
|
2907
3041
|
:rtype: :class:`~oci.response.Response`
|
2908
3042
|
|
2909
3043
|
:example:
|
2910
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3044
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_job_definition.py.html>`__ to see an example of how to use create_job_definition API.
|
2911
3045
|
"""
|
2912
3046
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2913
3047
|
required_arguments = ['catalogId']
|
@@ -3021,7 +3155,7 @@ class DataCatalogClient(object):
|
|
3021
3155
|
:rtype: :class:`~oci.response.Response`
|
3022
3156
|
|
3023
3157
|
:example:
|
3024
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_job_execution.py.html>`__ to see an example of how to use create_job_execution API.
|
3025
3159
|
"""
|
3026
3160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3027
3161
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -3130,7 +3264,7 @@ class DataCatalogClient(object):
|
|
3130
3264
|
:rtype: :class:`~oci.response.Response`
|
3131
3265
|
|
3132
3266
|
:example:
|
3133
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3267
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_metastore.py.html>`__ to see an example of how to use create_metastore API.
|
3134
3268
|
"""
|
3135
3269
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3136
3270
|
required_arguments = []
|
@@ -3227,7 +3361,7 @@ class DataCatalogClient(object):
|
|
3227
3361
|
:rtype: :class:`~oci.response.Response`
|
3228
3362
|
|
3229
3363
|
:example:
|
3230
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3364
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_namespace.py.html>`__ to see an example of how to use create_namespace API.
|
3231
3365
|
"""
|
3232
3366
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3233
3367
|
required_arguments = ['catalogId']
|
@@ -3338,7 +3472,7 @@ class DataCatalogClient(object):
|
|
3338
3472
|
:rtype: :class:`~oci.response.Response`
|
3339
3473
|
|
3340
3474
|
:example:
|
3341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3475
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_pattern.py.html>`__ to see an example of how to use create_pattern API.
|
3342
3476
|
"""
|
3343
3477
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3344
3478
|
required_arguments = ['catalogId']
|
@@ -3452,7 +3586,7 @@ class DataCatalogClient(object):
|
|
3452
3586
|
:rtype: :class:`~oci.response.Response`
|
3453
3587
|
|
3454
3588
|
:example:
|
3455
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_term.py.html>`__ to see an example of how to use create_term API.
|
3456
3590
|
"""
|
3457
3591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3458
3592
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -3570,7 +3704,7 @@ class DataCatalogClient(object):
|
|
3570
3704
|
:rtype: :class:`~oci.response.Response`
|
3571
3705
|
|
3572
3706
|
:example:
|
3573
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/create_term_relationship.py.html>`__ to see an example of how to use create_term_relationship API.
|
3574
3708
|
"""
|
3575
3709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3576
3710
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -3689,7 +3823,7 @@ class DataCatalogClient(object):
|
|
3689
3823
|
:rtype: :class:`~oci.response.Response`
|
3690
3824
|
|
3691
3825
|
:example:
|
3692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3826
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_attribute.py.html>`__ to see an example of how to use delete_attribute API.
|
3693
3827
|
"""
|
3694
3828
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3695
3829
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -3807,7 +3941,7 @@ class DataCatalogClient(object):
|
|
3807
3941
|
:rtype: :class:`~oci.response.Response`
|
3808
3942
|
|
3809
3943
|
:example:
|
3810
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3944
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_attribute_tag.py.html>`__ to see an example of how to use delete_attribute_tag API.
|
3811
3945
|
"""
|
3812
3946
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3813
3947
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey', 'tagKey']
|
@@ -3917,7 +4051,7 @@ class DataCatalogClient(object):
|
|
3917
4051
|
:rtype: :class:`~oci.response.Response`
|
3918
4052
|
|
3919
4053
|
:example:
|
3920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4054
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_catalog.py.html>`__ to see an example of how to use delete_catalog API.
|
3921
4055
|
"""
|
3922
4056
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3923
4057
|
required_arguments = ['catalogId']
|
@@ -4031,7 +4165,7 @@ class DataCatalogClient(object):
|
|
4031
4165
|
:rtype: :class:`~oci.response.Response`
|
4032
4166
|
|
4033
4167
|
:example:
|
4034
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4168
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_catalog_private_endpoint.py.html>`__ to see an example of how to use delete_catalog_private_endpoint API.
|
4035
4169
|
"""
|
4036
4170
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4037
4171
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -4148,7 +4282,7 @@ class DataCatalogClient(object):
|
|
4148
4282
|
:rtype: :class:`~oci.response.Response`
|
4149
4283
|
|
4150
4284
|
:example:
|
4151
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4285
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
|
4152
4286
|
"""
|
4153
4287
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4154
4288
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -4259,7 +4393,7 @@ class DataCatalogClient(object):
|
|
4259
4393
|
:rtype: :class:`~oci.response.Response`
|
4260
4394
|
|
4261
4395
|
:example:
|
4262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4396
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_custom_property.py.html>`__ to see an example of how to use delete_custom_property API.
|
4263
4397
|
"""
|
4264
4398
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4265
4399
|
required_arguments = ['catalogId', 'namespaceId', 'customPropertyKey']
|
@@ -4367,7 +4501,7 @@ class DataCatalogClient(object):
|
|
4367
4501
|
:rtype: :class:`~oci.response.Response`
|
4368
4502
|
|
4369
4503
|
:example:
|
4370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4504
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_data_asset.py.html>`__ to see an example of how to use delete_data_asset API.
|
4371
4505
|
"""
|
4372
4506
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4373
4507
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -4477,7 +4611,7 @@ class DataCatalogClient(object):
|
|
4477
4611
|
:rtype: :class:`~oci.response.Response`
|
4478
4612
|
|
4479
4613
|
:example:
|
4480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4614
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_data_asset_tag.py.html>`__ to see an example of how to use delete_data_asset_tag API.
|
4481
4615
|
"""
|
4482
4616
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4483
4617
|
required_arguments = ['catalogId', 'dataAssetKey', 'tagKey']
|
@@ -4588,7 +4722,7 @@ class DataCatalogClient(object):
|
|
4588
4722
|
:rtype: :class:`~oci.response.Response`
|
4589
4723
|
|
4590
4724
|
:example:
|
4591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4725
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_entity.py.html>`__ to see an example of how to use delete_entity API.
|
4592
4726
|
"""
|
4593
4727
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4594
4728
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -4702,7 +4836,7 @@ class DataCatalogClient(object):
|
|
4702
4836
|
:rtype: :class:`~oci.response.Response`
|
4703
4837
|
|
4704
4838
|
:example:
|
4705
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4839
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_entity_tag.py.html>`__ to see an example of how to use delete_entity_tag API.
|
4706
4840
|
"""
|
4707
4841
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4708
4842
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'tagKey']
|
@@ -4814,7 +4948,7 @@ class DataCatalogClient(object):
|
|
4814
4948
|
:rtype: :class:`~oci.response.Response`
|
4815
4949
|
|
4816
4950
|
:example:
|
4817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_folder.py.html>`__ to see an example of how to use delete_folder API.
|
4818
4952
|
"""
|
4819
4953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4820
4954
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -4928,7 +5062,7 @@ class DataCatalogClient(object):
|
|
4928
5062
|
:rtype: :class:`~oci.response.Response`
|
4929
5063
|
|
4930
5064
|
:example:
|
4931
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5065
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_folder_tag.py.html>`__ to see an example of how to use delete_folder_tag API.
|
4932
5066
|
"""
|
4933
5067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4934
5068
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey', 'tagKey']
|
@@ -5037,7 +5171,7 @@ class DataCatalogClient(object):
|
|
5037
5171
|
:rtype: :class:`~oci.response.Response`
|
5038
5172
|
|
5039
5173
|
:example:
|
5040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_glossary.py.html>`__ to see an example of how to use delete_glossary API.
|
5041
5175
|
"""
|
5042
5176
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5043
5177
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -5144,7 +5278,7 @@ class DataCatalogClient(object):
|
|
5144
5278
|
:rtype: :class:`~oci.response.Response`
|
5145
5279
|
|
5146
5280
|
:example:
|
5147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_job.py.html>`__ to see an example of how to use delete_job API.
|
5148
5282
|
"""
|
5149
5283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5150
5284
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -5251,7 +5385,7 @@ class DataCatalogClient(object):
|
|
5251
5385
|
:rtype: :class:`~oci.response.Response`
|
5252
5386
|
|
5253
5387
|
:example:
|
5254
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5388
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_job_definition.py.html>`__ to see an example of how to use delete_job_definition API.
|
5255
5389
|
"""
|
5256
5390
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5257
5391
|
required_arguments = ['catalogId', 'jobDefinitionKey']
|
@@ -5358,7 +5492,7 @@ class DataCatalogClient(object):
|
|
5358
5492
|
:rtype: :class:`~oci.response.Response`
|
5359
5493
|
|
5360
5494
|
:example:
|
5361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5495
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_metastore.py.html>`__ to see an example of how to use delete_metastore API.
|
5362
5496
|
"""
|
5363
5497
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5364
5498
|
required_arguments = ['metastoreId']
|
@@ -5472,7 +5606,7 @@ class DataCatalogClient(object):
|
|
5472
5606
|
:rtype: :class:`~oci.response.Response`
|
5473
5607
|
|
5474
5608
|
:example:
|
5475
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5609
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_namespace.py.html>`__ to see an example of how to use delete_namespace API.
|
5476
5610
|
"""
|
5477
5611
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5478
5612
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -5579,7 +5713,7 @@ class DataCatalogClient(object):
|
|
5579
5713
|
:rtype: :class:`~oci.response.Response`
|
5580
5714
|
|
5581
5715
|
:example:
|
5582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5716
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_pattern.py.html>`__ to see an example of how to use delete_pattern API.
|
5583
5717
|
"""
|
5584
5718
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5585
5719
|
required_arguments = ['catalogId', 'patternKey']
|
@@ -5689,7 +5823,7 @@ class DataCatalogClient(object):
|
|
5689
5823
|
:rtype: :class:`~oci.response.Response`
|
5690
5824
|
|
5691
5825
|
:example:
|
5692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5826
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_term.py.html>`__ to see an example of how to use delete_term API.
|
5693
5827
|
"""
|
5694
5828
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5695
5829
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -5803,7 +5937,7 @@ class DataCatalogClient(object):
|
|
5803
5937
|
:rtype: :class:`~oci.response.Response`
|
5804
5938
|
|
5805
5939
|
:example:
|
5806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5940
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/delete_term_relationship.py.html>`__ to see an example of how to use delete_term_relationship API.
|
5807
5941
|
"""
|
5808
5942
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5809
5943
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey', 'termRelationshipKey']
|
@@ -5915,7 +6049,7 @@ class DataCatalogClient(object):
|
|
5915
6049
|
:rtype: :class:`~oci.response.Response`
|
5916
6050
|
|
5917
6051
|
:example:
|
5918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6052
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/detach_catalog_private_endpoint.py.html>`__ to see an example of how to use detach_catalog_private_endpoint API.
|
5919
6053
|
"""
|
5920
6054
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5921
6055
|
required_arguments = ['catalogId']
|
@@ -6041,7 +6175,7 @@ class DataCatalogClient(object):
|
|
6041
6175
|
:rtype: :class:`~oci.response.Response`
|
6042
6176
|
|
6043
6177
|
:example:
|
6044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6178
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/disassociate_custom_property.py.html>`__ to see an example of how to use disassociate_custom_property API.
|
6045
6179
|
"""
|
6046
6180
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6047
6181
|
required_arguments = ['catalogId', 'typeKey']
|
@@ -6155,7 +6289,7 @@ class DataCatalogClient(object):
|
|
6155
6289
|
:rtype: :class:`~oci.response.Response`
|
6156
6290
|
|
6157
6291
|
:example:
|
6158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6292
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/expand_tree_for_glossary.py.html>`__ to see an example of how to use expand_tree_for_glossary API.
|
6159
6293
|
"""
|
6160
6294
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6161
6295
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -6270,7 +6404,7 @@ class DataCatalogClient(object):
|
|
6270
6404
|
:rtype: :class:`~oci.response.Response`
|
6271
6405
|
|
6272
6406
|
:example:
|
6273
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6407
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/export_glossary.py.html>`__ to see an example of how to use export_glossary API.
|
6274
6408
|
"""
|
6275
6409
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6276
6410
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -6400,7 +6534,7 @@ class DataCatalogClient(object):
|
|
6400
6534
|
:rtype: :class:`~oci.response.Response`
|
6401
6535
|
|
6402
6536
|
:example:
|
6403
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6537
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/fetch_entity_lineage.py.html>`__ to see an example of how to use fetch_entity_lineage API.
|
6404
6538
|
"""
|
6405
6539
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6406
6540
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -6531,7 +6665,7 @@ class DataCatalogClient(object):
|
|
6531
6665
|
:rtype: :class:`~oci.response.Response`
|
6532
6666
|
|
6533
6667
|
:example:
|
6534
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_attribute.py.html>`__ to see an example of how to use get_attribute API.
|
6535
6669
|
"""
|
6536
6670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6537
6671
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -6667,7 +6801,7 @@ class DataCatalogClient(object):
|
|
6667
6801
|
:rtype: :class:`~oci.response.Response`
|
6668
6802
|
|
6669
6803
|
:example:
|
6670
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_attribute_tag.py.html>`__ to see an example of how to use get_attribute_tag API.
|
6671
6805
|
"""
|
6672
6806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6673
6807
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey', 'tagKey']
|
@@ -6785,7 +6919,7 @@ class DataCatalogClient(object):
|
|
6785
6919
|
:rtype: :class:`~oci.response.Response`
|
6786
6920
|
|
6787
6921
|
:example:
|
6788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6922
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_catalog.py.html>`__ to see an example of how to use get_catalog API.
|
6789
6923
|
"""
|
6790
6924
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6791
6925
|
required_arguments = ['catalogId']
|
@@ -6883,7 +7017,7 @@ class DataCatalogClient(object):
|
|
6883
7017
|
:rtype: :class:`~oci.response.Response`
|
6884
7018
|
|
6885
7019
|
:example:
|
6886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7020
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_catalog_private_endpoint.py.html>`__ to see an example of how to use get_catalog_private_endpoint API.
|
6887
7021
|
"""
|
6888
7022
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6889
7023
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -6992,7 +7126,7 @@ class DataCatalogClient(object):
|
|
6992
7126
|
:rtype: :class:`~oci.response.Response`
|
6993
7127
|
|
6994
7128
|
:example:
|
6995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7129
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_connection.py.html>`__ to see an example of how to use get_connection API.
|
6996
7130
|
"""
|
6997
7131
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6998
7132
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -7119,7 +7253,7 @@ class DataCatalogClient(object):
|
|
7119
7253
|
:rtype: :class:`~oci.response.Response`
|
7120
7254
|
|
7121
7255
|
:example:
|
7122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_custom_property.py.html>`__ to see an example of how to use get_custom_property API.
|
7123
7257
|
"""
|
7124
7258
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7125
7259
|
required_arguments = ['catalogId', 'namespaceId', 'customPropertyKey']
|
@@ -7243,7 +7377,7 @@ class DataCatalogClient(object):
|
|
7243
7377
|
:rtype: :class:`~oci.response.Response`
|
7244
7378
|
|
7245
7379
|
:example:
|
7246
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7380
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_data_asset.py.html>`__ to see an example of how to use get_data_asset API.
|
7247
7381
|
"""
|
7248
7382
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7249
7383
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -7369,7 +7503,7 @@ class DataCatalogClient(object):
|
|
7369
7503
|
:rtype: :class:`~oci.response.Response`
|
7370
7504
|
|
7371
7505
|
:example:
|
7372
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7506
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_data_asset_tag.py.html>`__ to see an example of how to use get_data_asset_tag API.
|
7373
7507
|
"""
|
7374
7508
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7375
7509
|
required_arguments = ['catalogId', 'dataAssetKey', 'tagKey']
|
@@ -7499,7 +7633,7 @@ class DataCatalogClient(object):
|
|
7499
7633
|
:rtype: :class:`~oci.response.Response`
|
7500
7634
|
|
7501
7635
|
:example:
|
7502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7636
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_entity.py.html>`__ to see an example of how to use get_entity API.
|
7503
7637
|
"""
|
7504
7638
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7505
7639
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -7631,7 +7765,7 @@ class DataCatalogClient(object):
|
|
7631
7765
|
:rtype: :class:`~oci.response.Response`
|
7632
7766
|
|
7633
7767
|
:example:
|
7634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_entity_tag.py.html>`__ to see an example of how to use get_entity_tag API.
|
7635
7769
|
"""
|
7636
7770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7637
7771
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'tagKey']
|
@@ -7762,7 +7896,7 @@ class DataCatalogClient(object):
|
|
7762
7896
|
:rtype: :class:`~oci.response.Response`
|
7763
7897
|
|
7764
7898
|
:example:
|
7765
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7899
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_folder.py.html>`__ to see an example of how to use get_folder API.
|
7766
7900
|
"""
|
7767
7901
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7768
7902
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -7894,7 +8028,7 @@ class DataCatalogClient(object):
|
|
7894
8028
|
:rtype: :class:`~oci.response.Response`
|
7895
8029
|
|
7896
8030
|
:example:
|
7897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8031
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_folder_tag.py.html>`__ to see an example of how to use get_folder_tag API.
|
7898
8032
|
"""
|
7899
8033
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7900
8034
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey', 'tagKey']
|
@@ -8019,7 +8153,7 @@ class DataCatalogClient(object):
|
|
8019
8153
|
:rtype: :class:`~oci.response.Response`
|
8020
8154
|
|
8021
8155
|
:example:
|
8022
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_glossary.py.html>`__ to see an example of how to use get_glossary API.
|
8023
8157
|
"""
|
8024
8158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8025
8159
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -8142,7 +8276,7 @@ class DataCatalogClient(object):
|
|
8142
8276
|
:rtype: :class:`~oci.response.Response`
|
8143
8277
|
|
8144
8278
|
:example:
|
8145
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_job.py.html>`__ to see an example of how to use get_job API.
|
8146
8280
|
"""
|
8147
8281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8148
8282
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -8265,7 +8399,7 @@ class DataCatalogClient(object):
|
|
8265
8399
|
:rtype: :class:`~oci.response.Response`
|
8266
8400
|
|
8267
8401
|
:example:
|
8268
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8402
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_job_definition.py.html>`__ to see an example of how to use get_job_definition API.
|
8269
8403
|
"""
|
8270
8404
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8271
8405
|
required_arguments = ['catalogId', 'jobDefinitionKey']
|
@@ -8391,7 +8525,7 @@ class DataCatalogClient(object):
|
|
8391
8525
|
:rtype: :class:`~oci.response.Response`
|
8392
8526
|
|
8393
8527
|
:example:
|
8394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8528
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
|
8395
8529
|
"""
|
8396
8530
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8397
8531
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey']
|
@@ -8521,7 +8655,7 @@ class DataCatalogClient(object):
|
|
8521
8655
|
:rtype: :class:`~oci.response.Response`
|
8522
8656
|
|
8523
8657
|
:example:
|
8524
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_job_log.py.html>`__ to see an example of how to use get_job_log API.
|
8525
8659
|
"""
|
8526
8660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8527
8661
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey', 'jobLogKey']
|
@@ -8652,7 +8786,7 @@ class DataCatalogClient(object):
|
|
8652
8786
|
:rtype: :class:`~oci.response.Response`
|
8653
8787
|
|
8654
8788
|
:example:
|
8655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8789
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_job_metrics.py.html>`__ to see an example of how to use get_job_metrics API.
|
8656
8790
|
"""
|
8657
8791
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8658
8792
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey', 'jobMetricsKey']
|
@@ -8769,7 +8903,7 @@ class DataCatalogClient(object):
|
|
8769
8903
|
:rtype: :class:`~oci.response.Response`
|
8770
8904
|
|
8771
8905
|
:example:
|
8772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_metastore.py.html>`__ to see an example of how to use get_metastore API.
|
8773
8907
|
"""
|
8774
8908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8775
8909
|
required_arguments = ['metastoreId']
|
@@ -8875,7 +9009,7 @@ class DataCatalogClient(object):
|
|
8875
9009
|
:rtype: :class:`~oci.response.Response`
|
8876
9010
|
|
8877
9011
|
:example:
|
8878
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_namespace.py.html>`__ to see an example of how to use get_namespace API.
|
8879
9013
|
"""
|
8880
9014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8881
9015
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -8998,7 +9132,7 @@ class DataCatalogClient(object):
|
|
8998
9132
|
:rtype: :class:`~oci.response.Response`
|
8999
9133
|
|
9000
9134
|
:example:
|
9001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_pattern.py.html>`__ to see an example of how to use get_pattern API.
|
9002
9136
|
"""
|
9003
9137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9004
9138
|
required_arguments = ['catalogId', 'patternKey']
|
@@ -9124,7 +9258,7 @@ class DataCatalogClient(object):
|
|
9124
9258
|
:rtype: :class:`~oci.response.Response`
|
9125
9259
|
|
9126
9260
|
:example:
|
9127
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_term.py.html>`__ to see an example of how to use get_term API.
|
9128
9262
|
"""
|
9129
9263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9130
9264
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -9254,7 +9388,7 @@ class DataCatalogClient(object):
|
|
9254
9388
|
:rtype: :class:`~oci.response.Response`
|
9255
9389
|
|
9256
9390
|
:example:
|
9257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_term_relationship.py.html>`__ to see an example of how to use get_term_relationship API.
|
9258
9392
|
"""
|
9259
9393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9260
9394
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey', 'termRelationshipKey']
|
@@ -9379,7 +9513,7 @@ class DataCatalogClient(object):
|
|
9379
9513
|
:rtype: :class:`~oci.response.Response`
|
9380
9514
|
|
9381
9515
|
:example:
|
9382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_type.py.html>`__ to see an example of how to use get_type API.
|
9383
9517
|
"""
|
9384
9518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9385
9519
|
required_arguments = ['catalogId', 'typeKey']
|
@@ -9494,7 +9628,7 @@ class DataCatalogClient(object):
|
|
9494
9628
|
:rtype: :class:`~oci.response.Response`
|
9495
9629
|
|
9496
9630
|
:example:
|
9497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
9498
9632
|
"""
|
9499
9633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9500
9634
|
required_arguments = ['workRequestId']
|
@@ -9612,7 +9746,7 @@ class DataCatalogClient(object):
|
|
9612
9746
|
:rtype: :class:`~oci.response.Response`
|
9613
9747
|
|
9614
9748
|
:example:
|
9615
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/import_connection.py.html>`__ to see an example of how to use import_connection API.
|
9616
9750
|
"""
|
9617
9751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9618
9752
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -9737,7 +9871,7 @@ class DataCatalogClient(object):
|
|
9737
9871
|
:rtype: :class:`~oci.response.Response`
|
9738
9872
|
|
9739
9873
|
:example:
|
9740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/import_data_asset.py.html>`__ to see an example of how to use import_data_asset API.
|
9741
9875
|
"""
|
9742
9876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9743
9877
|
required_arguments = ['catalogId', 'dataAssetKey', 'importType']
|
@@ -9871,7 +10005,7 @@ class DataCatalogClient(object):
|
|
9871
10005
|
:rtype: :class:`~oci.response.Response`
|
9872
10006
|
|
9873
10007
|
:example:
|
9874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/import_glossary.py.html>`__ to see an example of how to use import_glossary API.
|
9875
10009
|
"""
|
9876
10010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9877
10011
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -10014,7 +10148,7 @@ class DataCatalogClient(object):
|
|
10014
10148
|
:rtype: :class:`~oci.response.Response`
|
10015
10149
|
|
10016
10150
|
:example:
|
10017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10151
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_aggregated_physical_entities.py.html>`__ to see an example of how to use list_aggregated_physical_entities API.
|
10018
10152
|
"""
|
10019
10153
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10020
10154
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -10208,7 +10342,7 @@ class DataCatalogClient(object):
|
|
10208
10342
|
:rtype: :class:`~oci.response.Response`
|
10209
10343
|
|
10210
10344
|
:example:
|
10211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10345
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_attribute_tags.py.html>`__ to see an example of how to use list_attribute_tags API.
|
10212
10346
|
"""
|
10213
10347
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10214
10348
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -10458,7 +10592,7 @@ class DataCatalogClient(object):
|
|
10458
10592
|
:rtype: :class:`~oci.response.Response`
|
10459
10593
|
|
10460
10594
|
:example:
|
10461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10595
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_attributes.py.html>`__ to see an example of how to use list_attributes API.
|
10462
10596
|
"""
|
10463
10597
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10464
10598
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -10663,7 +10797,7 @@ class DataCatalogClient(object):
|
|
10663
10797
|
:rtype: :class:`~oci.response.Response`
|
10664
10798
|
|
10665
10799
|
:example:
|
10666
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10800
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_catalog_private_endpoints.py.html>`__ to see an example of how to use list_catalog_private_endpoints API.
|
10667
10801
|
"""
|
10668
10802
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10669
10803
|
required_arguments = ['compartmentId']
|
@@ -10813,7 +10947,7 @@ class DataCatalogClient(object):
|
|
10813
10947
|
:rtype: :class:`~oci.response.Response`
|
10814
10948
|
|
10815
10949
|
:example:
|
10816
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10950
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_catalogs.py.html>`__ to see an example of how to use list_catalogs API.
|
10817
10951
|
"""
|
10818
10952
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10819
10953
|
required_arguments = ['compartmentId']
|
@@ -11003,7 +11137,7 @@ class DataCatalogClient(object):
|
|
11003
11137
|
:rtype: :class:`~oci.response.Response`
|
11004
11138
|
|
11005
11139
|
:example:
|
11006
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_connections.py.html>`__ to see an example of how to use list_connections API.
|
11007
11141
|
"""
|
11008
11142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11009
11143
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -11230,7 +11364,7 @@ class DataCatalogClient(object):
|
|
11230
11364
|
:rtype: :class:`~oci.response.Response`
|
11231
11365
|
|
11232
11366
|
:example:
|
11233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11367
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_custom_properties.py.html>`__ to see an example of how to use list_custom_properties API.
|
11234
11368
|
"""
|
11235
11369
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11236
11370
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -11454,7 +11588,7 @@ class DataCatalogClient(object):
|
|
11454
11588
|
:rtype: :class:`~oci.response.Response`
|
11455
11589
|
|
11456
11590
|
:example:
|
11457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11591
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_data_asset_tags.py.html>`__ to see an example of how to use list_data_asset_tags API.
|
11458
11592
|
"""
|
11459
11593
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11460
11594
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -11666,7 +11800,7 @@ class DataCatalogClient(object):
|
|
11666
11800
|
:rtype: :class:`~oci.response.Response`
|
11667
11801
|
|
11668
11802
|
:example:
|
11669
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11803
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_data_assets.py.html>`__ to see an example of how to use list_data_assets API.
|
11670
11804
|
"""
|
11671
11805
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11672
11806
|
required_arguments = ['catalogId']
|
@@ -11865,7 +11999,7 @@ class DataCatalogClient(object):
|
|
11865
11999
|
:rtype: :class:`~oci.response.Response`
|
11866
12000
|
|
11867
12001
|
:example:
|
11868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12002
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_derived_logical_entities.py.html>`__ to see an example of how to use list_derived_logical_entities API.
|
11869
12003
|
"""
|
11870
12004
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11871
12005
|
required_arguments = ['catalogId', 'patternKey']
|
@@ -12098,7 +12232,7 @@ class DataCatalogClient(object):
|
|
12098
12232
|
:rtype: :class:`~oci.response.Response`
|
12099
12233
|
|
12100
12234
|
:example:
|
12101
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_entities.py.html>`__ to see an example of how to use list_entities API.
|
12102
12236
|
"""
|
12103
12237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12104
12238
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -12338,7 +12472,7 @@ class DataCatalogClient(object):
|
|
12338
12472
|
:rtype: :class:`~oci.response.Response`
|
12339
12473
|
|
12340
12474
|
:example:
|
12341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12475
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_entity_tags.py.html>`__ to see an example of how to use list_entity_tags API.
|
12342
12476
|
"""
|
12343
12477
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12344
12478
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -12544,7 +12678,7 @@ class DataCatalogClient(object):
|
|
12544
12678
|
:rtype: :class:`~oci.response.Response`
|
12545
12679
|
|
12546
12680
|
:example:
|
12547
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12681
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_folder_tags.py.html>`__ to see an example of how to use list_folder_tags API.
|
12548
12682
|
"""
|
12549
12683
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12550
12684
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -12783,7 +12917,7 @@ class DataCatalogClient(object):
|
|
12783
12917
|
:rtype: :class:`~oci.response.Response`
|
12784
12918
|
|
12785
12919
|
:example:
|
12786
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12920
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_folders.py.html>`__ to see an example of how to use list_folders API.
|
12787
12921
|
"""
|
12788
12922
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12789
12923
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -13014,7 +13148,7 @@ class DataCatalogClient(object):
|
|
13014
13148
|
:rtype: :class:`~oci.response.Response`
|
13015
13149
|
|
13016
13150
|
:example:
|
13017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13151
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_glossaries.py.html>`__ to see an example of how to use list_glossaries API.
|
13018
13152
|
"""
|
13019
13153
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13020
13154
|
required_arguments = ['catalogId']
|
@@ -13173,7 +13307,7 @@ class DataCatalogClient(object):
|
|
13173
13307
|
:param str job_type: (optional)
|
13174
13308
|
Job type.
|
13175
13309
|
|
13176
|
-
Allowed values are: "HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY"
|
13310
|
+
Allowed values are: "HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY", "ASYNC_EXPORT_DATA_ASSET"
|
13177
13311
|
|
13178
13312
|
:param bool is_incremental: (optional)
|
13179
13313
|
Whether job definition is an incremental harvest (true) or a full harvest (false).
|
@@ -13246,7 +13380,7 @@ class DataCatalogClient(object):
|
|
13246
13380
|
:rtype: :class:`~oci.response.Response`
|
13247
13381
|
|
13248
13382
|
:example:
|
13249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_job_definitions.py.html>`__ to see an example of how to use list_job_definitions API.
|
13250
13384
|
"""
|
13251
13385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13252
13386
|
required_arguments = ['catalogId']
|
@@ -13310,7 +13444,7 @@ class DataCatalogClient(object):
|
|
13310
13444
|
)
|
13311
13445
|
|
13312
13446
|
if 'job_type' in kwargs:
|
13313
|
-
job_type_allowed_values = ["HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY"]
|
13447
|
+
job_type_allowed_values = ["HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY", "ASYNC_EXPORT_DATA_ASSET"]
|
13314
13448
|
if kwargs['job_type'] not in job_type_allowed_values:
|
13315
13449
|
raise ValueError(
|
13316
13450
|
f"Invalid value for `job_type`, must be one of { job_type_allowed_values }"
|
@@ -13439,7 +13573,7 @@ class DataCatalogClient(object):
|
|
13439
13573
|
:param str job_type: (optional)
|
13440
13574
|
Job type.
|
13441
13575
|
|
13442
|
-
Allowed values are: "HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY"
|
13576
|
+
Allowed values are: "HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY", "ASYNC_EXPORT_DATA_ASSET"
|
13443
13577
|
|
13444
13578
|
:param str sub_type: (optional)
|
13445
13579
|
Sub-type of this job execution.
|
@@ -13517,7 +13651,7 @@ class DataCatalogClient(object):
|
|
13517
13651
|
:rtype: :class:`~oci.response.Response`
|
13518
13652
|
|
13519
13653
|
:example:
|
13520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13654
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
|
13521
13655
|
"""
|
13522
13656
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13523
13657
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -13577,7 +13711,7 @@ class DataCatalogClient(object):
|
|
13577
13711
|
)
|
13578
13712
|
|
13579
13713
|
if 'job_type' in kwargs:
|
13580
|
-
job_type_allowed_values = ["HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY"]
|
13714
|
+
job_type_allowed_values = ["HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY", "ASYNC_EXPORT_DATA_ASSET"]
|
13581
13715
|
if kwargs['job_type'] not in job_type_allowed_values:
|
13582
13716
|
raise ValueError(
|
13583
13717
|
f"Invalid value for `job_type`, must be one of { job_type_allowed_values }"
|
@@ -13751,7 +13885,7 @@ class DataCatalogClient(object):
|
|
13751
13885
|
:rtype: :class:`~oci.response.Response`
|
13752
13886
|
|
13753
13887
|
:example:
|
13754
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13888
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_job_logs.py.html>`__ to see an example of how to use list_job_logs API.
|
13755
13889
|
"""
|
13756
13890
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13757
13891
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey']
|
@@ -13980,7 +14114,7 @@ class DataCatalogClient(object):
|
|
13980
14114
|
:rtype: :class:`~oci.response.Response`
|
13981
14115
|
|
13982
14116
|
:example:
|
13983
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14117
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_job_metrics.py.html>`__ to see an example of how to use list_job_metrics API.
|
13984
14118
|
"""
|
13985
14119
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13986
14120
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey']
|
@@ -14155,7 +14289,7 @@ class DataCatalogClient(object):
|
|
14155
14289
|
:param str job_type: (optional)
|
14156
14290
|
Job type.
|
14157
14291
|
|
14158
|
-
Allowed values are: "HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY"
|
14292
|
+
Allowed values are: "HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY", "ASYNC_EXPORT_DATA_ASSET"
|
14159
14293
|
|
14160
14294
|
:param str job_definition_key: (optional)
|
14161
14295
|
Unique job definition key.
|
@@ -14238,7 +14372,7 @@ class DataCatalogClient(object):
|
|
14238
14372
|
:rtype: :class:`~oci.response.Response`
|
14239
14373
|
|
14240
14374
|
:example:
|
14241
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14375
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
|
14242
14376
|
"""
|
14243
14377
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14244
14378
|
required_arguments = ['catalogId']
|
@@ -14299,7 +14433,7 @@ class DataCatalogClient(object):
|
|
14299
14433
|
)
|
14300
14434
|
|
14301
14435
|
if 'job_type' in kwargs:
|
14302
|
-
job_type_allowed_values = ["HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY"]
|
14436
|
+
job_type_allowed_values = ["HARVEST", "PROFILING", "SAMPLING", "PREVIEW", "IMPORT", "EXPORT", "IMPORT_GLOSSARY", "EXPORT_GLOSSARY", "INTERNAL", "PURGE", "IMMEDIATE", "SCHEDULED", "IMMEDIATE_EXECUTION", "SCHEDULED_EXECUTION", "SCHEDULED_EXECUTION_INSTANCE", "ASYNC_DELETE", "IMPORT_DATA_ASSET", "CREATE_SCAN_PROXY", "ASYNC_EXPORT_GLOSSARY", "ASYNC_EXPORT_DATA_ASSET"]
|
14303
14437
|
if kwargs['job_type'] not in job_type_allowed_values:
|
14304
14438
|
raise ValueError(
|
14305
14439
|
f"Invalid value for `job_type`, must be one of { job_type_allowed_values }"
|
@@ -14455,7 +14589,7 @@ class DataCatalogClient(object):
|
|
14455
14589
|
:rtype: :class:`~oci.response.Response`
|
14456
14590
|
|
14457
14591
|
:example:
|
14458
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_metastores.py.html>`__ to see an example of how to use list_metastores API.
|
14459
14593
|
"""
|
14460
14594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14461
14595
|
required_arguments = ['compartmentId']
|
@@ -14631,7 +14765,7 @@ class DataCatalogClient(object):
|
|
14631
14765
|
:rtype: :class:`~oci.response.Response`
|
14632
14766
|
|
14633
14767
|
:example:
|
14634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_namespaces.py.html>`__ to see an example of how to use list_namespaces API.
|
14635
14769
|
"""
|
14636
14770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14637
14771
|
required_arguments = ['catalogId']
|
@@ -14838,7 +14972,7 @@ class DataCatalogClient(object):
|
|
14838
14972
|
:rtype: :class:`~oci.response.Response`
|
14839
14973
|
|
14840
14974
|
:example:
|
14841
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_patterns.py.html>`__ to see an example of how to use list_patterns API.
|
14842
14976
|
"""
|
14843
14977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14844
14978
|
required_arguments = ['catalogId']
|
@@ -15064,7 +15198,7 @@ class DataCatalogClient(object):
|
|
15064
15198
|
:rtype: :class:`~oci.response.Response`
|
15065
15199
|
|
15066
15200
|
:example:
|
15067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15201
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_rules.py.html>`__ to see an example of how to use list_rules API.
|
15068
15202
|
"""
|
15069
15203
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15070
15204
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -15277,7 +15411,7 @@ class DataCatalogClient(object):
|
|
15277
15411
|
:rtype: :class:`~oci.response.Response`
|
15278
15412
|
|
15279
15413
|
:example:
|
15280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15414
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_tags.py.html>`__ to see an example of how to use list_tags API.
|
15281
15415
|
"""
|
15282
15416
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15283
15417
|
required_arguments = ['catalogId']
|
@@ -15466,7 +15600,7 @@ class DataCatalogClient(object):
|
|
15466
15600
|
:rtype: :class:`~oci.response.Response`
|
15467
15601
|
|
15468
15602
|
:example:
|
15469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_term_relationships.py.html>`__ to see an example of how to use list_term_relationships API.
|
15470
15604
|
"""
|
15471
15605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15472
15606
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -15668,7 +15802,7 @@ class DataCatalogClient(object):
|
|
15668
15802
|
:rtype: :class:`~oci.response.Response`
|
15669
15803
|
|
15670
15804
|
:example:
|
15671
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_terms.py.html>`__ to see an example of how to use list_terms API.
|
15672
15806
|
"""
|
15673
15807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15674
15808
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -15877,7 +16011,7 @@ class DataCatalogClient(object):
|
|
15877
16011
|
:rtype: :class:`~oci.response.Response`
|
15878
16012
|
|
15879
16013
|
:example:
|
15880
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16014
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_types.py.html>`__ to see an example of how to use list_types API.
|
15881
16015
|
"""
|
15882
16016
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15883
16017
|
required_arguments = ['catalogId']
|
@@ -16050,7 +16184,7 @@ class DataCatalogClient(object):
|
|
16050
16184
|
:rtype: :class:`~oci.response.Response`
|
16051
16185
|
|
16052
16186
|
:example:
|
16053
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16187
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
16054
16188
|
"""
|
16055
16189
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16056
16190
|
required_arguments = ['workRequestId']
|
@@ -16192,7 +16326,7 @@ class DataCatalogClient(object):
|
|
16192
16326
|
:rtype: :class:`~oci.response.Response`
|
16193
16327
|
|
16194
16328
|
:example:
|
16195
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
16196
16330
|
"""
|
16197
16331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16198
16332
|
required_arguments = ['workRequestId']
|
@@ -16324,7 +16458,7 @@ class DataCatalogClient(object):
|
|
16324
16458
|
:rtype: :class:`~oci.response.Response`
|
16325
16459
|
|
16326
16460
|
:example:
|
16327
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
16328
16462
|
"""
|
16329
16463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16330
16464
|
required_arguments = ['compartmentId']
|
@@ -16437,7 +16571,7 @@ class DataCatalogClient(object):
|
|
16437
16571
|
:rtype: :class:`~oci.response.Response`
|
16438
16572
|
|
16439
16573
|
:example:
|
16440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16574
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/object_stats.py.html>`__ to see an example of how to use object_stats API.
|
16441
16575
|
"""
|
16442
16576
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16443
16577
|
required_arguments = ['catalogId']
|
@@ -16579,7 +16713,7 @@ class DataCatalogClient(object):
|
|
16579
16713
|
:rtype: :class:`~oci.response.Response`
|
16580
16714
|
|
16581
16715
|
:example:
|
16582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16716
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/parse_connection.py.html>`__ to see an example of how to use parse_connection API.
|
16583
16717
|
"""
|
16584
16718
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16585
16719
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -16700,7 +16834,7 @@ class DataCatalogClient(object):
|
|
16700
16834
|
:rtype: :class:`~oci.response.Response`
|
16701
16835
|
|
16702
16836
|
:example:
|
16703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16837
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/process_recommendation.py.html>`__ to see an example of how to use process_recommendation API.
|
16704
16838
|
"""
|
16705
16839
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16706
16840
|
required_arguments = ['catalogId']
|
@@ -16820,7 +16954,7 @@ class DataCatalogClient(object):
|
|
16820
16954
|
:rtype: :class:`~oci.response.Response`
|
16821
16955
|
|
16822
16956
|
:example:
|
16823
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16957
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/recommendations.py.html>`__ to see an example of how to use recommendations API.
|
16824
16958
|
"""
|
16825
16959
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16826
16960
|
required_arguments = ['catalogId', 'recommendationType', 'sourceObjectKey', 'sourceObjectType']
|
@@ -16956,7 +17090,7 @@ class DataCatalogClient(object):
|
|
16956
17090
|
:rtype: :class:`~oci.response.Response`
|
16957
17091
|
|
16958
17092
|
:example:
|
16959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/remove_catalog_lock.py.html>`__ to see an example of how to use remove_catalog_lock API.
|
16960
17094
|
"""
|
16961
17095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16962
17096
|
required_arguments = ['catalogId']
|
@@ -17065,7 +17199,7 @@ class DataCatalogClient(object):
|
|
17065
17199
|
:rtype: :class:`~oci.response.Response`
|
17066
17200
|
|
17067
17201
|
:example:
|
17068
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17202
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/remove_catalog_private_endpoint_lock.py.html>`__ to see an example of how to use remove_catalog_private_endpoint_lock API.
|
17069
17203
|
"""
|
17070
17204
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17071
17205
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -17185,7 +17319,7 @@ class DataCatalogClient(object):
|
|
17185
17319
|
:rtype: :class:`~oci.response.Response`
|
17186
17320
|
|
17187
17321
|
:example:
|
17188
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/remove_data_selector_patterns.py.html>`__ to see an example of how to use remove_data_selector_patterns API.
|
17189
17323
|
"""
|
17190
17324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17191
17325
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -17298,7 +17432,7 @@ class DataCatalogClient(object):
|
|
17298
17432
|
:rtype: :class:`~oci.response.Response`
|
17299
17433
|
|
17300
17434
|
:example:
|
17301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/remove_metastore_lock.py.html>`__ to see an example of how to use remove_metastore_lock API.
|
17302
17436
|
"""
|
17303
17437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17304
17438
|
required_arguments = ['metastoreId']
|
@@ -17433,7 +17567,7 @@ class DataCatalogClient(object):
|
|
17433
17567
|
:rtype: :class:`~oci.response.Response`
|
17434
17568
|
|
17435
17569
|
:example:
|
17436
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17570
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/search_criteria.py.html>`__ to see an example of how to use search_criteria API.
|
17437
17571
|
"""
|
17438
17572
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17439
17573
|
required_arguments = ['catalogId']
|
@@ -17588,7 +17722,7 @@ class DataCatalogClient(object):
|
|
17588
17722
|
:rtype: :class:`~oci.response.Response`
|
17589
17723
|
|
17590
17724
|
:example:
|
17591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17725
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/suggest_matches.py.html>`__ to see an example of how to use suggest_matches API.
|
17592
17726
|
"""
|
17593
17727
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17594
17728
|
required_arguments = ['catalogId', 'inputText']
|
@@ -17715,7 +17849,7 @@ class DataCatalogClient(object):
|
|
17715
17849
|
:rtype: :class:`~oci.response.Response`
|
17716
17850
|
|
17717
17851
|
:example:
|
17718
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17852
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/synchronous_export_data_asset.py.html>`__ to see an example of how to use synchronous_export_data_asset API.
|
17719
17853
|
"""
|
17720
17854
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17721
17855
|
required_arguments = ['catalogId', 'dataAssetKey', 'exportType']
|
@@ -17844,7 +17978,7 @@ class DataCatalogClient(object):
|
|
17844
17978
|
:rtype: :class:`~oci.response.Response`
|
17845
17979
|
|
17846
17980
|
:example:
|
17847
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17981
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/test_connection.py.html>`__ to see an example of how to use test_connection API.
|
17848
17982
|
"""
|
17849
17983
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17850
17984
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -17966,7 +18100,7 @@ class DataCatalogClient(object):
|
|
17966
18100
|
:rtype: :class:`~oci.response.Response`
|
17967
18101
|
|
17968
18102
|
:example:
|
17969
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18103
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/update_attribute.py.html>`__ to see an example of how to use update_attribute API.
|
17970
18104
|
"""
|
17971
18105
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17972
18106
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -18082,7 +18216,7 @@ class DataCatalogClient(object):
|
|
18082
18216
|
:rtype: :class:`~oci.response.Response`
|
18083
18217
|
|
18084
18218
|
:example:
|
18085
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18219
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/update_catalog.py.html>`__ to see an example of how to use update_catalog API.
|
18086
18220
|
"""
|
18087
18221
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18088
18222
|
required_arguments = ['catalogId']
|
@@ -18203,7 +18337,7 @@ class DataCatalogClient(object):
|
|
18203
18337
|
:rtype: :class:`~oci.response.Response`
|
18204
18338
|
|
18205
18339
|
:example:
|
18206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/update_catalog_private_endpoint.py.html>`__ to see an example of how to use update_catalog_private_endpoint API.
|
18207
18341
|
"""
|
18208
18342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18209
18343
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -18325,7 +18459,7 @@ class DataCatalogClient(object):
|
|
18325
18459
|
:rtype: :class:`~oci.response.Response`
|
18326
18460
|
|
18327
18461
|
:example:
|
18328
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/update_connection.py.html>`__ to see an example of how to use update_connection API.
|
18329
18463
|
"""
|
18330
18464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18331
18465
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -18443,7 +18577,7 @@ class DataCatalogClient(object):
|
|
18443
18577
|
:rtype: :class:`~oci.response.Response`
|
18444
18578
|
|
18445
18579
|
:example:
|
18446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18580
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/update_custom_property.py.html>`__ to see an example of how to use update_custom_property API.
|
18447
18581
|
"""
|
18448
18582
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18449
18583
|
required_arguments = ['catalogId', 'namespaceId', 'customPropertyKey']
|
@@ -18558,7 +18692,7 @@ class DataCatalogClient(object):
|
|
18558
18692
|
:rtype: :class:`~oci.response.Response`
|
18559
18693
|
|
18560
18694
|
:example:
|
18561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18695
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/update_data_asset.py.html>`__ to see an example of how to use update_data_asset API.
|
18562
18696
|
"""
|
18563
18697
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18564
18698
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -18675,7 +18809,7 @@ class DataCatalogClient(object):
|
|
18675
18809
|
:rtype: :class:`~oci.response.Response`
|
18676
18810
|
|
18677
18811
|
:example:
|
18678
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/update_entity.py.html>`__ to see an example of how to use update_entity API.
|
18679
18813
|
"""
|
18680
18814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18681
18815
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -18793,7 +18927,7 @@ class DataCatalogClient(object):
|
|
18793
18927
|
:rtype: :class:`~oci.response.Response`
|
18794
18928
|
|
18795
18929
|
:example:
|
18796
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/update_folder.py.html>`__ to see an example of how to use update_folder API.
|
18797
18931
|
"""
|
18798
18932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18799
18933
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -18908,7 +19042,7 @@ class DataCatalogClient(object):
|
|
18908
19042
|
:rtype: :class:`~oci.response.Response`
|
18909
19043
|
|
18910
19044
|
:example:
|
18911
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19045
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/update_glossary.py.html>`__ to see an example of how to use update_glossary API.
|
18912
19046
|
"""
|
18913
19047
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18914
19048
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -19022,7 +19156,7 @@ class DataCatalogClient(object):
|
|
19022
19156
|
:rtype: :class:`~oci.response.Response`
|
19023
19157
|
|
19024
19158
|
:example:
|
19025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19159
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/update_job.py.html>`__ to see an example of how to use update_job API.
|
19026
19160
|
"""
|
19027
19161
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19028
19162
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -19136,7 +19270,7 @@ class DataCatalogClient(object):
|
|
19136
19270
|
:rtype: :class:`~oci.response.Response`
|
19137
19271
|
|
19138
19272
|
:example:
|
19139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19273
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/update_job_definition.py.html>`__ to see an example of how to use update_job_definition API.
|
19140
19274
|
"""
|
19141
19275
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19142
19276
|
required_arguments = ['catalogId', 'jobDefinitionKey']
|
@@ -19250,7 +19384,7 @@ class DataCatalogClient(object):
|
|
19250
19384
|
:rtype: :class:`~oci.response.Response`
|
19251
19385
|
|
19252
19386
|
:example:
|
19253
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19387
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/update_metastore.py.html>`__ to see an example of how to use update_metastore API.
|
19254
19388
|
"""
|
19255
19389
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19256
19390
|
required_arguments = ['metastoreId']
|
@@ -19371,7 +19505,7 @@ class DataCatalogClient(object):
|
|
19371
19505
|
:rtype: :class:`~oci.response.Response`
|
19372
19506
|
|
19373
19507
|
:example:
|
19374
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/update_namespace.py.html>`__ to see an example of how to use update_namespace API.
|
19375
19509
|
"""
|
19376
19510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19377
19511
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -19485,7 +19619,7 @@ class DataCatalogClient(object):
|
|
19485
19619
|
:rtype: :class:`~oci.response.Response`
|
19486
19620
|
|
19487
19621
|
:example:
|
19488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19622
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/update_pattern.py.html>`__ to see an example of how to use update_pattern API.
|
19489
19623
|
"""
|
19490
19624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19491
19625
|
required_arguments = ['catalogId', 'patternKey']
|
@@ -19602,7 +19736,7 @@ class DataCatalogClient(object):
|
|
19602
19736
|
:rtype: :class:`~oci.response.Response`
|
19603
19737
|
|
19604
19738
|
:example:
|
19605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/update_term.py.html>`__ to see an example of how to use update_term API.
|
19606
19740
|
"""
|
19607
19741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19608
19742
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -19723,7 +19857,7 @@ class DataCatalogClient(object):
|
|
19723
19857
|
:rtype: :class:`~oci.response.Response`
|
19724
19858
|
|
19725
19859
|
:example:
|
19726
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/update_term_relationship.py.html>`__ to see an example of how to use update_term_relationship API.
|
19727
19861
|
"""
|
19728
19862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19729
19863
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey', 'termRelationshipKey']
|
@@ -19849,7 +19983,7 @@ class DataCatalogClient(object):
|
|
19849
19983
|
:rtype: :class:`~oci.response.Response`
|
19850
19984
|
|
19851
19985
|
:example:
|
19852
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19986
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/upload_credentials.py.html>`__ to see an example of how to use upload_credentials API.
|
19853
19987
|
"""
|
19854
19988
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19855
19989
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -19970,7 +20104,7 @@ class DataCatalogClient(object):
|
|
19970
20104
|
:rtype: :class:`~oci.response.Response`
|
19971
20105
|
|
19972
20106
|
:example:
|
19973
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/users.py.html>`__ to see an example of how to use users API.
|
19974
20108
|
"""
|
19975
20109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19976
20110
|
required_arguments = ['catalogId']
|
@@ -20109,7 +20243,7 @@ class DataCatalogClient(object):
|
|
20109
20243
|
:rtype: :class:`~oci.response.Response`
|
20110
20244
|
|
20111
20245
|
:example:
|
20112
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20246
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/validate_connection.py.html>`__ to see an example of how to use validate_connection API.
|
20113
20247
|
"""
|
20114
20248
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20115
20249
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -20226,7 +20360,7 @@ class DataCatalogClient(object):
|
|
20226
20360
|
:rtype: :class:`~oci.response.Response`
|
20227
20361
|
|
20228
20362
|
:example:
|
20229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.123.0/datacatalog/validate_pattern.py.html>`__ to see an example of how to use validate_pattern API.
|
20230
20364
|
"""
|
20231
20365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20232
20366
|
required_arguments = ['catalogId', 'patternKey']
|