Uses of Enum Class
com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
Packages that use DescriptorProtos.FieldDescriptorProto.Label
-
Uses of DescriptorProtos.FieldDescriptorProto.Label in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.FieldDescriptorProto.LabelModifier and TypeMethodDescriptionDescriptorProtos.FieldDescriptorProto.Label.forNumber
(int value) DescriptorProtos.FieldDescriptorProto.Builder.getLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
DescriptorProtos.FieldDescriptorProto.getLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
DescriptorProtos.FieldDescriptorProtoOrBuilder.getLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
DescriptorProtos.FieldDescriptorProto.Label.valueOf
(int value) Deprecated.DescriptorProtos.FieldDescriptorProto.Label.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.DescriptorProtos.FieldDescriptorProto.Label.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.FieldDescriptorProto.LabelModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<DescriptorProtos.FieldDescriptorProto.Label> DescriptorProtos.FieldDescriptorProto.Label.internalGetValueMap()
Methods in com.google.protobuf with parameters of type DescriptorProtos.FieldDescriptorProto.LabelModifier and TypeMethodDescriptionDescriptorProtos.FieldDescriptorProto.Builder.setLabel
(DescriptorProtos.FieldDescriptorProto.Label value) optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];