Uses of Interface
com.google.protobuf.ProtocolStringList
-
Packages that use ProtocolStringList Package Description com.google.protobuf com.google.protobuf.compiler dev.cel.expr -
-
Uses of ProtocolStringList in com.google.protobuf
Subinterfaces of ProtocolStringList in com.google.protobuf Modifier and Type Interface Description interface
LazyStringList
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 ProtocolStringList Modifier and Type Class Description class
LazyStringArrayList
An implementation ofLazyStringList
that wraps an ArrayList.class
UnmodifiableLazyStringList
An implementation ofLazyStringList
that wraps anotherLazyStringList
such that it cannot be modified via the wrapper.Methods in com.google.protobuf that return ProtocolStringList Modifier and Type Method Description ProtocolStringList
DescriptorProtos.FileDescriptorProto.Builder. getDependencyList()
repeated string dependency = 3 [json_name = "dependency"];
ProtocolStringList
DescriptorProtos.FileDescriptorProto. getDependencyList()
repeated string dependency = 3 [json_name = "dependency"];
ProtocolStringList
DescriptorProtos.SourceCodeInfo.Location.Builder. getLeadingDetachedCommentsList()
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
ProtocolStringList
DescriptorProtos.SourceCodeInfo.Location. getLeadingDetachedCommentsList()
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
ProtocolStringList
Type.Builder. getOneofsList()
repeated string oneofs = 3 [json_name = "oneofs"];
ProtocolStringList
Type. getOneofsList()
repeated string oneofs = 3 [json_name = "oneofs"];
ProtocolStringList
FieldMask.Builder. getPathsList()
repeated string paths = 1 [json_name = "paths"];
ProtocolStringList
FieldMask. getPathsList()
repeated string paths = 1 [json_name = "paths"];
ProtocolStringList
DescriptorProtos.DescriptorProto.Builder. getReservedNameList()
repeated string reserved_name = 10 [json_name = "reservedName"];
ProtocolStringList
DescriptorProtos.DescriptorProto. getReservedNameList()
repeated string reserved_name = 10 [json_name = "reservedName"];
ProtocolStringList
DescriptorProtos.EnumDescriptorProto.Builder. getReservedNameList()
repeated string reserved_name = 5 [json_name = "reservedName"];
ProtocolStringList
DescriptorProtos.EnumDescriptorProto. getReservedNameList()
repeated string reserved_name = 5 [json_name = "reservedName"];
-
Uses of ProtocolStringList in com.google.protobuf.compiler
Methods in com.google.protobuf.compiler that return ProtocolStringList Modifier and Type Method Description ProtocolStringList
PluginProtos.CodeGeneratorRequest.Builder. getFileToGenerateList()
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
ProtocolStringList
PluginProtos.CodeGeneratorRequest. getFileToGenerateList()
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
-
Uses of ProtocolStringList in dev.cel.expr
Methods in dev.cel.expr that return ProtocolStringList Modifier and Type Method Description ProtocolStringList
Reference.Builder. getOverloadIdList()
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.ProtocolStringList
Reference. getOverloadIdList()
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.ProtocolStringList
Decl.FunctionDecl.Overload.Builder. getTypeParamsList()
The type param names associated with the function declaration.ProtocolStringList
Decl.FunctionDecl.Overload. getTypeParamsList()
The type param names associated with the function declaration.
-