oci 2.115.1__py3-none-any.whl → 2.116.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/__init__.py +2 -2
- 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_speech/models/__init__.py +4 -0
- oci/ai_speech/models/create_transcription_job_details.py +4 -4
- oci/ai_speech/models/diarization.py +103 -0
- oci/ai_speech/models/transcription_job.py +6 -6
- oci/ai_speech/models/transcription_job_summary.py +6 -6
- oci/ai_speech/models/transcription_model_details.py +29 -2
- oci/ai_speech/models/transcription_settings.py +68 -0
- oci/ai_speech/models/update_transcription_job_details.py +4 -4
- 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 +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +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 +521 -47
- oci/bds/bds_client_composite_operations.py +123 -0
- oci/bds/models/__init__.py +14 -0
- oci/bds/models/certificate_service_info_details.py +72 -0
- oci/bds/models/certificate_service_info_summary.py +206 -0
- oci/bds/models/disable_certificate_details.py +103 -0
- oci/bds/models/enable_certificate_details.py +196 -0
- oci/bds/models/host_cert_details.py +134 -0
- oci/bds/models/host_specific_certificate_details.py +150 -0
- oci/bds/models/renew_certificate_details.py +196 -0
- oci/bds/models/work_request.py +7 -3
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- 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 +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +1480 -210
- oci/core/compute_client_composite_operations.py +195 -0
- oci/core/compute_management_client.py +32 -32
- oci/core/models/__init__.py +42 -0
- oci/core/models/capacity_source.py +101 -0
- oci/core/models/change_compute_capacity_topology_compartment_details.py +78 -0
- oci/core/models/compute_bare_metal_host.py +458 -0
- oci/core/models/compute_bare_metal_host_collection.py +72 -0
- oci/core/models/compute_bare_metal_host_summary.py +422 -0
- oci/core/models/compute_capacity_topology.py +425 -0
- oci/core/models/compute_capacity_topology_collection.py +72 -0
- oci/core/models/compute_capacity_topology_summary.py +370 -0
- oci/core/models/compute_hpc_island.py +267 -0
- oci/core/models/compute_hpc_island_collection.py +72 -0
- oci/core/models/compute_hpc_island_summary.py +251 -0
- oci/core/models/compute_network_block.py +302 -0
- oci/core/models/compute_network_block_collection.py +72 -0
- oci/core/models/compute_network_block_summary.py +286 -0
- oci/core/models/create_capacity_source_details.py +89 -0
- oci/core/models/create_compute_capacity_topology_details.py +253 -0
- oci/core/models/create_dedicated_capacity_source_details.py +85 -0
- oci/core/models/dedicated_capacity_source.py +86 -0
- oci/core/models/update_capacity_source_details.py +89 -0
- oci/core/models/update_compute_capacity_topology_details.py +183 -0
- oci/core/models/update_dedicated_capacity_source_details.py +50 -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 +141 -141
- 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 +252 -252
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +320 -320
- oci/database_management/db_management_client.py +182 -182
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +6 -6
- 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/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/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +57 -57
- 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 +20355 -6173
- oci/identity_domains/models/__init__.py +216 -0
- oci/identity_domains/models/app_extension_radius_app_app.py +55 -0
- oci/identity_domains/models/approval_workflow.py +832 -0
- oci/identity_domains/models/approval_workflow_approval_workflow_steps.py +294 -0
- oci/identity_domains/models/approval_workflow_assignment.py +771 -0
- oci/identity_domains/models/approval_workflow_assignment_approval_workflow.py +318 -0
- oci/identity_domains/models/approval_workflow_assignment_assigned_to.py +318 -0
- oci/identity_domains/models/approval_workflow_assignments.py +196 -0
- oci/identity_domains/models/approval_workflow_max_duration.py +185 -0
- oci/identity_domains/models/approval_workflow_step.py +929 -0
- oci/identity_domains/models/approval_workflow_step_approvers.py +294 -0
- oci/identity_domains/models/approval_workflow_steps.py +196 -0
- oci/identity_domains/models/approval_workflows.py +196 -0
- oci/identity_domains/models/authentication_factors_remover.py +51 -2
- oci/identity_domains/models/branding_setting.py +1556 -0
- oci/identity_domains/models/branding_settings.py +196 -0
- oci/identity_domains/models/branding_settings_company_names.py +131 -0
- oci/identity_domains/models/branding_settings_default_company_names.py +143 -0
- oci/identity_domains/models/branding_settings_default_images.py +188 -0
- oci/identity_domains/models/branding_settings_default_login_texts.py +143 -0
- oci/identity_domains/models/branding_settings_images.py +176 -0
- oci/identity_domains/models/branding_settings_login_texts.py +131 -0
- oci/identity_domains/models/cloud_gate.py +1239 -0
- oci/identity_domains/models/cloud_gate_ext_mappings.py +610 -0
- oci/identity_domains/models/cloud_gate_ext_servers.py +296 -0
- oci/identity_domains/models/cloud_gate_ext_upstream_server_groups.py +316 -0
- oci/identity_domains/models/cloud_gate_ext_upstream_servers.py +426 -0
- oci/identity_domains/models/cloud_gate_mapping.py +1068 -0
- oci/identity_domains/models/cloud_gate_mapping_cloud_gate.py +153 -0
- oci/identity_domains/models/cloud_gate_mapping_gateway_app.py +204 -0
- oci/identity_domains/models/cloud_gate_mapping_search_request.py +364 -0
- oci/identity_domains/models/cloud_gate_mapping_server.py +153 -0
- oci/identity_domains/models/cloud_gate_mapping_upstream_server_group.py +217 -0
- oci/identity_domains/models/cloud_gate_mappings.py +196 -0
- oci/identity_domains/models/cloud_gate_oauth_client.py +208 -0
- oci/identity_domains/models/cloud_gate_search_request.py +364 -0
- oci/identity_domains/models/cloud_gate_server.py +1042 -0
- oci/identity_domains/models/cloud_gate_server_cloud_gate.py +153 -0
- oci/identity_domains/models/cloud_gate_server_search_request.py +364 -0
- oci/identity_domains/models/cloud_gate_servers.py +196 -0
- oci/identity_domains/models/cloud_gates.py +196 -0
- oci/identity_domains/models/condition.py +1063 -0
- oci/identity_domains/models/condition_search_request.py +364 -0
- oci/identity_domains/models/conditions.py +196 -0
- oci/identity_domains/models/defined_tags.py +2 -0
- oci/identity_domains/models/extension_social_identity_provider.py +55 -0
- oci/identity_domains/models/freeform_tags.py +2 -0
- oci/identity_domains/models/identity_provider_relay_idp_param_mappings.py +159 -0
- oci/identity_domains/models/me_password_changer.py +2 -2
- oci/identity_domains/models/my_authentication_factors_remover.py +51 -2
- oci/identity_domains/models/my_completed_approval.py +1146 -0
- oci/identity_domains/models/my_completed_approvals.py +196 -0
- oci/identity_domains/models/my_pending_approval.py +1146 -0
- oci/identity_domains/models/my_pending_approvals.py +196 -0
- oci/identity_domains/models/my_request.py +217 -2
- oci/identity_domains/models/my_request_approval_details.py +398 -0
- oci/identity_domains/models/my_request_requesting.py +53 -0
- oci/identity_domains/models/network_perimeter.py +852 -0
- oci/identity_domains/models/network_perimeter_ip_addresses.py +228 -0
- oci/identity_domains/models/network_perimeter_search_request.py +364 -0
- oci/identity_domains/models/network_perimeters.py +196 -0
- oci/identity_domains/models/notification_setting.py +1038 -0
- oci/identity_domains/models/notification_settings.py +196 -0
- oci/identity_domains/models/notification_settings_event_settings.py +143 -0
- oci/identity_domains/models/notification_settings_from_email_address.py +278 -0
- oci/identity_domains/models/notification_settings_search_request.py +171 -0
- oci/identity_domains/models/o_auth_client_certificate.py +1187 -0
- oci/identity_domains/models/o_auth_client_certificate_search_request.py +364 -0
- oci/identity_domains/models/o_auth_client_certificates.py +196 -0
- oci/identity_domains/models/o_auth_partner_certificate.py +1187 -0
- oci/identity_domains/models/o_auth_partner_certificate_search_request.py +364 -0
- oci/identity_domains/models/o_auth_partner_certificates.py +196 -0
- oci/identity_domains/models/policies.py +196 -0
- oci/identity_domains/models/policy.py +979 -0
- oci/identity_domains/models/policy_policy_type.py +150 -0
- oci/identity_domains/models/policy_rules.py +247 -0
- oci/identity_domains/models/policy_search_request.py +364 -0
- oci/identity_domains/models/rule.py +1110 -0
- oci/identity_domains/models/rule_condition_group.py +270 -0
- oci/identity_domains/models/rule_policy_type.py +150 -0
- oci/identity_domains/models/rule_return.py +188 -0
- oci/identity_domains/models/rule_search_request.py +364 -0
- oci/identity_domains/models/rules.py +196 -0
- oci/identity_domains/models/schema.py +537 -0
- oci/identity_domains/models/schema_attributes.py +4165 -0
- oci/identity_domains/models/schema_idcs_complex_attribute_name_mappings.py +188 -0
- oci/identity_domains/models/schema_idcs_csv_attribute_name_mappings.py +433 -0
- oci/identity_domains/models/schema_localized_canonical_values.py +188 -0
- oci/identity_domains/models/schema_localized_display_name.py +147 -0
- oci/identity_domains/models/schema_referenced_resource_type_unique_attribute_name_mappings.py +139 -0
- oci/identity_domains/models/schema_resolve_value_using_resource_type.py +139 -0
- oci/identity_domains/models/schema_search_request.py +329 -0
- oci/identity_domains/models/schema_sub_attributes.py +3209 -0
- oci/identity_domains/models/schemas.py +196 -0
- oci/identity_domains/models/self_registration_profile.py +1636 -0
- oci/identity_domains/models/self_registration_profile_after_submit_text.py +194 -0
- oci/identity_domains/models/self_registration_profile_consent_text.py +194 -0
- oci/identity_domains/models/self_registration_profile_default_groups.py +190 -0
- oci/identity_domains/models/self_registration_profile_display_name.py +194 -0
- oci/identity_domains/models/self_registration_profile_email_template.py +202 -0
- oci/identity_domains/models/self_registration_profile_footer_text.py +194 -0
- oci/identity_domains/models/self_registration_profile_header_text.py +194 -0
- oci/identity_domains/models/self_registration_profile_search_request.py +364 -0
- oci/identity_domains/models/self_registration_profile_user_attributes.py +286 -0
- oci/identity_domains/models/self_registration_profiles.py +196 -0
- oci/identity_domains/models/setting.py +3110 -0
- oci/identity_domains/models/settings.py +196 -0
- oci/identity_domains/models/settings_certificate_validation.py +566 -0
- oci/identity_domains/models/settings_cloud_gate_cors_settings.py +318 -0
- oci/identity_domains/models/settings_company_names.py +135 -0
- oci/identity_domains/models/settings_default_company_names.py +143 -0
- oci/identity_domains/models/settings_default_images.py +188 -0
- oci/identity_domains/models/settings_default_login_texts.py +145 -0
- oci/identity_domains/models/settings_images.py +176 -0
- oci/identity_domains/models/settings_login_texts.py +137 -0
- oci/identity_domains/models/settings_purge_configs.py +139 -0
- oci/identity_domains/models/settings_search_request.py +171 -0
- oci/identity_domains/models/settings_tenant_custom_claims.py +438 -0
- oci/identity_domains/models/user_ext_risk_scores.py +4 -0
- 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_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +23 -23
- oci/log_analytics/log_analytics_client.py +192 -192
- 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 +23 -23
- 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 +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- 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/esxi_host_client.py +6 -6
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +159 -159
- 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/__init__.py +14 -0
- oci/psql/models/__init__.py +166 -0
- oci/psql/models/backup.py +645 -0
- oci/psql/models/backup_collection.py +72 -0
- oci/psql/models/backup_policy.py +156 -0
- oci/psql/models/backup_source_details.py +113 -0
- oci/psql/models/backup_summary.py +481 -0
- oci/psql/models/change_backup_compartment_details.py +74 -0
- oci/psql/models/change_configuration_compartment_details.py +74 -0
- oci/psql/models/change_db_system_compartment_details.py +78 -0
- oci/psql/models/config_overrides.py +103 -0
- oci/psql/models/config_params.py +289 -0
- oci/psql/models/configuration.py +532 -0
- oci/psql/models/configuration_collection.py +72 -0
- oci/psql/models/configuration_details.py +72 -0
- oci/psql/models/configuration_summary.py +450 -0
- oci/psql/models/connection_details.py +134 -0
- oci/psql/models/create_backup_details.py +262 -0
- oci/psql/models/create_configuration_details.py +384 -0
- oci/psql/models/create_db_instance_details.py +136 -0
- oci/psql/models/create_db_system_details.py +585 -0
- oci/psql/models/credentials.py +100 -0
- oci/psql/models/daily_backup_policy.py +89 -0
- oci/psql/models/db_configuration_override_collection.py +72 -0
- oci/psql/models/db_instance.py +325 -0
- oci/psql/models/db_instance_endpoint.py +99 -0
- oci/psql/models/db_system.py +827 -0
- oci/psql/models/db_system_collection.py +72 -0
- oci/psql/models/db_system_details.py +103 -0
- oci/psql/models/db_system_summary.py +574 -0
- oci/psql/models/default_config_params.py +258 -0
- oci/psql/models/default_configuration.py +406 -0
- oci/psql/models/default_configuration_collection.py +72 -0
- oci/psql/models/default_configuration_details.py +72 -0
- oci/psql/models/default_configuration_summary.py +320 -0
- oci/psql/models/endpoint.py +134 -0
- oci/psql/models/failover_db_system_details.py +107 -0
- oci/psql/models/management_policy.py +99 -0
- oci/psql/models/management_policy_details.py +99 -0
- oci/psql/models/monthly_backup_policy.py +122 -0
- oci/psql/models/network_details.py +136 -0
- oci/psql/models/none_backup_policy.py +58 -0
- oci/psql/models/none_source_details.py +51 -0
- oci/psql/models/oci_optimized_storage_details.py +95 -0
- oci/psql/models/password_details.py +110 -0
- oci/psql/models/patch_db_system_details.py +74 -0
- oci/psql/models/patch_insert_instruction.py +171 -0
- oci/psql/models/patch_instruction.py +184 -0
- oci/psql/models/patch_merge_instruction.py +97 -0
- oci/psql/models/patch_move_instruction.py +147 -0
- oci/psql/models/patch_prohibit_instruction.py +100 -0
- oci/psql/models/patch_remove_instruction.py +59 -0
- oci/psql/models/patch_replace_instruction.py +92 -0
- oci/psql/models/patch_require_instruction.py +99 -0
- oci/psql/models/plain_text_password_details.py +82 -0
- oci/psql/models/primary_db_instance_details.py +72 -0
- oci/psql/models/reset_master_user_password_details.py +69 -0
- oci/psql/models/restart_db_instance_in_db_system_details.py +119 -0
- oci/psql/models/restore_db_system_details.py +105 -0
- oci/psql/models/shape_collection.py +72 -0
- oci/psql/models/shape_summary.py +165 -0
- oci/psql/models/source_details.py +109 -0
- oci/psql/models/storage_details.py +161 -0
- oci/psql/models/update_backup_details.py +200 -0
- oci/psql/models/update_configuration_details.py +103 -0
- oci/psql/models/update_db_config_params.py +121 -0
- oci/psql/models/update_db_system_db_instance_details.py +103 -0
- oci/psql/models/update_db_system_details.py +250 -0
- oci/psql/models/update_storage_details_params.py +74 -0
- oci/psql/models/vault_secret_password_details.py +113 -0
- oci/psql/models/weekly_backup_policy.py +157 -0
- oci/psql/models/work_request.py +412 -0
- oci/psql/models/work_request_error.py +136 -0
- oci/psql/models/work_request_error_collection.py +72 -0
- oci/psql/models/work_request_log_entry.py +103 -0
- oci/psql/models/work_request_log_entry_collection.py +72 -0
- oci/psql/models/work_request_resource.py +228 -0
- oci/psql/models/work_request_summary.py +412 -0
- oci/psql/models/work_request_summary_collection.py +72 -0
- oci/psql/postgresql_client.py +3980 -0
- oci/psql/postgresql_client_composite_operations.py +807 -0
- 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/service_connector_client.py +12 -12
- 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 +58 -58
- 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 +19 -19
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/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.115.1.dist-info → oci-2.116.0.dist-info}/METADATA +1 -1
- {oci-2.115.1.dist-info → oci-2.116.0.dist-info}/RECORD +478 -259
- {oci-2.115.1.dist-info → oci-2.116.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.115.1.dist-info → oci-2.116.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.115.1.dist-info → oci-2.116.0.dist-info}/WHEEL +0 -0
- {oci-2.115.1.dist-info → oci-2.116.0.dist-info}/top_level.txt +0 -0
@@ -164,7 +164,7 @@ class DataCatalogClient(object):
|
|
164
164
|
:rtype: :class:`~oci.response.Response`
|
165
165
|
|
166
166
|
:example:
|
167
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
167
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/add_data_selector_patterns.py.html>`__ to see an example of how to use add_data_selector_patterns API.
|
168
168
|
"""
|
169
169
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
170
170
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -288,7 +288,7 @@ class DataCatalogClient(object):
|
|
288
288
|
:rtype: :class:`~oci.response.Response`
|
289
289
|
|
290
290
|
:example:
|
291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/associate_custom_property.py.html>`__ to see an example of how to use associate_custom_property API.
|
292
292
|
"""
|
293
293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
294
294
|
required_arguments = ['catalogId', 'typeKey']
|
@@ -405,7 +405,7 @@ class DataCatalogClient(object):
|
|
405
405
|
:rtype: :class:`~oci.response.Response`
|
406
406
|
|
407
407
|
:example:
|
408
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
408
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/asynchronous_export_glossary.py.html>`__ to see an example of how to use asynchronous_export_glossary API.
|
409
409
|
"""
|
410
410
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
411
411
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -524,7 +524,7 @@ class DataCatalogClient(object):
|
|
524
524
|
:rtype: :class:`~oci.response.Response`
|
525
525
|
|
526
526
|
:example:
|
527
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
527
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/attach_catalog_private_endpoint.py.html>`__ to see an example of how to use attach_catalog_private_endpoint API.
|
528
528
|
"""
|
529
529
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
530
530
|
required_arguments = ['catalogId']
|
@@ -635,7 +635,7 @@ class DataCatalogClient(object):
|
|
635
635
|
:rtype: :class:`~oci.response.Response`
|
636
636
|
|
637
637
|
:example:
|
638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/change_catalog_compartment.py.html>`__ to see an example of how to use change_catalog_compartment API.
|
639
639
|
"""
|
640
640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
641
641
|
required_arguments = ['catalogId']
|
@@ -743,7 +743,7 @@ class DataCatalogClient(object):
|
|
743
743
|
:rtype: :class:`~oci.response.Response`
|
744
744
|
|
745
745
|
:example:
|
746
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/change_catalog_private_endpoint_compartment.py.html>`__ to see an example of how to use change_catalog_private_endpoint_compartment API.
|
747
747
|
"""
|
748
748
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
749
749
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -851,7 +851,7 @@ class DataCatalogClient(object):
|
|
851
851
|
:rtype: :class:`~oci.response.Response`
|
852
852
|
|
853
853
|
:example:
|
854
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
854
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/change_metastore_compartment.py.html>`__ to see an example of how to use change_metastore_compartment API.
|
855
855
|
"""
|
856
856
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
857
857
|
required_arguments = ['metastoreId']
|
@@ -965,7 +965,7 @@ class DataCatalogClient(object):
|
|
965
965
|
:rtype: :class:`~oci.response.Response`
|
966
966
|
|
967
967
|
:example:
|
968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_attribute.py.html>`__ to see an example of how to use create_attribute API.
|
969
969
|
"""
|
970
970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
971
971
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -1087,7 +1087,7 @@ class DataCatalogClient(object):
|
|
1087
1087
|
:rtype: :class:`~oci.response.Response`
|
1088
1088
|
|
1089
1089
|
:example:
|
1090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_attribute_tag.py.html>`__ to see an example of how to use create_attribute_tag API.
|
1091
1091
|
"""
|
1092
1092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1093
1093
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -1199,7 +1199,7 @@ class DataCatalogClient(object):
|
|
1199
1199
|
:rtype: :class:`~oci.response.Response`
|
1200
1200
|
|
1201
1201
|
:example:
|
1202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1202
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_catalog.py.html>`__ to see an example of how to use create_catalog API.
|
1203
1203
|
"""
|
1204
1204
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1205
1205
|
required_arguments = []
|
@@ -1293,7 +1293,7 @@ class DataCatalogClient(object):
|
|
1293
1293
|
:rtype: :class:`~oci.response.Response`
|
1294
1294
|
|
1295
1295
|
:example:
|
1296
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1296
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_catalog_private_endpoint.py.html>`__ to see an example of how to use create_catalog_private_endpoint API.
|
1297
1297
|
"""
|
1298
1298
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1299
1299
|
required_arguments = []
|
@@ -1393,7 +1393,7 @@ class DataCatalogClient(object):
|
|
1393
1393
|
:rtype: :class:`~oci.response.Response`
|
1394
1394
|
|
1395
1395
|
:example:
|
1396
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1396
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_connection.py.html>`__ to see an example of how to use create_connection API.
|
1397
1397
|
"""
|
1398
1398
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1399
1399
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -1508,7 +1508,7 @@ class DataCatalogClient(object):
|
|
1508
1508
|
:rtype: :class:`~oci.response.Response`
|
1509
1509
|
|
1510
1510
|
:example:
|
1511
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1511
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_custom_property.py.html>`__ to see an example of how to use create_custom_property API.
|
1512
1512
|
"""
|
1513
1513
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1514
1514
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -1620,7 +1620,7 @@ class DataCatalogClient(object):
|
|
1620
1620
|
:rtype: :class:`~oci.response.Response`
|
1621
1621
|
|
1622
1622
|
:example:
|
1623
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1623
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_data_asset.py.html>`__ to see an example of how to use create_data_asset API.
|
1624
1624
|
"""
|
1625
1625
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1626
1626
|
required_arguments = ['catalogId']
|
@@ -1734,7 +1734,7 @@ class DataCatalogClient(object):
|
|
1734
1734
|
:rtype: :class:`~oci.response.Response`
|
1735
1735
|
|
1736
1736
|
:example:
|
1737
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_data_asset_tag.py.html>`__ to see an example of how to use create_data_asset_tag API.
|
1738
1738
|
"""
|
1739
1739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1740
1740
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -1849,7 +1849,7 @@ class DataCatalogClient(object):
|
|
1849
1849
|
:rtype: :class:`~oci.response.Response`
|
1850
1850
|
|
1851
1851
|
:example:
|
1852
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1852
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_entity.py.html>`__ to see an example of how to use create_entity API.
|
1853
1853
|
"""
|
1854
1854
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1855
1855
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -1967,7 +1967,7 @@ class DataCatalogClient(object):
|
|
1967
1967
|
:rtype: :class:`~oci.response.Response`
|
1968
1968
|
|
1969
1969
|
:example:
|
1970
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1970
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_entity_tag.py.html>`__ to see an example of how to use create_entity_tag API.
|
1971
1971
|
"""
|
1972
1972
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1973
1973
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -2083,7 +2083,7 @@ class DataCatalogClient(object):
|
|
2083
2083
|
:rtype: :class:`~oci.response.Response`
|
2084
2084
|
|
2085
2085
|
:example:
|
2086
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2086
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_folder.py.html>`__ to see an example of how to use create_folder API.
|
2087
2087
|
"""
|
2088
2088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2089
2089
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -2201,7 +2201,7 @@ class DataCatalogClient(object):
|
|
2201
2201
|
:rtype: :class:`~oci.response.Response`
|
2202
2202
|
|
2203
2203
|
:example:
|
2204
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2204
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_folder_tag.py.html>`__ to see an example of how to use create_folder_tag API.
|
2205
2205
|
"""
|
2206
2206
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2207
2207
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -2314,7 +2314,7 @@ class DataCatalogClient(object):
|
|
2314
2314
|
:rtype: :class:`~oci.response.Response`
|
2315
2315
|
|
2316
2316
|
:example:
|
2317
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2317
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_glossary.py.html>`__ to see an example of how to use create_glossary API.
|
2318
2318
|
"""
|
2319
2319
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2320
2320
|
required_arguments = ['catalogId']
|
@@ -2425,7 +2425,7 @@ class DataCatalogClient(object):
|
|
2425
2425
|
:rtype: :class:`~oci.response.Response`
|
2426
2426
|
|
2427
2427
|
:example:
|
2428
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2428
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_job.py.html>`__ to see an example of how to use create_job API.
|
2429
2429
|
"""
|
2430
2430
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2431
2431
|
required_arguments = ['catalogId']
|
@@ -2536,7 +2536,7 @@ class DataCatalogClient(object):
|
|
2536
2536
|
:rtype: :class:`~oci.response.Response`
|
2537
2537
|
|
2538
2538
|
:example:
|
2539
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2539
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_job_definition.py.html>`__ to see an example of how to use create_job_definition API.
|
2540
2540
|
"""
|
2541
2541
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2542
2542
|
required_arguments = ['catalogId']
|
@@ -2650,7 +2650,7 @@ class DataCatalogClient(object):
|
|
2650
2650
|
:rtype: :class:`~oci.response.Response`
|
2651
2651
|
|
2652
2652
|
:example:
|
2653
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2653
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_job_execution.py.html>`__ to see an example of how to use create_job_execution API.
|
2654
2654
|
"""
|
2655
2655
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2656
2656
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -2759,7 +2759,7 @@ class DataCatalogClient(object):
|
|
2759
2759
|
:rtype: :class:`~oci.response.Response`
|
2760
2760
|
|
2761
2761
|
:example:
|
2762
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2762
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_metastore.py.html>`__ to see an example of how to use create_metastore API.
|
2763
2763
|
"""
|
2764
2764
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2765
2765
|
required_arguments = []
|
@@ -2856,7 +2856,7 @@ class DataCatalogClient(object):
|
|
2856
2856
|
:rtype: :class:`~oci.response.Response`
|
2857
2857
|
|
2858
2858
|
:example:
|
2859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_namespace.py.html>`__ to see an example of how to use create_namespace API.
|
2860
2860
|
"""
|
2861
2861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2862
2862
|
required_arguments = ['catalogId']
|
@@ -2967,7 +2967,7 @@ class DataCatalogClient(object):
|
|
2967
2967
|
:rtype: :class:`~oci.response.Response`
|
2968
2968
|
|
2969
2969
|
:example:
|
2970
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2970
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_pattern.py.html>`__ to see an example of how to use create_pattern API.
|
2971
2971
|
"""
|
2972
2972
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2973
2973
|
required_arguments = ['catalogId']
|
@@ -3081,7 +3081,7 @@ class DataCatalogClient(object):
|
|
3081
3081
|
:rtype: :class:`~oci.response.Response`
|
3082
3082
|
|
3083
3083
|
:example:
|
3084
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3084
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_term.py.html>`__ to see an example of how to use create_term API.
|
3085
3085
|
"""
|
3086
3086
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3087
3087
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -3199,7 +3199,7 @@ class DataCatalogClient(object):
|
|
3199
3199
|
:rtype: :class:`~oci.response.Response`
|
3200
3200
|
|
3201
3201
|
:example:
|
3202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3202
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/create_term_relationship.py.html>`__ to see an example of how to use create_term_relationship API.
|
3203
3203
|
"""
|
3204
3204
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3205
3205
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -3318,7 +3318,7 @@ class DataCatalogClient(object):
|
|
3318
3318
|
:rtype: :class:`~oci.response.Response`
|
3319
3319
|
|
3320
3320
|
:example:
|
3321
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3321
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_attribute.py.html>`__ to see an example of how to use delete_attribute API.
|
3322
3322
|
"""
|
3323
3323
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3324
3324
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -3436,7 +3436,7 @@ class DataCatalogClient(object):
|
|
3436
3436
|
:rtype: :class:`~oci.response.Response`
|
3437
3437
|
|
3438
3438
|
:example:
|
3439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3439
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_attribute_tag.py.html>`__ to see an example of how to use delete_attribute_tag API.
|
3440
3440
|
"""
|
3441
3441
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3442
3442
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey', 'tagKey']
|
@@ -3543,7 +3543,7 @@ class DataCatalogClient(object):
|
|
3543
3543
|
:rtype: :class:`~oci.response.Response`
|
3544
3544
|
|
3545
3545
|
:example:
|
3546
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3546
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_catalog.py.html>`__ to see an example of how to use delete_catalog API.
|
3547
3547
|
"""
|
3548
3548
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3549
3549
|
required_arguments = ['catalogId']
|
@@ -3646,7 +3646,7 @@ class DataCatalogClient(object):
|
|
3646
3646
|
:rtype: :class:`~oci.response.Response`
|
3647
3647
|
|
3648
3648
|
:example:
|
3649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_catalog_private_endpoint.py.html>`__ to see an example of how to use delete_catalog_private_endpoint API.
|
3650
3650
|
"""
|
3651
3651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3652
3652
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -3755,7 +3755,7 @@ class DataCatalogClient(object):
|
|
3755
3755
|
:rtype: :class:`~oci.response.Response`
|
3756
3756
|
|
3757
3757
|
:example:
|
3758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
|
3759
3759
|
"""
|
3760
3760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3761
3761
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -3866,7 +3866,7 @@ class DataCatalogClient(object):
|
|
3866
3866
|
:rtype: :class:`~oci.response.Response`
|
3867
3867
|
|
3868
3868
|
:example:
|
3869
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3869
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_custom_property.py.html>`__ to see an example of how to use delete_custom_property API.
|
3870
3870
|
"""
|
3871
3871
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3872
3872
|
required_arguments = ['catalogId', 'namespaceId', 'customPropertyKey']
|
@@ -3974,7 +3974,7 @@ class DataCatalogClient(object):
|
|
3974
3974
|
:rtype: :class:`~oci.response.Response`
|
3975
3975
|
|
3976
3976
|
:example:
|
3977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3977
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_data_asset.py.html>`__ to see an example of how to use delete_data_asset API.
|
3978
3978
|
"""
|
3979
3979
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3980
3980
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -4084,7 +4084,7 @@ class DataCatalogClient(object):
|
|
4084
4084
|
:rtype: :class:`~oci.response.Response`
|
4085
4085
|
|
4086
4086
|
:example:
|
4087
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4087
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_data_asset_tag.py.html>`__ to see an example of how to use delete_data_asset_tag API.
|
4088
4088
|
"""
|
4089
4089
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4090
4090
|
required_arguments = ['catalogId', 'dataAssetKey', 'tagKey']
|
@@ -4195,7 +4195,7 @@ class DataCatalogClient(object):
|
|
4195
4195
|
:rtype: :class:`~oci.response.Response`
|
4196
4196
|
|
4197
4197
|
:example:
|
4198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_entity.py.html>`__ to see an example of how to use delete_entity API.
|
4199
4199
|
"""
|
4200
4200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4201
4201
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -4309,7 +4309,7 @@ class DataCatalogClient(object):
|
|
4309
4309
|
:rtype: :class:`~oci.response.Response`
|
4310
4310
|
|
4311
4311
|
:example:
|
4312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_entity_tag.py.html>`__ to see an example of how to use delete_entity_tag API.
|
4313
4313
|
"""
|
4314
4314
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4315
4315
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'tagKey']
|
@@ -4421,7 +4421,7 @@ class DataCatalogClient(object):
|
|
4421
4421
|
:rtype: :class:`~oci.response.Response`
|
4422
4422
|
|
4423
4423
|
:example:
|
4424
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4424
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_folder.py.html>`__ to see an example of how to use delete_folder API.
|
4425
4425
|
"""
|
4426
4426
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4427
4427
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -4535,7 +4535,7 @@ class DataCatalogClient(object):
|
|
4535
4535
|
:rtype: :class:`~oci.response.Response`
|
4536
4536
|
|
4537
4537
|
:example:
|
4538
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4538
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_folder_tag.py.html>`__ to see an example of how to use delete_folder_tag API.
|
4539
4539
|
"""
|
4540
4540
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4541
4541
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey', 'tagKey']
|
@@ -4644,7 +4644,7 @@ class DataCatalogClient(object):
|
|
4644
4644
|
:rtype: :class:`~oci.response.Response`
|
4645
4645
|
|
4646
4646
|
:example:
|
4647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_glossary.py.html>`__ to see an example of how to use delete_glossary API.
|
4648
4648
|
"""
|
4649
4649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4650
4650
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -4751,7 +4751,7 @@ class DataCatalogClient(object):
|
|
4751
4751
|
:rtype: :class:`~oci.response.Response`
|
4752
4752
|
|
4753
4753
|
:example:
|
4754
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4754
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_job.py.html>`__ to see an example of how to use delete_job API.
|
4755
4755
|
"""
|
4756
4756
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4757
4757
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -4858,7 +4858,7 @@ class DataCatalogClient(object):
|
|
4858
4858
|
:rtype: :class:`~oci.response.Response`
|
4859
4859
|
|
4860
4860
|
:example:
|
4861
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4861
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_job_definition.py.html>`__ to see an example of how to use delete_job_definition API.
|
4862
4862
|
"""
|
4863
4863
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4864
4864
|
required_arguments = ['catalogId', 'jobDefinitionKey']
|
@@ -4962,7 +4962,7 @@ class DataCatalogClient(object):
|
|
4962
4962
|
:rtype: :class:`~oci.response.Response`
|
4963
4963
|
|
4964
4964
|
:example:
|
4965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_metastore.py.html>`__ to see an example of how to use delete_metastore API.
|
4966
4966
|
"""
|
4967
4967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4968
4968
|
required_arguments = ['metastoreId']
|
@@ -5068,7 +5068,7 @@ class DataCatalogClient(object):
|
|
5068
5068
|
:rtype: :class:`~oci.response.Response`
|
5069
5069
|
|
5070
5070
|
:example:
|
5071
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5071
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_namespace.py.html>`__ to see an example of how to use delete_namespace API.
|
5072
5072
|
"""
|
5073
5073
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5074
5074
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -5175,7 +5175,7 @@ class DataCatalogClient(object):
|
|
5175
5175
|
:rtype: :class:`~oci.response.Response`
|
5176
5176
|
|
5177
5177
|
:example:
|
5178
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5178
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_pattern.py.html>`__ to see an example of how to use delete_pattern API.
|
5179
5179
|
"""
|
5180
5180
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5181
5181
|
required_arguments = ['catalogId', 'patternKey']
|
@@ -5285,7 +5285,7 @@ class DataCatalogClient(object):
|
|
5285
5285
|
:rtype: :class:`~oci.response.Response`
|
5286
5286
|
|
5287
5287
|
:example:
|
5288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_term.py.html>`__ to see an example of how to use delete_term API.
|
5289
5289
|
"""
|
5290
5290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5291
5291
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -5399,7 +5399,7 @@ class DataCatalogClient(object):
|
|
5399
5399
|
:rtype: :class:`~oci.response.Response`
|
5400
5400
|
|
5401
5401
|
:example:
|
5402
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5402
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/delete_term_relationship.py.html>`__ to see an example of how to use delete_term_relationship API.
|
5403
5403
|
"""
|
5404
5404
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5405
5405
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey', 'termRelationshipKey']
|
@@ -5508,7 +5508,7 @@ class DataCatalogClient(object):
|
|
5508
5508
|
:rtype: :class:`~oci.response.Response`
|
5509
5509
|
|
5510
5510
|
:example:
|
5511
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5511
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/detach_catalog_private_endpoint.py.html>`__ to see an example of how to use detach_catalog_private_endpoint API.
|
5512
5512
|
"""
|
5513
5513
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5514
5514
|
required_arguments = ['catalogId']
|
@@ -5626,7 +5626,7 @@ class DataCatalogClient(object):
|
|
5626
5626
|
:rtype: :class:`~oci.response.Response`
|
5627
5627
|
|
5628
5628
|
:example:
|
5629
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5629
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/disassociate_custom_property.py.html>`__ to see an example of how to use disassociate_custom_property API.
|
5630
5630
|
"""
|
5631
5631
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5632
5632
|
required_arguments = ['catalogId', 'typeKey']
|
@@ -5740,7 +5740,7 @@ class DataCatalogClient(object):
|
|
5740
5740
|
:rtype: :class:`~oci.response.Response`
|
5741
5741
|
|
5742
5742
|
:example:
|
5743
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5743
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/expand_tree_for_glossary.py.html>`__ to see an example of how to use expand_tree_for_glossary API.
|
5744
5744
|
"""
|
5745
5745
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5746
5746
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -5855,7 +5855,7 @@ class DataCatalogClient(object):
|
|
5855
5855
|
:rtype: :class:`~oci.response.Response`
|
5856
5856
|
|
5857
5857
|
:example:
|
5858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5858
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/export_glossary.py.html>`__ to see an example of how to use export_glossary API.
|
5859
5859
|
"""
|
5860
5860
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5861
5861
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -5985,7 +5985,7 @@ class DataCatalogClient(object):
|
|
5985
5985
|
:rtype: :class:`~oci.response.Response`
|
5986
5986
|
|
5987
5987
|
:example:
|
5988
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5988
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/fetch_entity_lineage.py.html>`__ to see an example of how to use fetch_entity_lineage API.
|
5989
5989
|
"""
|
5990
5990
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5991
5991
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -6116,7 +6116,7 @@ class DataCatalogClient(object):
|
|
6116
6116
|
:rtype: :class:`~oci.response.Response`
|
6117
6117
|
|
6118
6118
|
:example:
|
6119
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6119
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_attribute.py.html>`__ to see an example of how to use get_attribute API.
|
6120
6120
|
"""
|
6121
6121
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6122
6122
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -6252,7 +6252,7 @@ class DataCatalogClient(object):
|
|
6252
6252
|
:rtype: :class:`~oci.response.Response`
|
6253
6253
|
|
6254
6254
|
:example:
|
6255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6255
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_attribute_tag.py.html>`__ to see an example of how to use get_attribute_tag API.
|
6256
6256
|
"""
|
6257
6257
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6258
6258
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey', 'tagKey']
|
@@ -6370,7 +6370,7 @@ class DataCatalogClient(object):
|
|
6370
6370
|
:rtype: :class:`~oci.response.Response`
|
6371
6371
|
|
6372
6372
|
:example:
|
6373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_catalog.py.html>`__ to see an example of how to use get_catalog API.
|
6374
6374
|
"""
|
6375
6375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6376
6376
|
required_arguments = ['catalogId']
|
@@ -6468,7 +6468,7 @@ class DataCatalogClient(object):
|
|
6468
6468
|
:rtype: :class:`~oci.response.Response`
|
6469
6469
|
|
6470
6470
|
:example:
|
6471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_catalog_private_endpoint.py.html>`__ to see an example of how to use get_catalog_private_endpoint API.
|
6472
6472
|
"""
|
6473
6473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6474
6474
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -6577,7 +6577,7 @@ class DataCatalogClient(object):
|
|
6577
6577
|
:rtype: :class:`~oci.response.Response`
|
6578
6578
|
|
6579
6579
|
:example:
|
6580
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6580
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_connection.py.html>`__ to see an example of how to use get_connection API.
|
6581
6581
|
"""
|
6582
6582
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6583
6583
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -6704,7 +6704,7 @@ class DataCatalogClient(object):
|
|
6704
6704
|
:rtype: :class:`~oci.response.Response`
|
6705
6705
|
|
6706
6706
|
:example:
|
6707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_custom_property.py.html>`__ to see an example of how to use get_custom_property API.
|
6708
6708
|
"""
|
6709
6709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6710
6710
|
required_arguments = ['catalogId', 'namespaceId', 'customPropertyKey']
|
@@ -6828,7 +6828,7 @@ class DataCatalogClient(object):
|
|
6828
6828
|
:rtype: :class:`~oci.response.Response`
|
6829
6829
|
|
6830
6830
|
:example:
|
6831
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6831
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_data_asset.py.html>`__ to see an example of how to use get_data_asset API.
|
6832
6832
|
"""
|
6833
6833
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6834
6834
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -6954,7 +6954,7 @@ class DataCatalogClient(object):
|
|
6954
6954
|
:rtype: :class:`~oci.response.Response`
|
6955
6955
|
|
6956
6956
|
:example:
|
6957
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6957
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_data_asset_tag.py.html>`__ to see an example of how to use get_data_asset_tag API.
|
6958
6958
|
"""
|
6959
6959
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6960
6960
|
required_arguments = ['catalogId', 'dataAssetKey', 'tagKey']
|
@@ -7084,7 +7084,7 @@ class DataCatalogClient(object):
|
|
7084
7084
|
:rtype: :class:`~oci.response.Response`
|
7085
7085
|
|
7086
7086
|
:example:
|
7087
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7087
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_entity.py.html>`__ to see an example of how to use get_entity API.
|
7088
7088
|
"""
|
7089
7089
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7090
7090
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -7216,7 +7216,7 @@ class DataCatalogClient(object):
|
|
7216
7216
|
:rtype: :class:`~oci.response.Response`
|
7217
7217
|
|
7218
7218
|
:example:
|
7219
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7219
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_entity_tag.py.html>`__ to see an example of how to use get_entity_tag API.
|
7220
7220
|
"""
|
7221
7221
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7222
7222
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'tagKey']
|
@@ -7347,7 +7347,7 @@ class DataCatalogClient(object):
|
|
7347
7347
|
:rtype: :class:`~oci.response.Response`
|
7348
7348
|
|
7349
7349
|
:example:
|
7350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_folder.py.html>`__ to see an example of how to use get_folder API.
|
7351
7351
|
"""
|
7352
7352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7353
7353
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -7479,7 +7479,7 @@ class DataCatalogClient(object):
|
|
7479
7479
|
:rtype: :class:`~oci.response.Response`
|
7480
7480
|
|
7481
7481
|
:example:
|
7482
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_folder_tag.py.html>`__ to see an example of how to use get_folder_tag API.
|
7483
7483
|
"""
|
7484
7484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7485
7485
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey', 'tagKey']
|
@@ -7604,7 +7604,7 @@ class DataCatalogClient(object):
|
|
7604
7604
|
:rtype: :class:`~oci.response.Response`
|
7605
7605
|
|
7606
7606
|
:example:
|
7607
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7607
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_glossary.py.html>`__ to see an example of how to use get_glossary API.
|
7608
7608
|
"""
|
7609
7609
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7610
7610
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -7727,7 +7727,7 @@ class DataCatalogClient(object):
|
|
7727
7727
|
:rtype: :class:`~oci.response.Response`
|
7728
7728
|
|
7729
7729
|
:example:
|
7730
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_job.py.html>`__ to see an example of how to use get_job API.
|
7731
7731
|
"""
|
7732
7732
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7733
7733
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -7850,7 +7850,7 @@ class DataCatalogClient(object):
|
|
7850
7850
|
:rtype: :class:`~oci.response.Response`
|
7851
7851
|
|
7852
7852
|
:example:
|
7853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_job_definition.py.html>`__ to see an example of how to use get_job_definition API.
|
7854
7854
|
"""
|
7855
7855
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7856
7856
|
required_arguments = ['catalogId', 'jobDefinitionKey']
|
@@ -7976,7 +7976,7 @@ class DataCatalogClient(object):
|
|
7976
7976
|
:rtype: :class:`~oci.response.Response`
|
7977
7977
|
|
7978
7978
|
:example:
|
7979
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7979
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
|
7980
7980
|
"""
|
7981
7981
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7982
7982
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey']
|
@@ -8106,7 +8106,7 @@ class DataCatalogClient(object):
|
|
8106
8106
|
:rtype: :class:`~oci.response.Response`
|
8107
8107
|
|
8108
8108
|
:example:
|
8109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8109
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_job_log.py.html>`__ to see an example of how to use get_job_log API.
|
8110
8110
|
"""
|
8111
8111
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8112
8112
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey', 'jobLogKey']
|
@@ -8237,7 +8237,7 @@ class DataCatalogClient(object):
|
|
8237
8237
|
:rtype: :class:`~oci.response.Response`
|
8238
8238
|
|
8239
8239
|
:example:
|
8240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_job_metrics.py.html>`__ to see an example of how to use get_job_metrics API.
|
8241
8241
|
"""
|
8242
8242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8243
8243
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey', 'jobMetricsKey']
|
@@ -8354,7 +8354,7 @@ class DataCatalogClient(object):
|
|
8354
8354
|
:rtype: :class:`~oci.response.Response`
|
8355
8355
|
|
8356
8356
|
:example:
|
8357
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8357
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_metastore.py.html>`__ to see an example of how to use get_metastore API.
|
8358
8358
|
"""
|
8359
8359
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8360
8360
|
required_arguments = ['metastoreId']
|
@@ -8460,7 +8460,7 @@ class DataCatalogClient(object):
|
|
8460
8460
|
:rtype: :class:`~oci.response.Response`
|
8461
8461
|
|
8462
8462
|
:example:
|
8463
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8463
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_namespace.py.html>`__ to see an example of how to use get_namespace API.
|
8464
8464
|
"""
|
8465
8465
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8466
8466
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -8583,7 +8583,7 @@ class DataCatalogClient(object):
|
|
8583
8583
|
:rtype: :class:`~oci.response.Response`
|
8584
8584
|
|
8585
8585
|
:example:
|
8586
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8586
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_pattern.py.html>`__ to see an example of how to use get_pattern API.
|
8587
8587
|
"""
|
8588
8588
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8589
8589
|
required_arguments = ['catalogId', 'patternKey']
|
@@ -8709,7 +8709,7 @@ class DataCatalogClient(object):
|
|
8709
8709
|
:rtype: :class:`~oci.response.Response`
|
8710
8710
|
|
8711
8711
|
:example:
|
8712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_term.py.html>`__ to see an example of how to use get_term API.
|
8713
8713
|
"""
|
8714
8714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8715
8715
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -8839,7 +8839,7 @@ class DataCatalogClient(object):
|
|
8839
8839
|
:rtype: :class:`~oci.response.Response`
|
8840
8840
|
|
8841
8841
|
:example:
|
8842
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8842
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_term_relationship.py.html>`__ to see an example of how to use get_term_relationship API.
|
8843
8843
|
"""
|
8844
8844
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8845
8845
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey', 'termRelationshipKey']
|
@@ -8964,7 +8964,7 @@ class DataCatalogClient(object):
|
|
8964
8964
|
:rtype: :class:`~oci.response.Response`
|
8965
8965
|
|
8966
8966
|
:example:
|
8967
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8967
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_type.py.html>`__ to see an example of how to use get_type API.
|
8968
8968
|
"""
|
8969
8969
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8970
8970
|
required_arguments = ['catalogId', 'typeKey']
|
@@ -9079,7 +9079,7 @@ class DataCatalogClient(object):
|
|
9079
9079
|
:rtype: :class:`~oci.response.Response`
|
9080
9080
|
|
9081
9081
|
:example:
|
9082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
9083
9083
|
"""
|
9084
9084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9085
9085
|
required_arguments = ['workRequestId']
|
@@ -9197,7 +9197,7 @@ class DataCatalogClient(object):
|
|
9197
9197
|
:rtype: :class:`~oci.response.Response`
|
9198
9198
|
|
9199
9199
|
:example:
|
9200
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9200
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/import_connection.py.html>`__ to see an example of how to use import_connection API.
|
9201
9201
|
"""
|
9202
9202
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9203
9203
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -9322,7 +9322,7 @@ class DataCatalogClient(object):
|
|
9322
9322
|
:rtype: :class:`~oci.response.Response`
|
9323
9323
|
|
9324
9324
|
:example:
|
9325
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9325
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/import_data_asset.py.html>`__ to see an example of how to use import_data_asset API.
|
9326
9326
|
"""
|
9327
9327
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9328
9328
|
required_arguments = ['catalogId', 'dataAssetKey', 'importType']
|
@@ -9456,7 +9456,7 @@ class DataCatalogClient(object):
|
|
9456
9456
|
:rtype: :class:`~oci.response.Response`
|
9457
9457
|
|
9458
9458
|
:example:
|
9459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/import_glossary.py.html>`__ to see an example of how to use import_glossary API.
|
9460
9460
|
"""
|
9461
9461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9462
9462
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -9599,7 +9599,7 @@ class DataCatalogClient(object):
|
|
9599
9599
|
:rtype: :class:`~oci.response.Response`
|
9600
9600
|
|
9601
9601
|
:example:
|
9602
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9602
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_aggregated_physical_entities.py.html>`__ to see an example of how to use list_aggregated_physical_entities API.
|
9603
9603
|
"""
|
9604
9604
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9605
9605
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -9793,7 +9793,7 @@ class DataCatalogClient(object):
|
|
9793
9793
|
:rtype: :class:`~oci.response.Response`
|
9794
9794
|
|
9795
9795
|
:example:
|
9796
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9796
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_attribute_tags.py.html>`__ to see an example of how to use list_attribute_tags API.
|
9797
9797
|
"""
|
9798
9798
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9799
9799
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -10043,7 +10043,7 @@ class DataCatalogClient(object):
|
|
10043
10043
|
:rtype: :class:`~oci.response.Response`
|
10044
10044
|
|
10045
10045
|
:example:
|
10046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_attributes.py.html>`__ to see an example of how to use list_attributes API.
|
10047
10047
|
"""
|
10048
10048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10049
10049
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -10248,7 +10248,7 @@ class DataCatalogClient(object):
|
|
10248
10248
|
:rtype: :class:`~oci.response.Response`
|
10249
10249
|
|
10250
10250
|
:example:
|
10251
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10251
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_catalog_private_endpoints.py.html>`__ to see an example of how to use list_catalog_private_endpoints API.
|
10252
10252
|
"""
|
10253
10253
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10254
10254
|
required_arguments = ['compartmentId']
|
@@ -10398,7 +10398,7 @@ class DataCatalogClient(object):
|
|
10398
10398
|
:rtype: :class:`~oci.response.Response`
|
10399
10399
|
|
10400
10400
|
:example:
|
10401
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10401
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_catalogs.py.html>`__ to see an example of how to use list_catalogs API.
|
10402
10402
|
"""
|
10403
10403
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10404
10404
|
required_arguments = ['compartmentId']
|
@@ -10588,7 +10588,7 @@ class DataCatalogClient(object):
|
|
10588
10588
|
:rtype: :class:`~oci.response.Response`
|
10589
10589
|
|
10590
10590
|
:example:
|
10591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10591
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_connections.py.html>`__ to see an example of how to use list_connections API.
|
10592
10592
|
"""
|
10593
10593
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10594
10594
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -10815,7 +10815,7 @@ class DataCatalogClient(object):
|
|
10815
10815
|
:rtype: :class:`~oci.response.Response`
|
10816
10816
|
|
10817
10817
|
:example:
|
10818
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10818
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_custom_properties.py.html>`__ to see an example of how to use list_custom_properties API.
|
10819
10819
|
"""
|
10820
10820
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10821
10821
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -11039,7 +11039,7 @@ class DataCatalogClient(object):
|
|
11039
11039
|
:rtype: :class:`~oci.response.Response`
|
11040
11040
|
|
11041
11041
|
:example:
|
11042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_data_asset_tags.py.html>`__ to see an example of how to use list_data_asset_tags API.
|
11043
11043
|
"""
|
11044
11044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11045
11045
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -11251,7 +11251,7 @@ class DataCatalogClient(object):
|
|
11251
11251
|
:rtype: :class:`~oci.response.Response`
|
11252
11252
|
|
11253
11253
|
:example:
|
11254
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11254
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_data_assets.py.html>`__ to see an example of how to use list_data_assets API.
|
11255
11255
|
"""
|
11256
11256
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11257
11257
|
required_arguments = ['catalogId']
|
@@ -11450,7 +11450,7 @@ class DataCatalogClient(object):
|
|
11450
11450
|
:rtype: :class:`~oci.response.Response`
|
11451
11451
|
|
11452
11452
|
:example:
|
11453
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11453
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_derived_logical_entities.py.html>`__ to see an example of how to use list_derived_logical_entities API.
|
11454
11454
|
"""
|
11455
11455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11456
11456
|
required_arguments = ['catalogId', 'patternKey']
|
@@ -11683,7 +11683,7 @@ class DataCatalogClient(object):
|
|
11683
11683
|
:rtype: :class:`~oci.response.Response`
|
11684
11684
|
|
11685
11685
|
:example:
|
11686
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11686
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_entities.py.html>`__ to see an example of how to use list_entities API.
|
11687
11687
|
"""
|
11688
11688
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11689
11689
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -11923,7 +11923,7 @@ class DataCatalogClient(object):
|
|
11923
11923
|
:rtype: :class:`~oci.response.Response`
|
11924
11924
|
|
11925
11925
|
:example:
|
11926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_entity_tags.py.html>`__ to see an example of how to use list_entity_tags API.
|
11927
11927
|
"""
|
11928
11928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11929
11929
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -12129,7 +12129,7 @@ class DataCatalogClient(object):
|
|
12129
12129
|
:rtype: :class:`~oci.response.Response`
|
12130
12130
|
|
12131
12131
|
:example:
|
12132
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12132
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_folder_tags.py.html>`__ to see an example of how to use list_folder_tags API.
|
12133
12133
|
"""
|
12134
12134
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12135
12135
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -12368,7 +12368,7 @@ class DataCatalogClient(object):
|
|
12368
12368
|
:rtype: :class:`~oci.response.Response`
|
12369
12369
|
|
12370
12370
|
:example:
|
12371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_folders.py.html>`__ to see an example of how to use list_folders API.
|
12372
12372
|
"""
|
12373
12373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12374
12374
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -12599,7 +12599,7 @@ class DataCatalogClient(object):
|
|
12599
12599
|
:rtype: :class:`~oci.response.Response`
|
12600
12600
|
|
12601
12601
|
:example:
|
12602
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12602
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_glossaries.py.html>`__ to see an example of how to use list_glossaries API.
|
12603
12603
|
"""
|
12604
12604
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12605
12605
|
required_arguments = ['catalogId']
|
@@ -12831,7 +12831,7 @@ class DataCatalogClient(object):
|
|
12831
12831
|
:rtype: :class:`~oci.response.Response`
|
12832
12832
|
|
12833
12833
|
:example:
|
12834
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12834
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_job_definitions.py.html>`__ to see an example of how to use list_job_definitions API.
|
12835
12835
|
"""
|
12836
12836
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12837
12837
|
required_arguments = ['catalogId']
|
@@ -13102,7 +13102,7 @@ class DataCatalogClient(object):
|
|
13102
13102
|
:rtype: :class:`~oci.response.Response`
|
13103
13103
|
|
13104
13104
|
:example:
|
13105
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13105
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
|
13106
13106
|
"""
|
13107
13107
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13108
13108
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -13336,7 +13336,7 @@ class DataCatalogClient(object):
|
|
13336
13336
|
:rtype: :class:`~oci.response.Response`
|
13337
13337
|
|
13338
13338
|
:example:
|
13339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13339
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_job_logs.py.html>`__ to see an example of how to use list_job_logs API.
|
13340
13340
|
"""
|
13341
13341
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13342
13342
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey']
|
@@ -13565,7 +13565,7 @@ class DataCatalogClient(object):
|
|
13565
13565
|
:rtype: :class:`~oci.response.Response`
|
13566
13566
|
|
13567
13567
|
:example:
|
13568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_job_metrics.py.html>`__ to see an example of how to use list_job_metrics API.
|
13569
13569
|
"""
|
13570
13570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13571
13571
|
required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey']
|
@@ -13823,7 +13823,7 @@ class DataCatalogClient(object):
|
|
13823
13823
|
:rtype: :class:`~oci.response.Response`
|
13824
13824
|
|
13825
13825
|
:example:
|
13826
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13826
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
|
13827
13827
|
"""
|
13828
13828
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13829
13829
|
required_arguments = ['catalogId']
|
@@ -14040,7 +14040,7 @@ class DataCatalogClient(object):
|
|
14040
14040
|
:rtype: :class:`~oci.response.Response`
|
14041
14041
|
|
14042
14042
|
:example:
|
14043
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14043
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_metastores.py.html>`__ to see an example of how to use list_metastores API.
|
14044
14044
|
"""
|
14045
14045
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14046
14046
|
required_arguments = ['compartmentId']
|
@@ -14216,7 +14216,7 @@ class DataCatalogClient(object):
|
|
14216
14216
|
:rtype: :class:`~oci.response.Response`
|
14217
14217
|
|
14218
14218
|
:example:
|
14219
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14219
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_namespaces.py.html>`__ to see an example of how to use list_namespaces API.
|
14220
14220
|
"""
|
14221
14221
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14222
14222
|
required_arguments = ['catalogId']
|
@@ -14423,7 +14423,7 @@ class DataCatalogClient(object):
|
|
14423
14423
|
:rtype: :class:`~oci.response.Response`
|
14424
14424
|
|
14425
14425
|
:example:
|
14426
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14426
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_patterns.py.html>`__ to see an example of how to use list_patterns API.
|
14427
14427
|
"""
|
14428
14428
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14429
14429
|
required_arguments = ['catalogId']
|
@@ -14649,7 +14649,7 @@ class DataCatalogClient(object):
|
|
14649
14649
|
:rtype: :class:`~oci.response.Response`
|
14650
14650
|
|
14651
14651
|
:example:
|
14652
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_rules.py.html>`__ to see an example of how to use list_rules API.
|
14653
14653
|
"""
|
14654
14654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14655
14655
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -14862,7 +14862,7 @@ class DataCatalogClient(object):
|
|
14862
14862
|
:rtype: :class:`~oci.response.Response`
|
14863
14863
|
|
14864
14864
|
:example:
|
14865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_tags.py.html>`__ to see an example of how to use list_tags API.
|
14866
14866
|
"""
|
14867
14867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14868
14868
|
required_arguments = ['catalogId']
|
@@ -15051,7 +15051,7 @@ class DataCatalogClient(object):
|
|
15051
15051
|
:rtype: :class:`~oci.response.Response`
|
15052
15052
|
|
15053
15053
|
:example:
|
15054
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15054
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_term_relationships.py.html>`__ to see an example of how to use list_term_relationships API.
|
15055
15055
|
"""
|
15056
15056
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15057
15057
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -15253,7 +15253,7 @@ class DataCatalogClient(object):
|
|
15253
15253
|
:rtype: :class:`~oci.response.Response`
|
15254
15254
|
|
15255
15255
|
:example:
|
15256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_terms.py.html>`__ to see an example of how to use list_terms API.
|
15257
15257
|
"""
|
15258
15258
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15259
15259
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -15462,7 +15462,7 @@ class DataCatalogClient(object):
|
|
15462
15462
|
:rtype: :class:`~oci.response.Response`
|
15463
15463
|
|
15464
15464
|
:example:
|
15465
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_types.py.html>`__ to see an example of how to use list_types API.
|
15466
15466
|
"""
|
15467
15467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15468
15468
|
required_arguments = ['catalogId']
|
@@ -15635,7 +15635,7 @@ class DataCatalogClient(object):
|
|
15635
15635
|
:rtype: :class:`~oci.response.Response`
|
15636
15636
|
|
15637
15637
|
:example:
|
15638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
15639
15639
|
"""
|
15640
15640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15641
15641
|
required_arguments = ['workRequestId']
|
@@ -15777,7 +15777,7 @@ class DataCatalogClient(object):
|
|
15777
15777
|
:rtype: :class:`~oci.response.Response`
|
15778
15778
|
|
15779
15779
|
:example:
|
15780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
15781
15781
|
"""
|
15782
15782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15783
15783
|
required_arguments = ['workRequestId']
|
@@ -15909,7 +15909,7 @@ class DataCatalogClient(object):
|
|
15909
15909
|
:rtype: :class:`~oci.response.Response`
|
15910
15910
|
|
15911
15911
|
:example:
|
15912
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15912
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
15913
15913
|
"""
|
15914
15914
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15915
15915
|
required_arguments = ['compartmentId']
|
@@ -16022,7 +16022,7 @@ class DataCatalogClient(object):
|
|
16022
16022
|
:rtype: :class:`~oci.response.Response`
|
16023
16023
|
|
16024
16024
|
:example:
|
16025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/object_stats.py.html>`__ to see an example of how to use object_stats API.
|
16026
16026
|
"""
|
16027
16027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16028
16028
|
required_arguments = ['catalogId']
|
@@ -16164,7 +16164,7 @@ class DataCatalogClient(object):
|
|
16164
16164
|
:rtype: :class:`~oci.response.Response`
|
16165
16165
|
|
16166
16166
|
:example:
|
16167
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16167
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/parse_connection.py.html>`__ to see an example of how to use parse_connection API.
|
16168
16168
|
"""
|
16169
16169
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16170
16170
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -16285,7 +16285,7 @@ class DataCatalogClient(object):
|
|
16285
16285
|
:rtype: :class:`~oci.response.Response`
|
16286
16286
|
|
16287
16287
|
:example:
|
16288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/process_recommendation.py.html>`__ to see an example of how to use process_recommendation API.
|
16289
16289
|
"""
|
16290
16290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16291
16291
|
required_arguments = ['catalogId']
|
@@ -16405,7 +16405,7 @@ class DataCatalogClient(object):
|
|
16405
16405
|
:rtype: :class:`~oci.response.Response`
|
16406
16406
|
|
16407
16407
|
:example:
|
16408
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16408
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/recommendations.py.html>`__ to see an example of how to use recommendations API.
|
16409
16409
|
"""
|
16410
16410
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16411
16411
|
required_arguments = ['catalogId', 'recommendationType', 'sourceObjectKey', 'sourceObjectType']
|
@@ -16552,7 +16552,7 @@ class DataCatalogClient(object):
|
|
16552
16552
|
:rtype: :class:`~oci.response.Response`
|
16553
16553
|
|
16554
16554
|
:example:
|
16555
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16555
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/remove_data_selector_patterns.py.html>`__ to see an example of how to use remove_data_selector_patterns API.
|
16556
16556
|
"""
|
16557
16557
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16558
16558
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -16691,7 +16691,7 @@ class DataCatalogClient(object):
|
|
16691
16691
|
:rtype: :class:`~oci.response.Response`
|
16692
16692
|
|
16693
16693
|
:example:
|
16694
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16694
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/search_criteria.py.html>`__ to see an example of how to use search_criteria API.
|
16695
16695
|
"""
|
16696
16696
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16697
16697
|
required_arguments = ['catalogId']
|
@@ -16846,7 +16846,7 @@ class DataCatalogClient(object):
|
|
16846
16846
|
:rtype: :class:`~oci.response.Response`
|
16847
16847
|
|
16848
16848
|
:example:
|
16849
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16849
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/suggest_matches.py.html>`__ to see an example of how to use suggest_matches API.
|
16850
16850
|
"""
|
16851
16851
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16852
16852
|
required_arguments = ['catalogId', 'inputText']
|
@@ -16973,7 +16973,7 @@ class DataCatalogClient(object):
|
|
16973
16973
|
:rtype: :class:`~oci.response.Response`
|
16974
16974
|
|
16975
16975
|
:example:
|
16976
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16976
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/synchronous_export_data_asset.py.html>`__ to see an example of how to use synchronous_export_data_asset API.
|
16977
16977
|
"""
|
16978
16978
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16979
16979
|
required_arguments = ['catalogId', 'dataAssetKey', 'exportType']
|
@@ -17102,7 +17102,7 @@ class DataCatalogClient(object):
|
|
17102
17102
|
:rtype: :class:`~oci.response.Response`
|
17103
17103
|
|
17104
17104
|
:example:
|
17105
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17105
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/test_connection.py.html>`__ to see an example of how to use test_connection API.
|
17106
17106
|
"""
|
17107
17107
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17108
17108
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -17224,7 +17224,7 @@ class DataCatalogClient(object):
|
|
17224
17224
|
:rtype: :class:`~oci.response.Response`
|
17225
17225
|
|
17226
17226
|
:example:
|
17227
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/update_attribute.py.html>`__ to see an example of how to use update_attribute API.
|
17228
17228
|
"""
|
17229
17229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17230
17230
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
|
@@ -17337,7 +17337,7 @@ class DataCatalogClient(object):
|
|
17337
17337
|
:rtype: :class:`~oci.response.Response`
|
17338
17338
|
|
17339
17339
|
:example:
|
17340
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/update_catalog.py.html>`__ to see an example of how to use update_catalog API.
|
17341
17341
|
"""
|
17342
17342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17343
17343
|
required_arguments = ['catalogId']
|
@@ -17447,7 +17447,7 @@ class DataCatalogClient(object):
|
|
17447
17447
|
:rtype: :class:`~oci.response.Response`
|
17448
17448
|
|
17449
17449
|
:example:
|
17450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/update_catalog_private_endpoint.py.html>`__ to see an example of how to use update_catalog_private_endpoint API.
|
17451
17451
|
"""
|
17452
17452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17453
17453
|
required_arguments = ['catalogPrivateEndpointId']
|
@@ -17561,7 +17561,7 @@ class DataCatalogClient(object):
|
|
17561
17561
|
:rtype: :class:`~oci.response.Response`
|
17562
17562
|
|
17563
17563
|
:example:
|
17564
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17564
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/update_connection.py.html>`__ to see an example of how to use update_connection API.
|
17565
17565
|
"""
|
17566
17566
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17567
17567
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -17679,7 +17679,7 @@ class DataCatalogClient(object):
|
|
17679
17679
|
:rtype: :class:`~oci.response.Response`
|
17680
17680
|
|
17681
17681
|
:example:
|
17682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/update_custom_property.py.html>`__ to see an example of how to use update_custom_property API.
|
17683
17683
|
"""
|
17684
17684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17685
17685
|
required_arguments = ['catalogId', 'namespaceId', 'customPropertyKey']
|
@@ -17794,7 +17794,7 @@ class DataCatalogClient(object):
|
|
17794
17794
|
:rtype: :class:`~oci.response.Response`
|
17795
17795
|
|
17796
17796
|
:example:
|
17797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/update_data_asset.py.html>`__ to see an example of how to use update_data_asset API.
|
17798
17798
|
"""
|
17799
17799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17800
17800
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -17911,7 +17911,7 @@ class DataCatalogClient(object):
|
|
17911
17911
|
:rtype: :class:`~oci.response.Response`
|
17912
17912
|
|
17913
17913
|
:example:
|
17914
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17914
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/update_entity.py.html>`__ to see an example of how to use update_entity API.
|
17915
17915
|
"""
|
17916
17916
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17917
17917
|
required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
|
@@ -18029,7 +18029,7 @@ class DataCatalogClient(object):
|
|
18029
18029
|
:rtype: :class:`~oci.response.Response`
|
18030
18030
|
|
18031
18031
|
:example:
|
18032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18032
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/update_folder.py.html>`__ to see an example of how to use update_folder API.
|
18033
18033
|
"""
|
18034
18034
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18035
18035
|
required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
|
@@ -18144,7 +18144,7 @@ class DataCatalogClient(object):
|
|
18144
18144
|
:rtype: :class:`~oci.response.Response`
|
18145
18145
|
|
18146
18146
|
:example:
|
18147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/update_glossary.py.html>`__ to see an example of how to use update_glossary API.
|
18148
18148
|
"""
|
18149
18149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18150
18150
|
required_arguments = ['catalogId', 'glossaryKey']
|
@@ -18258,7 +18258,7 @@ class DataCatalogClient(object):
|
|
18258
18258
|
:rtype: :class:`~oci.response.Response`
|
18259
18259
|
|
18260
18260
|
:example:
|
18261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/update_job.py.html>`__ to see an example of how to use update_job API.
|
18262
18262
|
"""
|
18263
18263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18264
18264
|
required_arguments = ['catalogId', 'jobKey']
|
@@ -18372,7 +18372,7 @@ class DataCatalogClient(object):
|
|
18372
18372
|
:rtype: :class:`~oci.response.Response`
|
18373
18373
|
|
18374
18374
|
:example:
|
18375
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18375
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/update_job_definition.py.html>`__ to see an example of how to use update_job_definition API.
|
18376
18376
|
"""
|
18377
18377
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18378
18378
|
required_arguments = ['catalogId', 'jobDefinitionKey']
|
@@ -18483,7 +18483,7 @@ class DataCatalogClient(object):
|
|
18483
18483
|
:rtype: :class:`~oci.response.Response`
|
18484
18484
|
|
18485
18485
|
:example:
|
18486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/update_metastore.py.html>`__ to see an example of how to use update_metastore API.
|
18487
18487
|
"""
|
18488
18488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18489
18489
|
required_arguments = ['metastoreId']
|
@@ -18596,7 +18596,7 @@ class DataCatalogClient(object):
|
|
18596
18596
|
:rtype: :class:`~oci.response.Response`
|
18597
18597
|
|
18598
18598
|
:example:
|
18599
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18599
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/update_namespace.py.html>`__ to see an example of how to use update_namespace API.
|
18600
18600
|
"""
|
18601
18601
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18602
18602
|
required_arguments = ['catalogId', 'namespaceId']
|
@@ -18710,7 +18710,7 @@ class DataCatalogClient(object):
|
|
18710
18710
|
:rtype: :class:`~oci.response.Response`
|
18711
18711
|
|
18712
18712
|
:example:
|
18713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18713
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/update_pattern.py.html>`__ to see an example of how to use update_pattern API.
|
18714
18714
|
"""
|
18715
18715
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18716
18716
|
required_arguments = ['catalogId', 'patternKey']
|
@@ -18827,7 +18827,7 @@ class DataCatalogClient(object):
|
|
18827
18827
|
:rtype: :class:`~oci.response.Response`
|
18828
18828
|
|
18829
18829
|
:example:
|
18830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/update_term.py.html>`__ to see an example of how to use update_term API.
|
18831
18831
|
"""
|
18832
18832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18833
18833
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey']
|
@@ -18948,7 +18948,7 @@ class DataCatalogClient(object):
|
|
18948
18948
|
:rtype: :class:`~oci.response.Response`
|
18949
18949
|
|
18950
18950
|
:example:
|
18951
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/update_term_relationship.py.html>`__ to see an example of how to use update_term_relationship API.
|
18952
18952
|
"""
|
18953
18953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18954
18954
|
required_arguments = ['catalogId', 'glossaryKey', 'termKey', 'termRelationshipKey']
|
@@ -19074,7 +19074,7 @@ class DataCatalogClient(object):
|
|
19074
19074
|
:rtype: :class:`~oci.response.Response`
|
19075
19075
|
|
19076
19076
|
:example:
|
19077
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/upload_credentials.py.html>`__ to see an example of how to use upload_credentials API.
|
19078
19078
|
"""
|
19079
19079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19080
19080
|
required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
|
@@ -19195,7 +19195,7 @@ class DataCatalogClient(object):
|
|
19195
19195
|
:rtype: :class:`~oci.response.Response`
|
19196
19196
|
|
19197
19197
|
:example:
|
19198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/users.py.html>`__ to see an example of how to use users API.
|
19199
19199
|
"""
|
19200
19200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19201
19201
|
required_arguments = ['catalogId']
|
@@ -19334,7 +19334,7 @@ class DataCatalogClient(object):
|
|
19334
19334
|
:rtype: :class:`~oci.response.Response`
|
19335
19335
|
|
19336
19336
|
:example:
|
19337
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/validate_connection.py.html>`__ to see an example of how to use validate_connection API.
|
19338
19338
|
"""
|
19339
19339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19340
19340
|
required_arguments = ['catalogId', 'dataAssetKey']
|
@@ -19451,7 +19451,7 @@ class DataCatalogClient(object):
|
|
19451
19451
|
:rtype: :class:`~oci.response.Response`
|
19452
19452
|
|
19453
19453
|
:example:
|
19454
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19454
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datacatalog/validate_pattern.py.html>`__ to see an example of how to use validate_pattern API.
|
19455
19455
|
"""
|
19456
19456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19457
19457
|
required_arguments = ['catalogId', 'patternKey']
|