Uses of Interface
com.google.protobuf.ProtocolStringList
-
Uses of ProtocolStringList in com.google.protobuf
Subinterfaces of ProtocolStringList in com.google.protobufModifier and TypeInterfaceDescriptioninterface
An interface extendingList<String>
that also provides access to the items of the list as UTF8-encoded ByteString or byte[] objects.Classes in com.google.protobuf that implement ProtocolStringListModifier and TypeClassDescriptionclass
An implementation ofLazyStringList
that wraps an ArrayList.class
Deprecated.Methods in com.google.protobuf that return ProtocolStringListModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorProto.Builder.getDependencyList()
Names of files imported by this file.DescriptorProtos.FileDescriptorProto.getDependencyList()
Names of files imported by this file.DescriptorProtos.SourceCodeInfo.Location.Builder.getLeadingDetachedCommentsList()
repeated string leading_detached_comments = 6;
DescriptorProtos.SourceCodeInfo.Location.getLeadingDetachedCommentsList()
repeated string leading_detached_comments = 6;
DescriptorProtos.DescriptorProto.Builder.getReservedNameList()
Reserved field names, which may not be used by fields in the same message.DescriptorProtos.DescriptorProto.getReservedNameList()
Reserved field names, which may not be used by fields in the same message.DescriptorProtos.EnumDescriptorProto.Builder.getReservedNameList()
Reserved enum value names, which may not be reused.DescriptorProtos.EnumDescriptorProto.getReservedNameList()
Reserved enum value names, which may not be reused.
AbstractProtobufList.makeImmutable()
instead.