Uses of Interface
com.google.protobuf.ProtocolMessageEnum
-
Packages that use ProtocolMessageEnum Package Description com.google.protobuf com.google.protobuf.compiler -
-
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.OptimizeModeGenerated classes can be optimized for speed or code size.static classDescriptorProtos.MethodOptions.IdempotencyLevelIs this method side-effect-free (or safe in HTTP parlance), or idempotent, or neither? HTTP based RPC implementation may choose GET verb for safe methods, and PUT verb for idempotent methods instead of the default POST. -
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.FeatureSync with code_generator.h.
-