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

    Modifier and Type
    Method
    Description
    Information about the newly created basin.
    Information about the newly created basin.
    boolean
    Information about the newly created basin.

    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

    • 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;