Package com.google.bigtable.v2
Interface StreamContinuationTokensOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamContinuationTokens
,StreamContinuationTokens.Builder
public interface StreamContinuationTokensOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamContinuationToken
getTokens(int index)
List of continuation tokens.int
getTokensCount()
List of continuation tokens.List<StreamContinuationToken>
getTokensList()
List of continuation tokens.StreamContinuationTokenOrBuilder
getTokensOrBuilder(int index)
List of continuation tokens.List<? extends StreamContinuationTokenOrBuilder>
getTokensOrBuilderList()
List of continuation tokens.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTokensList
List<StreamContinuationToken> getTokensList()
List of continuation tokens.
repeated .google.bigtable.v2.StreamContinuationToken tokens = 1;
-
getTokens
StreamContinuationToken getTokens(int index)
List of continuation tokens.
repeated .google.bigtable.v2.StreamContinuationToken tokens = 1;
-
getTokensCount
int getTokensCount()
List of continuation tokens.
repeated .google.bigtable.v2.StreamContinuationToken tokens = 1;
-
getTokensOrBuilderList
List<? extends StreamContinuationTokenOrBuilder> getTokensOrBuilderList()
List of continuation tokens.
repeated .google.bigtable.v2.StreamContinuationToken tokens = 1;
-
getTokensOrBuilder
StreamContinuationTokenOrBuilder getTokensOrBuilder(int index)
List of continuation tokens.
repeated .google.bigtable.v2.StreamContinuationToken tokens = 1;
-
-