Package s2.v1alpha
Interface CreateBasinResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateBasinResponse
,CreateBasinResponse.Builder
public interface CreateBasinResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BasinInfo
getInfo()
Information about the newly created basin.BasinInfoOrBuilder
getInfoOrBuilder()
Information about the newly created basin.boolean
hasInfo()
Information about the newly created basin.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInfo
boolean hasInfo()
Information about the newly created basin.
.s2.v1alpha.BasinInfo info = 1;
- Returns:
- Whether the info field is set.
-
getInfo
BasinInfo getInfo()
Information about the newly created basin.
.s2.v1alpha.BasinInfo info = 1;
- Returns:
- The info.
-
getInfoOrBuilder
BasinInfoOrBuilder getInfoOrBuilder()
Information about the newly created basin.
.s2.v1alpha.BasinInfo info = 1;
-
-