Package s2.v1alpha

Interface ListBasinsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getBasins(int index)
    Matching basins.
    int
    Matching basins.
    Matching basins.
    getBasinsOrBuilder(int index)
    Matching basins.
    Matching basins.
    boolean
    If set, indicates there are more results that can be listed with `start_after`.

    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

    • getBasinsList

      List<BasinInfo> getBasinsList()
       Matching basins.
       
      repeated .s2.v1alpha.BasinInfo basins = 1;
    • getBasins

      BasinInfo getBasins(int index)
       Matching basins.
       
      repeated .s2.v1alpha.BasinInfo basins = 1;
    • getBasinsCount

      int getBasinsCount()
       Matching basins.
       
      repeated .s2.v1alpha.BasinInfo basins = 1;
    • getBasinsOrBuilderList

      List<? extends BasinInfoOrBuilder> getBasinsOrBuilderList()
       Matching basins.
       
      repeated .s2.v1alpha.BasinInfo basins = 1;
    • getBasinsOrBuilder

      BasinInfoOrBuilder getBasinsOrBuilder(int index)
       Matching basins.
       
      repeated .s2.v1alpha.BasinInfo basins = 1;
    • getHasMore

      boolean getHasMore()
       If set, indicates there are more results that can be listed with `start_after`.
       
      bool has_more = 2;
      Returns:
      The hasMore.