Package org.apache.bookkeeper.proto
Interface DataFormats.LedgerRereplicationLayoutFormatOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataFormats.LedgerRereplicationLayoutFormat,DataFormats.LedgerRereplicationLayoutFormat.Builder
- Enclosing class:
- DataFormats
public static interface DataFormats.LedgerRereplicationLayoutFormatOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasType
boolean hasType()required string type = 1;- Returns:
- Whether the type field is set.
-
getType
String getType()required string type = 1;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()required string type = 1;- Returns:
- The bytes for type.
-
hasVersion
boolean hasVersion()required int32 version = 2;- Returns:
- Whether the version field is set.
-
getVersion
int getVersion()required int32 version = 2;- Returns:
- The version.
-