Uses of Class
com.google.cloud.shell.v1.Environment.Builder
-
Packages that use Environment.Builder Package Description com.google.cloud.shell.v1 A client to Cloud Shell API -
-
Uses of Environment.Builder in com.google.cloud.shell.v1
Methods in com.google.cloud.shell.v1 that return Environment.Builder Modifier and Type Method Description Environment.Builder
Environment.Builder. addAllPublicKeys(Iterable<String> values)
Output only.Environment.Builder
Environment.Builder. addPublicKeys(String value)
Output only.Environment.Builder
Environment.Builder. addPublicKeysBytes(com.google.protobuf.ByteString value)
Output only.Environment.Builder
Environment.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Environment.Builder
Environment.Builder. clear()
Environment.Builder
Environment.Builder. clearDockerImage()
Required.Environment.Builder
Environment.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Environment.Builder
Environment.Builder. clearId()
Output only.Environment.Builder
Environment.Builder. clearName()
Immutable.Environment.Builder
Environment.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Environment.Builder
Environment.Builder. clearPublicKeys()
Output only.Environment.Builder
Environment.Builder. clearSshHost()
Output only.Environment.Builder
Environment.Builder. clearSshPort()
Output only.Environment.Builder
Environment.Builder. clearSshUsername()
Output only.Environment.Builder
Environment.Builder. clearState()
Output only.Environment.Builder
Environment.Builder. clearWebHost()
Output only.Environment.Builder
Environment.Builder. clone()
Environment.Builder
StartEnvironmentResponse.Builder. getEnvironmentBuilder()
Environment that was started.Environment.Builder
Environment.Builder. mergeFrom(Environment other)
Environment.Builder
Environment.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Environment.Builder
Environment.Builder. mergeFrom(com.google.protobuf.Message other)
Environment.Builder
Environment.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static Environment.Builder
Environment. newBuilder()
static Environment.Builder
Environment. newBuilder(Environment prototype)
Environment.Builder
Environment. newBuilderForType()
protected Environment.Builder
Environment. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Environment.Builder
Environment.Builder. setDockerImage(String value)
Required.Environment.Builder
Environment.Builder. setDockerImageBytes(com.google.protobuf.ByteString value)
Required.Environment.Builder
Environment.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Environment.Builder
Environment.Builder. setId(String value)
Output only.Environment.Builder
Environment.Builder. setIdBytes(com.google.protobuf.ByteString value)
Output only.Environment.Builder
Environment.Builder. setName(String value)
Immutable.Environment.Builder
Environment.Builder. setNameBytes(com.google.protobuf.ByteString value)
Immutable.Environment.Builder
Environment.Builder. setPublicKeys(int index, String value)
Output only.Environment.Builder
Environment.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Environment.Builder
Environment.Builder. setSshHost(String value)
Output only.Environment.Builder
Environment.Builder. setSshHostBytes(com.google.protobuf.ByteString value)
Output only.Environment.Builder
Environment.Builder. setSshPort(int value)
Output only.Environment.Builder
Environment.Builder. setSshUsername(String value)
Output only.Environment.Builder
Environment.Builder. setSshUsernameBytes(com.google.protobuf.ByteString value)
Output only.Environment.Builder
Environment.Builder. setState(Environment.State value)
Output only.Environment.Builder
Environment.Builder. setStateValue(int value)
Output only.Environment.Builder
Environment.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Environment.Builder
Environment.Builder. setWebHost(String value)
Output only.Environment.Builder
Environment.Builder. setWebHostBytes(com.google.protobuf.ByteString value)
Output only.Environment.Builder
Environment. toBuilder()
Methods in com.google.cloud.shell.v1 with parameters of type Environment.Builder Modifier and Type Method Description StartEnvironmentResponse.Builder
StartEnvironmentResponse.Builder. setEnvironment(Environment.Builder builderForValue)
Environment that was started.
-