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 TypeMethodDescriptiongetBasins
(int index) Matching basins.int
Matching basins.Matching basins.getBasinsOrBuilder
(int index) Matching basins.List<? extends BasinInfoOrBuilder>
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
Matching basins.
repeated .s2.v1alpha.BasinInfo basins = 1;
-
getBasins
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
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.
-