Google Cloud Oracle Database V1 Client - Class AutonomousDatabaseConnectionUrls (0.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class AutonomousDatabaseConnectionUrls.
The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance.
Generated from protobuf message google.cloud.oracledatabase.v1.AutonomousDatabaseConnectionUrls
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ apex_uri |
string
Output only. Oracle Application Express (APEX) URL. |
↳ database_transforms_uri |
string
Output only. The URL of the Database Transforms for the Autonomous Database. |
↳ graph_studio_uri |
string
Output only. The URL of the Graph Studio for the Autonomous Database. |
↳ machine_learning_notebook_uri |
string
Output only. The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database. |
↳ machine_learning_user_management_uri |
string
Output only. The URL of Machine Learning user management the Autonomous Database. |
↳ mongo_db_uri |
string
Output only. The URL of the MongoDB API for the Autonomous Database. |
↳ ords_uri |
string
Output only. The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database. |
↳ sql_dev_web_uri |
string
Output only. The URL of the Oracle SQL Developer Web for the Autonomous Database. |
getApexUri
Output only. Oracle Application Express (APEX) URL.
| Returns | |
|---|---|
| Type | Description |
string |
|
setApexUri
Output only. Oracle Application Express (APEX) URL.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDatabaseTransformsUri
Output only. The URL of the Database Transforms for the Autonomous Database.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDatabaseTransformsUri
Output only. The URL of the Database Transforms for the Autonomous Database.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGraphStudioUri
Output only. The URL of the Graph Studio for the Autonomous Database.
| Returns | |
|---|---|
| Type | Description |
string |
|
setGraphStudioUri
Output only. The URL of the Graph Studio for the Autonomous Database.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMachineLearningNotebookUri
Output only. The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMachineLearningNotebookUri
Output only. The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMachineLearningUserManagementUri
Output only. The URL of Machine Learning user management the Autonomous Database.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMachineLearningUserManagementUri
Output only. The URL of Machine Learning user management the Autonomous Database.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMongoDbUri
Output only. The URL of the MongoDB API for the Autonomous Database.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMongoDbUri
Output only. The URL of the MongoDB API for the Autonomous Database.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOrdsUri
Output only. The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
| Returns | |
|---|---|
| Type | Description |
string |
|
setOrdsUri
Output only. The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSqlDevWebUri
Output only. The URL of the Oracle SQL Developer Web for the Autonomous Database.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSqlDevWebUri
Output only. The URL of the Oracle SQL Developer Web for the Autonomous Database.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|