Notebooks_v1Functions
object Notebooks_v1Functions
Functions
Link copied to clipboard
Gets details of a single Environment.
suspend fun getEnvironment(argument: suspend GetEnvironmentPlainArgsBuilder.() -> Unit): GetEnvironmentResult
suspend fun getEnvironment(environmentId: String, location: String, project: String? = null): GetEnvironmentResult
Link copied to clipboard
Gets details of executions
suspend fun getExecution(argument: suspend GetExecutionPlainArgsBuilder.() -> Unit): GetExecutionResult
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
suspend fun getInstanceIamPolicy(argument: GetInstanceIamPolicyPlainArgs): GetInstanceIamPolicyResult
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(argument: suspend GetInstanceIamPolicyPlainArgsBuilder.() -> Unit): GetInstanceIamPolicyResult
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(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(argument: suspend GetRuntimeIamPolicyPlainArgsBuilder.() -> Unit): GetRuntimeIamPolicyResult
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