Package s2.v1alpha

Interface BasinInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCell()
      Cell assignment.
      com.google.protobuf.ByteString getCellBytes()
      Cell assignment.
      java.lang.String getName()
      Basin name.
      com.google.protobuf.ByteString getNameBytes()
      Basin name.
      java.lang.String getScope()
      Basin scope.
      com.google.protobuf.ByteString getScopeBytes()
      Basin scope.
      BasinState getState()
      Basin state.
      int getStateValue()
      Basin state.
      • 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

      • getName

        java.lang.String getName()
         Basin name.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Basin name.
         
        string name = 1;
        Returns:
        The bytes for name.
      • getScope

        java.lang.String getScope()
         Basin scope.
         
        string scope = 2;
        Returns:
        The scope.
      • getScopeBytes

        com.google.protobuf.ByteString getScopeBytes()
         Basin scope.
         
        string scope = 2;
        Returns:
        The bytes for scope.
      • getCell

        java.lang.String getCell()
         Cell assignment.
         
        string cell = 3;
        Returns:
        The cell.
      • getCellBytes

        com.google.protobuf.ByteString getCellBytes()
         Cell assignment.
         
        string cell = 3;
        Returns:
        The bytes for cell.
      • getStateValue

        int getStateValue()
         Basin state.
         
        .s2.v1alpha.BasinState state = 4;
        Returns:
        The enum numeric value on the wire for state.
      • getState

        BasinState getState()
         Basin state.
         
        .s2.v1alpha.BasinState state = 4;
        Returns:
        The state.