Class StartEnvironmentMetadata (1.4.1)

StartEnvironmentMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message included in the metadata field of operations returned from StartEnvironment.

Attribute

NameDescription
state google.cloud.shell_v1.types.StartEnvironmentMetadata.State
Current state of the environment being started.

Inheritance

builtins.object > proto.message.Message > StartEnvironmentMetadata

Classes

State

State(value)

Possible states an environment might transition between during startup. These states are not normally actionable by clients, but may be used to show a progress message to the user. An environment won't necessarily go through all of these states when starting. More states are likely to be added in the future.