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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamPartition
getPartition()
A partition of the change stream.StreamPartitionOrBuilder
getPartitionOrBuilder()
A partition of the change stream.boolean
hasPartition()
A partition of the change stream.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-