Interface Serialization.HeaderOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Serialization.Header,Serialization.Header.Builder
- Enclosing class:
- Serialization
public static interface Serialization.HeaderOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetGzip()bool gzip = 3;java.lang.StringgetMagic()string magic = 1;com.google.protobuf.ByteStringgetMagicBytes()string magic = 1;intgetVersion()uint32 version = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMagic
java.lang.String getMagic()
string magic = 1;- Returns:
- The magic.
-
getMagicBytes
com.google.protobuf.ByteString getMagicBytes()
string magic = 1;- Returns:
- The bytes for magic.
-
getVersion
int getVersion()
uint32 version = 2;- Returns:
- The version.
-
getGzip
boolean getGzip()
bool gzip = 3;- Returns:
- The gzip.
-
-