Package com.google.bigtable.v2
Interface Type.Int64.EncodingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Type.Int64.Encoding,Type.Int64.Encoding.Builder
- Enclosing class:
- Type.Int64
public static interface Type.Int64.EncodingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionUse `BigEndianBytes` encoding.Use `BigEndianBytes` encoding.booleanUse `BigEndianBytes` encoding.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
-
hasBigEndianBytes
boolean hasBigEndianBytes()Use `BigEndianBytes` encoding.
.google.bigtable.v2.Type.Int64.Encoding.BigEndianBytes big_endian_bytes = 1;- Returns:
- Whether the bigEndianBytes field is set.
-
getBigEndianBytes
Type.Int64.Encoding.BigEndianBytes getBigEndianBytes()Use `BigEndianBytes` encoding.
.google.bigtable.v2.Type.Int64.Encoding.BigEndianBytes big_endian_bytes = 1;- Returns:
- The bigEndianBytes.
-
getBigEndianBytesOrBuilder
Type.Int64.Encoding.BigEndianBytesOrBuilder getBigEndianBytesOrBuilder()Use `BigEndianBytes` encoding.
.google.bigtable.v2.Type.Int64.Encoding.BigEndianBytes big_endian_bytes = 1; -
getEncodingCase
Type.Int64.Encoding.EncodingCase getEncodingCase()
-