FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.Builder.clear() |
FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.Builder.clearId()
optional uint32 id = 1;
|
FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.Builder.clearStr()
optional string str = 2;
|
FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.Builder.clone() |
FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.Builder.mergeFrom(FsImageProto.StringTableSection.Entry other) |
FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.Builder.mergeFrom(com.google.protobuf.Message other) |
FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.newBuilder() |
static FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.newBuilder(FsImageProto.StringTableSection.Entry prototype) |
FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.newBuilderForType() |
protected FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.Builder.setId(int value)
optional uint32 id = 1;
|
FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.Builder.setStr(String value)
optional string str = 2;
|
FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.Builder.setStrBytes(com.google.protobuf.ByteString value)
optional string str = 2;
|
FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FsImageProto.StringTableSection.Entry.Builder |
FsImageProto.StringTableSection.Entry.toBuilder() |