Package org.apache.bookkeeper.proto
Class DataFormats.LedgerMetadataFormat
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.apache.bookkeeper.proto.DataFormats.LedgerMetadataFormat
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.io.Serializable
,DataFormats.LedgerMetadataFormatOrBuilder
- Enclosing class:
- DataFormats
public static final class DataFormats.LedgerMetadataFormat extends com.google.protobuf.GeneratedMessageV3 implements DataFormats.LedgerMetadataFormatOrBuilder
Metadata format for storing ledger information
Protobuf typeLedgerMetadataFormat
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataFormats.LedgerMetadataFormat.Builder
Metadata format for storing ledger informationstatic class
DataFormats.LedgerMetadataFormat.cMetadataMapEntry
Protobuf typeLedgerMetadataFormat.cMetadataMapEntry
static interface
DataFormats.LedgerMetadataFormat.cMetadataMapEntryOrBuilder
static class
DataFormats.LedgerMetadataFormat.DigestType
Protobuf enumLedgerMetadataFormat.DigestType
static class
DataFormats.LedgerMetadataFormat.Segment
Protobuf typeLedgerMetadataFormat.Segment
static interface
DataFormats.LedgerMetadataFormat.SegmentOrBuilder
static class
DataFormats.LedgerMetadataFormat.State
Protobuf enumLedgerMetadataFormat.State
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACKQUORUMSIZE_FIELD_NUMBER
static int
CTIME_FIELD_NUMBER
static int
CTOKEN_FIELD_NUMBER
static int
CUSTOMMETADATA_FIELD_NUMBER
static int
DIGESTTYPE_FIELD_NUMBER
static int
ENSEMBLESIZE_FIELD_NUMBER
static int
LASTENTRYID_FIELD_NUMBER
static int
LENGTH_FIELD_NUMBER
static com.google.protobuf.Parser<DataFormats.LedgerMetadataFormat>
PARSER
Deprecated.static int
PASSWORD_FIELD_NUMBER
static int
QUORUMSIZE_FIELD_NUMBER
static int
SEGMENT_FIELD_NUMBER
static int
STATE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
getAckQuorumSize()
optional int32 ackQuorumSize = 9;
long
getCtime()
optional int64 ctime = 10;
long
getCToken()
optional int64 cToken = 12;
DataFormats.LedgerMetadataFormat.cMetadataMapEntry
getCustomMetadata(int index)
repeated .LedgerMetadataFormat.cMetadataMapEntry customMetadata = 11;
int
getCustomMetadataCount()
repeated .LedgerMetadataFormat.cMetadataMapEntry customMetadata = 11;
java.util.List<DataFormats.LedgerMetadataFormat.cMetadataMapEntry>
getCustomMetadataList()
repeated .LedgerMetadataFormat.cMetadataMapEntry customMetadata = 11;
DataFormats.LedgerMetadataFormat.cMetadataMapEntryOrBuilder
getCustomMetadataOrBuilder(int index)
repeated .LedgerMetadataFormat.cMetadataMapEntry customMetadata = 11;
java.util.List<? extends DataFormats.LedgerMetadataFormat.cMetadataMapEntryOrBuilder>
getCustomMetadataOrBuilderList()
repeated .LedgerMetadataFormat.cMetadataMapEntry customMetadata = 11;
static DataFormats.LedgerMetadataFormat
getDefaultInstance()
DataFormats.LedgerMetadataFormat
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
DataFormats.LedgerMetadataFormat.DigestType
getDigestType()
optional .LedgerMetadataFormat.DigestType digestType = 7;
int
getEnsembleSize()
required int32 ensembleSize = 2;
long
getLastEntryId()
optional int64 lastEntryId = 4;
long
getLength()
required int64 length = 3;
com.google.protobuf.Parser<DataFormats.LedgerMetadataFormat>
getParserForType()
com.google.protobuf.ByteString
getPassword()
optional bytes password = 8;
int
getQuorumSize()
required int32 quorumSize = 1;
DataFormats.LedgerMetadataFormat.Segment
getSegment(int index)
repeated .LedgerMetadataFormat.Segment segment = 6;
int
getSegmentCount()
repeated .LedgerMetadataFormat.Segment segment = 6;
java.util.List<DataFormats.LedgerMetadataFormat.Segment>
getSegmentList()
repeated .LedgerMetadataFormat.Segment segment = 6;
DataFormats.LedgerMetadataFormat.SegmentOrBuilder
getSegmentOrBuilder(int index)
repeated .LedgerMetadataFormat.Segment segment = 6;
java.util.List<? extends DataFormats.LedgerMetadataFormat.SegmentOrBuilder>
getSegmentOrBuilderList()
repeated .LedgerMetadataFormat.Segment segment = 6;
int
getSerializedSize()
DataFormats.LedgerMetadataFormat.State
getState()
required .LedgerMetadataFormat.State state = 5 [default = OPEN];
boolean
hasAckQuorumSize()
optional int32 ackQuorumSize = 9;
boolean
hasCtime()
optional int64 ctime = 10;
boolean
hasCToken()
optional int64 cToken = 12;
boolean
hasDigestType()
optional .LedgerMetadataFormat.DigestType digestType = 7;
boolean
hasEnsembleSize()
required int32 ensembleSize = 2;
int
hashCode()
boolean
hasLastEntryId()
optional int64 lastEntryId = 4;
boolean
hasLength()
required int64 length = 3;
boolean
hasPassword()
optional bytes password = 8;
boolean
hasQuorumSize()
required int32 quorumSize = 1;
boolean
hasState()
required .LedgerMetadataFormat.State state = 5 [default = OPEN];
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static DataFormats.LedgerMetadataFormat.Builder
newBuilder()
static DataFormats.LedgerMetadataFormat.Builder
newBuilder(DataFormats.LedgerMetadataFormat prototype)
DataFormats.LedgerMetadataFormat.Builder
newBuilderForType()
protected DataFormats.LedgerMetadataFormat.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected java.lang.Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static DataFormats.LedgerMetadataFormat
parseDelimitedFrom(java.io.InputStream input)
static DataFormats.LedgerMetadataFormat
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataFormats.LedgerMetadataFormat
parseFrom(byte[] data)
static DataFormats.LedgerMetadataFormat
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataFormats.LedgerMetadataFormat
parseFrom(com.google.protobuf.ByteString data)
static DataFormats.LedgerMetadataFormat
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataFormats.LedgerMetadataFormat
parseFrom(com.google.protobuf.CodedInputStream input)
static DataFormats.LedgerMetadataFormat
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataFormats.LedgerMetadataFormat
parseFrom(java.io.InputStream input)
static DataFormats.LedgerMetadataFormat
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataFormats.LedgerMetadataFormat
parseFrom(java.nio.ByteBuffer data)
static DataFormats.LedgerMetadataFormat
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<DataFormats.LedgerMetadataFormat>
parser()
DataFormats.LedgerMetadataFormat.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
QUORUMSIZE_FIELD_NUMBER
public static final int QUORUMSIZE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENSEMBLESIZE_FIELD_NUMBER
public static final int ENSEMBLESIZE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LENGTH_FIELD_NUMBER
public static final int LENGTH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LASTENTRYID_FIELD_NUMBER
public static final int LASTENTRYID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SEGMENT_FIELD_NUMBER
public static final int SEGMENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DIGESTTYPE_FIELD_NUMBER
public static final int DIGESTTYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PASSWORD_FIELD_NUMBER
public static final int PASSWORD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ACKQUORUMSIZE_FIELD_NUMBER
public static final int ACKQUORUMSIZE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CTIME_FIELD_NUMBER
public static final int CTIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CUSTOMMETADATA_FIELD_NUMBER
public static final int CUSTOMMETADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CTOKEN_FIELD_NUMBER
public static final int CTOKEN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<DataFormats.LedgerMetadataFormat> PARSER
Deprecated.
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasQuorumSize
public boolean hasQuorumSize()
required int32 quorumSize = 1;
- Specified by:
hasQuorumSize
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- Whether the quorumSize field is set.
-
getQuorumSize
public int getQuorumSize()
required int32 quorumSize = 1;
- Specified by:
getQuorumSize
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- The quorumSize.
-
hasEnsembleSize
public boolean hasEnsembleSize()
required int32 ensembleSize = 2;
- Specified by:
hasEnsembleSize
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- Whether the ensembleSize field is set.
-
getEnsembleSize
public int getEnsembleSize()
required int32 ensembleSize = 2;
- Specified by:
getEnsembleSize
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- The ensembleSize.
-
hasLength
public boolean hasLength()
required int64 length = 3;
- Specified by:
hasLength
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- Whether the length field is set.
-
getLength
public long getLength()
required int64 length = 3;
- Specified by:
getLength
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- The length.
-
hasLastEntryId
public boolean hasLastEntryId()
optional int64 lastEntryId = 4;
- Specified by:
hasLastEntryId
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- Whether the lastEntryId field is set.
-
getLastEntryId
public long getLastEntryId()
optional int64 lastEntryId = 4;
- Specified by:
getLastEntryId
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- The lastEntryId.
-
hasState
public boolean hasState()
required .LedgerMetadataFormat.State state = 5 [default = OPEN];
- Specified by:
hasState
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- Whether the state field is set.
-
getState
public DataFormats.LedgerMetadataFormat.State getState()
required .LedgerMetadataFormat.State state = 5 [default = OPEN];
- Specified by:
getState
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- The state.
-
getSegmentList
public java.util.List<DataFormats.LedgerMetadataFormat.Segment> getSegmentList()
repeated .LedgerMetadataFormat.Segment segment = 6;
- Specified by:
getSegmentList
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
-
getSegmentOrBuilderList
public java.util.List<? extends DataFormats.LedgerMetadataFormat.SegmentOrBuilder> getSegmentOrBuilderList()
repeated .LedgerMetadataFormat.Segment segment = 6;
- Specified by:
getSegmentOrBuilderList
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
-
getSegmentCount
public int getSegmentCount()
repeated .LedgerMetadataFormat.Segment segment = 6;
- Specified by:
getSegmentCount
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
-
getSegment
public DataFormats.LedgerMetadataFormat.Segment getSegment(int index)
repeated .LedgerMetadataFormat.Segment segment = 6;
- Specified by:
getSegment
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
-
getSegmentOrBuilder
public DataFormats.LedgerMetadataFormat.SegmentOrBuilder getSegmentOrBuilder(int index)
repeated .LedgerMetadataFormat.Segment segment = 6;
- Specified by:
getSegmentOrBuilder
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
-
hasDigestType
public boolean hasDigestType()
optional .LedgerMetadataFormat.DigestType digestType = 7;
- Specified by:
hasDigestType
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- Whether the digestType field is set.
-
getDigestType
public DataFormats.LedgerMetadataFormat.DigestType getDigestType()
optional .LedgerMetadataFormat.DigestType digestType = 7;
- Specified by:
getDigestType
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- The digestType.
-
hasPassword
public boolean hasPassword()
optional bytes password = 8;
- Specified by:
hasPassword
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- Whether the password field is set.
-
getPassword
public com.google.protobuf.ByteString getPassword()
optional bytes password = 8;
- Specified by:
getPassword
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- The password.
-
hasAckQuorumSize
public boolean hasAckQuorumSize()
optional int32 ackQuorumSize = 9;
- Specified by:
hasAckQuorumSize
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- Whether the ackQuorumSize field is set.
-
getAckQuorumSize
public int getAckQuorumSize()
optional int32 ackQuorumSize = 9;
- Specified by:
getAckQuorumSize
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- The ackQuorumSize.
-
hasCtime
public boolean hasCtime()
optional int64 ctime = 10;
- Specified by:
hasCtime
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- Whether the ctime field is set.
-
getCtime
public long getCtime()
optional int64 ctime = 10;
- Specified by:
getCtime
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- The ctime.
-
getCustomMetadataList
public java.util.List<DataFormats.LedgerMetadataFormat.cMetadataMapEntry> getCustomMetadataList()
repeated .LedgerMetadataFormat.cMetadataMapEntry customMetadata = 11;
- Specified by:
getCustomMetadataList
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
-
getCustomMetadataOrBuilderList
public java.util.List<? extends DataFormats.LedgerMetadataFormat.cMetadataMapEntryOrBuilder> getCustomMetadataOrBuilderList()
repeated .LedgerMetadataFormat.cMetadataMapEntry customMetadata = 11;
- Specified by:
getCustomMetadataOrBuilderList
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
-
getCustomMetadataCount
public int getCustomMetadataCount()
repeated .LedgerMetadataFormat.cMetadataMapEntry customMetadata = 11;
- Specified by:
getCustomMetadataCount
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
-
getCustomMetadata
public DataFormats.LedgerMetadataFormat.cMetadataMapEntry getCustomMetadata(int index)
repeated .LedgerMetadataFormat.cMetadataMapEntry customMetadata = 11;
- Specified by:
getCustomMetadata
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
-
getCustomMetadataOrBuilder
public DataFormats.LedgerMetadataFormat.cMetadataMapEntryOrBuilder getCustomMetadataOrBuilder(int index)
repeated .LedgerMetadataFormat.cMetadataMapEntry customMetadata = 11;
- Specified by:
getCustomMetadataOrBuilder
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
-
hasCToken
public boolean hasCToken()
optional int64 cToken = 12;
- Specified by:
hasCToken
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- Whether the cToken field is set.
-
getCToken
public long getCToken()
optional int64 cToken = 12;
- Specified by:
getCToken
in interfaceDataFormats.LedgerMetadataFormatOrBuilder
- Returns:
- The cToken.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static DataFormats.LedgerMetadataFormat parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataFormats.LedgerMetadataFormat parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataFormats.LedgerMetadataFormat parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataFormats.LedgerMetadataFormat parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataFormats.LedgerMetadataFormat parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataFormats.LedgerMetadataFormat parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataFormats.LedgerMetadataFormat parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DataFormats.LedgerMetadataFormat parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DataFormats.LedgerMetadataFormat parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DataFormats.LedgerMetadataFormat parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DataFormats.LedgerMetadataFormat parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DataFormats.LedgerMetadataFormat parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public DataFormats.LedgerMetadataFormat.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static DataFormats.LedgerMetadataFormat.Builder newBuilder()
-
newBuilder
public static DataFormats.LedgerMetadataFormat.Builder newBuilder(DataFormats.LedgerMetadataFormat prototype)
-
toBuilder
public DataFormats.LedgerMetadataFormat.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected DataFormats.LedgerMetadataFormat.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static DataFormats.LedgerMetadataFormat getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<DataFormats.LedgerMetadataFormat> parser()
-
getParserForType
public com.google.protobuf.Parser<DataFormats.LedgerMetadataFormat> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public DataFormats.LedgerMetadataFormat getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-