Interface StartEnvironmentMetadataOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    StartEnvironmentMetadata, StartEnvironmentMetadata.Builder

    public interface StartEnvironmentMetadataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      StartEnvironmentMetadata.State getState()
      Current state of the environment being started.
      int getStateValue()
      Current state of the environment being started.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getStateValue

        int getStateValue()
         Current state of the environment being started.
         
        .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1;
        Returns:
        The enum numeric value on the wire for state.
      • getState

        StartEnvironmentMetadata.State getState()
         Current state of the environment being started.
         
        .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1;
        Returns:
        The state.