Uses of Interface
com.google.protobuf.ProtocolMessageEnum
-
Packages that use ProtocolMessageEnum Package Description com.google.protobuf com.google.protobuf.compiler dev.cel.expr -
-
Uses of ProtocolMessageEnum in com.google.protobuf
Classes in com.google.protobuf that implement ProtocolMessageEnum Modifier and Type Class Description static classDescriptorProtos.FieldDescriptorProto.LabelProtobuf enumgoogle.protobuf.FieldDescriptorProto.Labelstatic classDescriptorProtos.FieldDescriptorProto.TypeProtobuf enumgoogle.protobuf.FieldDescriptorProto.Typestatic classDescriptorProtos.FieldOptions.CTypeProtobuf enumgoogle.protobuf.FieldOptions.CTypestatic classDescriptorProtos.FieldOptions.JSTypeProtobuf enumgoogle.protobuf.FieldOptions.JSTypestatic classDescriptorProtos.FileOptions.OptimizeModeProtobuf enumgoogle.protobuf.FileOptions.OptimizeModestatic classDescriptorProtos.MethodOptions.IdempotencyLevelProtobuf enumgoogle.protobuf.MethodOptions.IdempotencyLevelstatic classField.CardinalityProtobuf enumgoogle.protobuf.Field.Cardinalitystatic classField.KindProtobuf enumgoogle.protobuf.Field.KindclassNullValueProtobuf enumgoogle.protobuf.NullValueclassSyntaxProtobuf enumgoogle.protobuf.Syntax -
Uses of ProtocolMessageEnum in com.google.protobuf.compiler
Classes in com.google.protobuf.compiler that implement ProtocolMessageEnum Modifier and Type Class Description static classPluginProtos.CodeGeneratorResponse.FeatureProtobuf enumgoogle.protobuf.compiler.CodeGeneratorResponse.Feature -
Uses of ProtocolMessageEnum in dev.cel.expr
Classes in dev.cel.expr that implement ProtocolMessageEnum Modifier and Type Class Description static classType.PrimitiveTypeCEL primitive types.static classType.WellKnownTypeWell-known protobuf types treated with first-class support in CEL.
-