Notebooks_v1Functions

Functions

Link copied to clipboard

Gets details of a single Environment.

suspend fun getEnvironment(environmentId: String, location: String, project: String? = null): GetEnvironmentResult
Link copied to clipboard

Gets details of executions

suspend fun getExecution(executionId: String, location: String, project: String? = null): GetExecutionResult
Link copied to clipboard

Gets details of a single Instance.

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

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

suspend fun getInstanceIamPolicy(instanceId: String, location: String, optionsRequestedPolicyVersion: Int? = null, project: String? = null): GetInstanceIamPolicyResult
Link copied to clipboard

Gets details of a single Runtime. The location must be a regional endpoint rather than zonal.

suspend fun getRuntime(argument: suspend GetRuntimePlainArgsBuilder.() -> Unit): GetRuntimeResult
suspend fun getRuntime(location: String, project: String? = null, runtimeId: String): GetRuntimeResult
Link copied to clipboard

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

suspend fun getRuntimeIamPolicy(location: String, optionsRequestedPolicyVersion: Int? = null, project: String? = null, runtimeId: String): GetRuntimeIamPolicyResult
Link copied to clipboard

Gets details of schedule

suspend fun getSchedule(argument: suspend GetSchedulePlainArgsBuilder.() -> Unit): GetScheduleResult
suspend fun getSchedule(location: String, project: String? = null, scheduleId: String): GetScheduleResult