@Generated
public interface ValueBitmaskOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getMask()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getMask()
Required. Mask applied to the value. Evaluated as: `(value & mask) == mask` The mask length must exactly match the value length, otherwise the cell is not considered a match.
bytes mask = 1 [(.google.api.field_behavior) = REQUIRED];Copyright © 2026 Google LLC. All rights reserved.