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.StringgetCell()Cell assignment.com.google.protobuf.ByteStringgetCellBytes()Cell assignment.java.lang.StringgetName()Basin name.com.google.protobuf.ByteStringgetNameBytes()Basin name.java.lang.StringgetScope()Basin scope.com.google.protobuf.ByteStringgetScopeBytes()Basin scope.BasinStategetState()Basin state.intgetStateValue()Basin state.-
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.
-
-