Package | Description |
---|---|
com.google.protobuf | |
com.google.protobuf.compiler |
Modifier and Type | Interface and Description |
---|---|
interface |
LazyStringList
An interface extending
List<String> that also provides access to the items of the list as
UTF8-encoded ByteString or byte[] objects. |
Modifier and Type | Class and Description |
---|---|
class |
LazyStringArrayList
An implementation of
LazyStringList that wraps an ArrayList. |
class |
UnmodifiableLazyStringList
An implementation of
LazyStringList that wraps another LazyStringList such that
it cannot be modified via the wrapper. |
Modifier and Type | Method and Description |
---|---|
ProtocolStringList |
DescriptorProtos.FileDescriptorProto.getDependencyList()
Names of files imported by this file.
|
ProtocolStringList |
DescriptorProtos.FileDescriptorProto.Builder.getDependencyList()
Names of files imported by this file.
|
ProtocolStringList |
DescriptorProtos.SourceCodeInfo.Location.getLeadingDetachedCommentsList()
repeated string leading_detached_comments = 6; |
ProtocolStringList |
DescriptorProtos.SourceCodeInfo.Location.Builder.getLeadingDetachedCommentsList()
repeated string leading_detached_comments = 6; |
ProtocolStringList |
Type.getOneofsList()
The list of types appearing in `oneof` definitions in this type.
|
ProtocolStringList |
Type.Builder.getOneofsList()
The list of types appearing in `oneof` definitions in this type.
|
ProtocolStringList |
FieldMask.getPathsList()
The set of field mask paths.
|
ProtocolStringList |
FieldMask.Builder.getPathsList()
The set of field mask paths.
|
ProtocolStringList |
DescriptorProtos.DescriptorProto.getReservedNameList()
Reserved field names, which may not be used by fields in the same message.
|
ProtocolStringList |
DescriptorProtos.DescriptorProto.Builder.getReservedNameList()
Reserved field names, which may not be used by fields in the same message.
|
ProtocolStringList |
DescriptorProtos.EnumDescriptorProto.getReservedNameList()
Reserved enum value names, which may not be reused.
|
ProtocolStringList |
DescriptorProtos.EnumDescriptorProto.Builder.getReservedNameList()
Reserved enum value names, which may not be reused.
|
Modifier and Type | Method and Description |
---|---|
ProtocolStringList |
PluginProtos.CodeGeneratorRequest.getFileToGenerateList()
The .proto files that were explicitly listed on the command-line.
|
ProtocolStringList |
PluginProtos.CodeGeneratorRequest.Builder.getFileToGenerateList()
The .proto files that were explicitly listed on the command-line.
|
Copyright © 2008–2021. All rights reserved.