Uses of Class
org.hansken.extraction.plugin.grpc.RpcAuthor.Builder
Packages that use RpcAuthor.Builder
-
Uses of RpcAuthor.Builder in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcAuthor.BuilderModifier and TypeMethodDescriptionRpcAuthor.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RpcAuthor.Builder.clear()RpcAuthor.Builder.clearEmail()string email = 2;RpcAuthor.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RpcAuthor.Builder.clearName()string name = 1;RpcAuthor.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RpcAuthor.Builder.clearOrganisation()string organisation = 3;RpcAuthor.Builder.clone()RpcPluginInfo.Builder.getAuthorBuilder().org.hansken.extraction.plugin.grpc.RpcAuthor author = 6;RpcAuthor.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RpcAuthor.Builder.mergeFrom(com.google.protobuf.Message other) final RpcAuthor.BuilderRpcAuthor.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static RpcAuthor.BuilderRpcAuthor.newBuilder()static RpcAuthor.BuilderRpcAuthor.newBuilder(RpcAuthor prototype) RpcAuthor.newBuilderForType()protected RpcAuthor.BuilderRpcAuthor.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) string email = 2;RpcAuthor.Builder.setEmailBytes(com.google.protobuf.ByteString value) string email = 2;string name = 1;RpcAuthor.Builder.setNameBytes(com.google.protobuf.ByteString value) string name = 1;RpcAuthor.Builder.setOrganisation(String value) string organisation = 3;RpcAuthor.Builder.setOrganisationBytes(com.google.protobuf.ByteString value) string organisation = 3;RpcAuthor.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final RpcAuthor.BuilderRpcAuthor.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RpcAuthor.toBuilder()Methods in org.hansken.extraction.plugin.grpc with parameters of type RpcAuthor.BuilderModifier and TypeMethodDescriptionRpcPluginInfo.Builder.setAuthor(RpcAuthor.Builder builderForValue) .org.hansken.extraction.plugin.grpc.RpcAuthor author = 6;