Uses of Interface
com.google.cloud.shell.v1.EnvironmentOrBuilder
-
Packages that use EnvironmentOrBuilder Package Description com.google.cloud.shell.v1 A client to Cloud Shell API -
-
Uses of EnvironmentOrBuilder in com.google.cloud.shell.v1
Classes in com.google.cloud.shell.v1 that implement EnvironmentOrBuilder Modifier and Type Class Description class
Environment
A Cloud Shell environment, which is defined as the combination of a Docker image specifying what is installed on the environment and a home directory containing the user's data that will remain across sessions.static class
Environment.Builder
A Cloud Shell environment, which is defined as the combination of a Docker image specifying what is installed on the environment and a home directory containing the user's data that will remain across sessions.Methods in com.google.cloud.shell.v1 that return EnvironmentOrBuilder Modifier and Type Method Description EnvironmentOrBuilder
StartEnvironmentResponse.Builder. getEnvironmentOrBuilder()
Environment that was started.EnvironmentOrBuilder
StartEnvironmentResponse. getEnvironmentOrBuilder()
Environment that was started.EnvironmentOrBuilder
StartEnvironmentResponseOrBuilder. getEnvironmentOrBuilder()
Environment that was started.
-