MetaProto.Meta.Builder |
MetaProto.Meta.Builder.addAllTags(Iterable<String> values)
repeated string tags = 3;
|
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.addTags(String value)
repeated string tags = 3;
|
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.addTagsBytes(com.google.protobuf.ByteString value)
repeated string tags = 3;
|
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.clear() |
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.clearDoc()
string doc = 1;
|
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.clearParams() |
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.clearTags()
repeated string tags = 3;
|
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.clone() |
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.mergeFrom(com.google.protobuf.Message other) |
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.mergeFrom(MetaProto.Meta other) |
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static MetaProto.Meta.Builder |
MetaProto.Meta.newBuilder() |
static MetaProto.Meta.Builder |
MetaProto.Meta.newBuilder(MetaProto.Meta prototype) |
MetaProto.Meta.Builder |
MetaProto.Meta.newBuilderForType() |
protected MetaProto.Meta.Builder |
MetaProto.Meta.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.putAllParams(Map<String,String> values)
map<string, string> params = 2;
|
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.putParams(String key,
String value)
map<string, string> params = 2;
|
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.removeParams(String key)
map<string, string> params = 2;
|
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.setDoc(String value)
string doc = 1;
|
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.setDocBytes(com.google.protobuf.ByteString value)
string doc = 1;
|
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.setTags(int index,
String value)
repeated string tags = 3;
|
MetaProto.Meta.Builder |
MetaProto.Meta.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MetaProto.Meta.Builder |
MetaProto.Meta.toBuilder() |