Uses of Interface
com.google.protobuf.ProtocolStringList
Packages that use ProtocolStringList
-
Uses of ProtocolStringList in com.google.protobuf
Subinterfaces of ProtocolStringList in com.google.protobufModifier and TypeInterfaceDescriptioninterfaceAn 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 TypeClassDescriptionclassAn implementation ofLazyStringListthat wraps anArrayList.classDeprecated.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;Type.Builder.getOneofsList()The list of types appearing in `oneof` definitions in this type.Type.getOneofsList()The list of types appearing in `oneof` definitions in this type.DescriptorProtos.FileDescriptorProto.Builder.getOptionDependencyList()Names of files imported by this file purely for the purpose of providing option extensions.DescriptorProtos.FileDescriptorProto.getOptionDependencyList()Names of files imported by this file purely for the purpose of providing option extensions.FieldMask.Builder.getPathsList()The set of field mask paths.FieldMask.getPathsList()The set of field mask paths.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. -
Uses of ProtocolStringList in com.google.protobuf.compiler
Methods in com.google.protobuf.compiler that return ProtocolStringListModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorRequest.Builder.getFileToGenerateList()The .proto files that were explicitly listed on the command-line.PluginProtos.CodeGeneratorRequest.getFileToGenerateList()The .proto files that were explicitly listed on the command-line.
AbstractProtobufList.makeImmutable()instead.