Package com.google.bigtable.v2
Interface GenerateInitialChangeStreamPartitionsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateInitialChangeStreamPartitionsResponse,GenerateInitialChangeStreamPartitionsResponse.Builder
public interface GenerateInitialChangeStreamPartitionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA partition of the change stream.A partition of the change stream.booleanA partition of the change stream.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPartition
boolean hasPartition()A partition of the change stream.
.google.bigtable.v2.StreamPartition partition = 1;- Returns:
- Whether the partition field is set.
-
getPartition
StreamPartition getPartition()A partition of the change stream.
.google.bigtable.v2.StreamPartition partition = 1;- Returns:
- The partition.
-
getPartitionOrBuilder
StreamPartitionOrBuilder getPartitionOrBuilder()A partition of the change stream.
.google.bigtable.v2.StreamPartition partition = 1;
-