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

    Modifier and Type
    Method
    Description
    Cell assignment.
    com.google.protobuf.ByteString
    Cell assignment.
    Basin name.
    com.google.protobuf.ByteString
    Basin name.
    Basin scope.
    com.google.protobuf.ByteString
    Basin scope.
    Basin state.
    int
    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 Details

    • getName

      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

      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

      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.