BKJournalProtos.CurrentInprogressProto.Builder |
BKJournalProtos.CurrentInprogressProto.Builder.clear() |
BKJournalProtos.CurrentInprogressProto.Builder |
BKJournalProtos.CurrentInprogressProto.Builder.clearHostname()
optional string hostname = 2;
|
BKJournalProtos.CurrentInprogressProto.Builder |
BKJournalProtos.CurrentInprogressProto.Builder.clearPath()
required string path = 1;
|
BKJournalProtos.CurrentInprogressProto.Builder |
BKJournalProtos.CurrentInprogressProto.Builder.clone() |
BKJournalProtos.CurrentInprogressProto.Builder |
BKJournalProtos.CurrentInprogressProto.Builder.mergeFrom(BKJournalProtos.CurrentInprogressProto other) |
BKJournalProtos.CurrentInprogressProto.Builder |
BKJournalProtos.CurrentInprogressProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BKJournalProtos.CurrentInprogressProto.Builder |
BKJournalProtos.CurrentInprogressProto.Builder.mergeFrom(com.google.protobuf.Message other) |
static BKJournalProtos.CurrentInprogressProto.Builder |
BKJournalProtos.CurrentInprogressProto.newBuilder() |
static BKJournalProtos.CurrentInprogressProto.Builder |
BKJournalProtos.CurrentInprogressProto.newBuilder(BKJournalProtos.CurrentInprogressProto prototype) |
BKJournalProtos.CurrentInprogressProto.Builder |
BKJournalProtos.CurrentInprogressProto.newBuilderForType() |
protected BKJournalProtos.CurrentInprogressProto.Builder |
BKJournalProtos.CurrentInprogressProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
BKJournalProtos.CurrentInprogressProto.Builder |
BKJournalProtos.CurrentInprogressProto.Builder.setHostname(String value)
optional string hostname = 2;
|
BKJournalProtos.CurrentInprogressProto.Builder |
BKJournalProtos.CurrentInprogressProto.Builder.setHostnameBytes(com.google.protobuf.ByteString value)
optional string hostname = 2;
|
BKJournalProtos.CurrentInprogressProto.Builder |
BKJournalProtos.CurrentInprogressProto.Builder.setPath(String value)
required string path = 1;
|
BKJournalProtos.CurrentInprogressProto.Builder |
BKJournalProtos.CurrentInprogressProto.Builder.setPathBytes(com.google.protobuf.ByteString value)
required string path = 1;
|
BKJournalProtos.CurrentInprogressProto.Builder |
BKJournalProtos.CurrentInprogressProto.toBuilder() |