Interface StartEnvironmentResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Environment getEnvironment()
      Environment that was started.
      EnvironmentOrBuilder getEnvironmentOrBuilder()
      Environment that was started.
      boolean hasEnvironment()
      Environment that was 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

      • hasEnvironment

        boolean hasEnvironment()
         Environment that was started.
         
        .google.cloud.shell.v1.Environment environment = 1;
        Returns:
        Whether the environment field is set.
      • getEnvironment

        Environment getEnvironment()
         Environment that was started.
         
        .google.cloud.shell.v1.Environment environment = 1;
        Returns:
        The environment.
      • getEnvironmentOrBuilder

        EnvironmentOrBuilder getEnvironmentOrBuilder()
         Environment that was started.
         
        .google.cloud.shell.v1.Environment environment = 1;