Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
__version__ = package_version.__version__


from google.cloud.oracledatabase_v1.services.oracle_database.async_client import (
OracleDatabaseAsyncClient,
)
from google.cloud.oracledatabase_v1.services.oracle_database.client import (
OracleDatabaseClient,
)
Expand Down Expand Up @@ -109,6 +112,7 @@

__all__ = (
"OracleDatabaseClient",
"OracleDatabaseAsyncClient",
"AllConnectionStrings",
"AutonomousDatabase",
"AutonomousDatabaseApex",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
__version__ = package_version.__version__


from .services.oracle_database import OracleDatabaseClient
from .services.oracle_database import OracleDatabaseAsyncClient, OracleDatabaseClient
from .types.autonomous_database import (
AllConnectionStrings,
AutonomousDatabase,
Expand Down Expand Up @@ -99,6 +99,7 @@
)

__all__ = (
"OracleDatabaseAsyncClient",
"AllConnectionStrings",
"AutonomousDatabase",
"AutonomousDatabaseApex",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,266 @@
"services": {
"OracleDatabase": {
"clients": {
"grpc": {
"libraryClient": "OracleDatabaseClient",
"rpcs": {
"CreateAutonomousDatabase": {
"methods": [
"create_autonomous_database"
]
},
"CreateCloudExadataInfrastructure": {
"methods": [
"create_cloud_exadata_infrastructure"
]
},
"CreateCloudVmCluster": {
"methods": [
"create_cloud_vm_cluster"
]
},
"DeleteAutonomousDatabase": {
"methods": [
"delete_autonomous_database"
]
},
"DeleteCloudExadataInfrastructure": {
"methods": [
"delete_cloud_exadata_infrastructure"
]
},
"DeleteCloudVmCluster": {
"methods": [
"delete_cloud_vm_cluster"
]
},
"GenerateAutonomousDatabaseWallet": {
"methods": [
"generate_autonomous_database_wallet"
]
},
"GetAutonomousDatabase": {
"methods": [
"get_autonomous_database"
]
},
"GetCloudExadataInfrastructure": {
"methods": [
"get_cloud_exadata_infrastructure"
]
},
"GetCloudVmCluster": {
"methods": [
"get_cloud_vm_cluster"
]
},
"ListAutonomousDatabaseBackups": {
"methods": [
"list_autonomous_database_backups"
]
},
"ListAutonomousDatabaseCharacterSets": {
"methods": [
"list_autonomous_database_character_sets"
]
},
"ListAutonomousDatabases": {
"methods": [
"list_autonomous_databases"
]
},
"ListAutonomousDbVersions": {
"methods": [
"list_autonomous_db_versions"
]
},
"ListCloudExadataInfrastructures": {
"methods": [
"list_cloud_exadata_infrastructures"
]
},
"ListCloudVmClusters": {
"methods": [
"list_cloud_vm_clusters"
]
},
"ListDbNodes": {
"methods": [
"list_db_nodes"
]
},
"ListDbServers": {
"methods": [
"list_db_servers"
]
},
"ListDbSystemShapes": {
"methods": [
"list_db_system_shapes"
]
},
"ListEntitlements": {
"methods": [
"list_entitlements"
]
},
"ListGiVersions": {
"methods": [
"list_gi_versions"
]
},
"RestartAutonomousDatabase": {
"methods": [
"restart_autonomous_database"
]
},
"RestoreAutonomousDatabase": {
"methods": [
"restore_autonomous_database"
]
},
"StartAutonomousDatabase": {
"methods": [
"start_autonomous_database"
]
},
"StopAutonomousDatabase": {
"methods": [
"stop_autonomous_database"
]
}
}
},
"grpc-async": {
"libraryClient": "OracleDatabaseAsyncClient",
"rpcs": {
"CreateAutonomousDatabase": {
"methods": [
"create_autonomous_database"
]
},
"CreateCloudExadataInfrastructure": {
"methods": [
"create_cloud_exadata_infrastructure"
]
},
"CreateCloudVmCluster": {
"methods": [
"create_cloud_vm_cluster"
]
},
"DeleteAutonomousDatabase": {
"methods": [
"delete_autonomous_database"
]
},
"DeleteCloudExadataInfrastructure": {
"methods": [
"delete_cloud_exadata_infrastructure"
]
},
"DeleteCloudVmCluster": {
"methods": [
"delete_cloud_vm_cluster"
]
},
"GenerateAutonomousDatabaseWallet": {
"methods": [
"generate_autonomous_database_wallet"
]
},
"GetAutonomousDatabase": {
"methods": [
"get_autonomous_database"
]
},
"GetCloudExadataInfrastructure": {
"methods": [
"get_cloud_exadata_infrastructure"
]
},
"GetCloudVmCluster": {
"methods": [
"get_cloud_vm_cluster"
]
},
"ListAutonomousDatabaseBackups": {
"methods": [
"list_autonomous_database_backups"
]
},
"ListAutonomousDatabaseCharacterSets": {
"methods": [
"list_autonomous_database_character_sets"
]
},
"ListAutonomousDatabases": {
"methods": [
"list_autonomous_databases"
]
},
"ListAutonomousDbVersions": {
"methods": [
"list_autonomous_db_versions"
]
},
"ListCloudExadataInfrastructures": {
"methods": [
"list_cloud_exadata_infrastructures"
]
},
"ListCloudVmClusters": {
"methods": [
"list_cloud_vm_clusters"
]
},
"ListDbNodes": {
"methods": [
"list_db_nodes"
]
},
"ListDbServers": {
"methods": [
"list_db_servers"
]
},
"ListDbSystemShapes": {
"methods": [
"list_db_system_shapes"
]
},
"ListEntitlements": {
"methods": [
"list_entitlements"
]
},
"ListGiVersions": {
"methods": [
"list_gi_versions"
]
},
"RestartAutonomousDatabase": {
"methods": [
"restart_autonomous_database"
]
},
"RestoreAutonomousDatabase": {
"methods": [
"restore_autonomous_database"
]
},
"StartAutonomousDatabase": {
"methods": [
"start_autonomous_database"
]
},
"StopAutonomousDatabase": {
"methods": [
"stop_autonomous_database"
]
}
}
},
"rest": {
"libraryClient": "OracleDatabaseClient",
"rpcs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from .async_client import OracleDatabaseAsyncClient
from .client import OracleDatabaseClient

__all__ = ("OracleDatabaseClient",)
__all__ = (
"OracleDatabaseClient",
"OracleDatabaseAsyncClient",
)
Loading