public interface BitSequenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getBitmap()
The bytes that encode the bit sequence.
|
int |
getPadding()
The number of bits of the last byte in `bitmap` to ignore as "padding".
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getBitmap()
The bytes that encode the bit sequence. May have a length of zero.
bytes bitmap = 1;
int getPadding()
The number of bits of the last byte in `bitmap` to ignore as "padding". If the length of `bitmap` is zero, then this value must be `0`. Otherwise, this value must be between 0 and 7, inclusive.
int32 padding = 2;
Copyright © 2023 Google LLC. All rights reserved.