Package com.google.bigtable.v2
Interface ReadChangeStreamResponse.CloseStreamOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReadChangeStreamResponse.CloseStream
,ReadChangeStreamResponse.CloseStream.Builder
- Enclosing class:
- ReadChangeStreamResponse
public static interface ReadChangeStreamResponse.CloseStreamOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamContinuationToken
getContinuationTokens(int index)
If non-empty, contains the information needed to resume reading their associated partitions.int
getContinuationTokensCount()
If non-empty, contains the information needed to resume reading their associated partitions.List<StreamContinuationToken>
getContinuationTokensList()
If non-empty, contains the information needed to resume reading their associated partitions.StreamContinuationTokenOrBuilder
getContinuationTokensOrBuilder(int index)
If non-empty, contains the information needed to resume reading their associated partitions.List<? extends StreamContinuationTokenOrBuilder>
getContinuationTokensOrBuilderList()
If non-empty, contains the information needed to resume reading their associated partitions.StreamPartition
getNewPartitions(int index)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.int
getNewPartitionsCount()
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.List<StreamPartition>
getNewPartitionsList()
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.StreamPartitionOrBuilder
getNewPartitionsOrBuilder(int index)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.List<? extends StreamPartitionOrBuilder>
getNewPartitionsOrBuilderList()
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.com.google.rpc.Status
getStatus()
The status of the stream.com.google.rpc.StatusOrBuilder
getStatusOrBuilder()
The status of the stream.boolean
hasStatus()
The status of the stream.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStatus
boolean hasStatus()
The status of the stream.
.google.rpc.Status status = 1;
- Returns:
- Whether the status field is set.
-
getStatus
com.google.rpc.Status getStatus()
The status of the stream.
.google.rpc.Status status = 1;
- Returns:
- The status.
-
getStatusOrBuilder
com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status of the stream.
.google.rpc.Status status = 1;
-
getContinuationTokensList
List<StreamContinuationToken> getContinuationTokensList()
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;
-
getContinuationTokens
StreamContinuationToken getContinuationTokens(int index)
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;
-
getContinuationTokensCount
int getContinuationTokensCount()
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;
-
getContinuationTokensOrBuilderList
List<? extends StreamContinuationTokenOrBuilder> getContinuationTokensOrBuilderList()
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;
-
getContinuationTokensOrBuilder
StreamContinuationTokenOrBuilder getContinuationTokensOrBuilder(int index)
If non-empty, contains the information needed to resume reading their associated partitions.
repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;
-
getNewPartitionsList
List<StreamPartition> getNewPartitionsList()
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;
-
getNewPartitions
StreamPartition getNewPartitions(int index)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;
-
getNewPartitionsCount
int getNewPartitionsCount()
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;
-
getNewPartitionsOrBuilderList
List<? extends StreamPartitionOrBuilder> getNewPartitionsOrBuilderList()
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;
-
getNewPartitionsOrBuilder
StreamPartitionOrBuilder getNewPartitionsOrBuilder(int index)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
repeated .google.bigtable.v2.StreamPartition new_partitions = 3;
-
-