File_v1beta1Functions

Functions

Link copied to clipboard

Gets the details of a specific backup.

suspend fun getBackup(argument: suspend GetBackupPlainArgsBuilder.() -> Unit): GetBackupResult
suspend fun getBackup(backupId: String, location: String, project: String? = null): GetBackupResult
Link copied to clipboard

Gets the details of a specific instance.

suspend fun getInstance(argument: suspend GetInstancePlainArgsBuilder.() -> Unit): GetInstanceResult
suspend fun getInstance(instanceId: String, location: String, project: String? = null): GetInstanceResult
Link copied to clipboard
suspend fun getShare(argument: GetSharePlainArgs): GetShareResult

Gets the details of a specific share.

suspend fun getShare(argument: suspend GetSharePlainArgsBuilder.() -> Unit): GetShareResult
suspend fun getShare(instanceId: String, location: String, project: String? = null, shareId: String): GetShareResult
Link copied to clipboard

Gets the details of a specific snapshot.

suspend fun getSnapshot(argument: suspend GetSnapshotPlainArgsBuilder.() -> Unit): GetSnapshotResult
suspend fun getSnapshot(instanceId: String, location: String, project: String? = null, snapshotId: String): GetSnapshotResult