Uses of Interface
com.google.protobuf.Internal.EnumLiteMap
-
-
Uses of Internal.EnumLiteMap in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return Internal.EnumLiteMap Modifier and Type Method Description static Internal.EnumLiteMap<BuildEventStreamProtos.Aborted.AbortReason>BuildEventStreamProtos.Aborted.AbortReason. internalGetValueMap()static Internal.EnumLiteMap<BuildEventStreamProtos.ConvenienceSymlink.Action>BuildEventStreamProtos.ConvenienceSymlink.Action. internalGetValueMap()static Internal.EnumLiteMap<BuildEventStreamProtos.TestSize>BuildEventStreamProtos.TestSize. internalGetValueMap()static Internal.EnumLiteMap<BuildEventStreamProtos.TestStatus>BuildEventStreamProtos.TestStatus. internalGetValueMap() -
Uses of Internal.EnumLiteMap in com.google.devtools.build.lib.query2.proto.proto2api
Methods in com.google.devtools.build.lib.query2.proto.proto2api that return Internal.EnumLiteMap Modifier and Type Method Description static Internal.EnumLiteMap<Build.AllowedRuleClassInfo.AllowedRuleClasses>Build.AllowedRuleClassInfo.AllowedRuleClasses. internalGetValueMap()static Internal.EnumLiteMap<Build.Attribute.Discriminator>Build.Attribute.Discriminator. internalGetValueMap()static Internal.EnumLiteMap<Build.Attribute.Tristate>Build.Attribute.Tristate. internalGetValueMap()static Internal.EnumLiteMap<Build.FilesetEntry.SymlinkBehavior>Build.FilesetEntry.SymlinkBehavior. internalGetValueMap()static Internal.EnumLiteMap<Build.Target.Discriminator>Build.Target.Discriminator. internalGetValueMap() -
Uses of Internal.EnumLiteMap in com.google.devtools.build.v1
Methods in com.google.devtools.build.v1 that return Internal.EnumLiteMap Modifier and Type Method Description static Internal.EnumLiteMap<BuildEvent.BuildComponentStreamFinished.FinishType>BuildEvent.BuildComponentStreamFinished.FinishType. internalGetValueMap()static Internal.EnumLiteMap<ConsoleOutputStream>ConsoleOutputStream. internalGetValueMap()static Internal.EnumLiteMap<PublishLifecycleEventRequest.ServiceLevel>PublishLifecycleEventRequest.ServiceLevel. internalGetValueMap()static Internal.EnumLiteMap<StreamId.BuildComponent>StreamId.BuildComponent. internalGetValueMap() -
Uses of Internal.EnumLiteMap in com.google.protobuf
Classes in com.google.protobuf that implement Internal.EnumLiteMap Modifier and Type Class Description static classDescriptors.EnumDescriptorDescribes an enum type.Methods in com.google.protobuf with parameters of type Internal.EnumLiteMap Modifier and Type Method Description static <T extends Internal.EnumLite>
Internal.MapAdapter.Converter<java.lang.Integer,T>Internal.MapAdapter. newEnumConverter(Internal.EnumLiteMap<T> enumMap, T unrecognizedValue)static <ContainingType extends MessageLite,Type>
GeneratedMessageLite.GeneratedExtension<ContainingType,Type>GeneratedMessageLite. newRepeatedGeneratedExtension(ContainingType containingTypeDefaultInstance, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, boolean isPacked, java.lang.Class singularType)For use by generated code only.static <ContainingType extends MessageLite,Type>
GeneratedMessageLite.GeneratedExtension<ContainingType,Type>GeneratedMessageLite. newSingularGeneratedExtension(ContainingType containingTypeDefaultInstance, Type defaultValue, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, java.lang.Class singularType)For use by generated code only. -
Uses of Internal.EnumLiteMap in com.google.protobuf.compiler
Methods in com.google.protobuf.compiler that return Internal.EnumLiteMap Modifier and Type Method Description static Internal.EnumLiteMap<PluginProtos.CodeGeneratorResponse.Feature>PluginProtos.CodeGeneratorResponse.Feature. internalGetValueMap() -
Uses of Internal.EnumLiteMap in io.bazel.rules_scala.diagnostics
Methods in io.bazel.rules_scala.diagnostics that return Internal.EnumLiteMap Modifier and Type Method Description static Internal.EnumLiteMap<Diagnostics.Severity>Diagnostics.Severity. internalGetValueMap() -
Uses of Internal.EnumLiteMap in org.jetbrains.bsp.bazel.info
Methods in org.jetbrains.bsp.bazel.info that return Internal.EnumLiteMap Modifier and Type Method Description static Internal.EnumLiteMap<BspTargetInfo.Dependency.DependencyType>BspTargetInfo.Dependency.DependencyType. internalGetValueMap()
-