public interface StreamContinuationTokensOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<StreamContinuationToken> getTokensList()
List of continuation tokens.
repeated .google.bigtable.v2.StreamContinuationToken tokens = 1;StreamContinuationToken getTokens(int index)
List of continuation tokens.
repeated .google.bigtable.v2.StreamContinuationToken tokens = 1;int getTokensCount()
List of continuation tokens.
repeated .google.bigtable.v2.StreamContinuationToken tokens = 1;List<? extends StreamContinuationTokenOrBuilder> getTokensOrBuilderList()
List of continuation tokens.
repeated .google.bigtable.v2.StreamContinuationToken tokens = 1;StreamContinuationTokenOrBuilder getTokensOrBuilder(int index)
List of continuation tokens.
repeated .google.bigtable.v2.StreamContinuationToken tokens = 1;Copyright © 2023 Google LLC. All rights reserved.