- Common ways to obtain MLDataFormats$ManagedLedgerInfo$Builder
private void myMethod () {MLDataFormats$ManagedLedgerInfo$Builder m =
MLDataFormats.ManagedLedgerInfo mLDataFormatsManagedLedgerInfo;mLDataFormatsManagedLedgerInfo.newBuilder()
- Smart code suggestions by Codota
}
public org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedLedgerInfo build() { org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedLedgerInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; }
public org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedLedgerInfo build() { org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedLedgerInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; }
public org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedLedgerInfo build() { org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedLedgerInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; }
private org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedLedgerInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedLedgerInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; }