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 interfaceLazyStringListAn 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 classLazyStringArrayListAn implementation ofLazyStringListthat wraps an ArrayList.classUnmodifiableLazyStringListAn implementation ofLazyStringListthat wraps anotherLazyStringListsuch that it cannot be modified via the wrapper.Methods in com.google.protobuf that return ProtocolStringList Modifier and Type Method Description ProtocolStringListDescriptorProtos.FileDescriptorProto.Builder. getDependencyList()repeated string dependency = 3 [json_name = "dependency"];ProtocolStringListDescriptorProtos.FileDescriptorProto. getDependencyList()repeated string dependency = 3 [json_name = "dependency"];ProtocolStringListDescriptorProtos.SourceCodeInfo.Location.Builder. getLeadingDetachedCommentsList()repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];ProtocolStringListDescriptorProtos.SourceCodeInfo.Location. getLeadingDetachedCommentsList()repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];ProtocolStringListType.Builder. getOneofsList()repeated string oneofs = 3 [json_name = "oneofs"];ProtocolStringListType. getOneofsList()repeated string oneofs = 3 [json_name = "oneofs"];ProtocolStringListFieldMask.Builder. getPathsList()repeated string paths = 1 [json_name = "paths"];ProtocolStringListFieldMask. getPathsList()repeated string paths = 1 [json_name = "paths"];ProtocolStringListDescriptorProtos.DescriptorProto.Builder. getReservedNameList()repeated string reserved_name = 10 [json_name = "reservedName"];ProtocolStringListDescriptorProtos.DescriptorProto. getReservedNameList()repeated string reserved_name = 10 [json_name = "reservedName"];ProtocolStringListDescriptorProtos.EnumDescriptorProto.Builder. getReservedNameList()repeated string reserved_name = 5 [json_name = "reservedName"];ProtocolStringListDescriptorProtos.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 ProtocolStringListPluginProtos.CodeGeneratorRequest.Builder. getFileToGenerateList()repeated string file_to_generate = 1 [json_name = "fileToGenerate"];ProtocolStringListPluginProtos.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 ProtocolStringListReference.Builder. getOverloadIdList()For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.ProtocolStringListReference. getOverloadIdList()For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.ProtocolStringListDecl.FunctionDecl.Overload.Builder. getTypeParamsList()The type param names associated with the function declaration.ProtocolStringListDecl.FunctionDecl.Overload. getTypeParamsList()The type param names associated with the function declaration.
-