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 class
DescriptorProtos.FieldDescriptorProto.Label
Protobuf enumgoogle.protobuf.FieldDescriptorProto.Label
static class
DescriptorProtos.FieldDescriptorProto.Type
Protobuf enumgoogle.protobuf.FieldDescriptorProto.Type
static class
DescriptorProtos.FieldOptions.CType
Protobuf enumgoogle.protobuf.FieldOptions.CType
static class
DescriptorProtos.FieldOptions.JSType
Protobuf enumgoogle.protobuf.FieldOptions.JSType
static class
DescriptorProtos.FileOptions.OptimizeMode
Generated classes can be optimized for speed or code size.static class
DescriptorProtos.MethodOptions.IdempotencyLevel
Is 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 class
PluginProtos.CodeGeneratorResponse.Feature
Sync with code_generator.h.
-