Uses of Class
com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
Packages that use DescriptorProtos.FieldDescriptorProto.Label Package Description com.google.protobuf -
-
Uses of DescriptorProtos.FieldDescriptorProto.Label in com.google.protobuf
Fields in com.google.protobuf with type parameters of type DescriptorProtos.FieldDescriptorProto.Label Modifier and Type Field Description private static Internal.EnumLiteMap<DescriptorProtos.FieldDescriptorProto.Label>
DescriptorProtos.FieldDescriptorProto.Label. internalValueMap
Methods in com.google.protobuf that return DescriptorProtos.FieldDescriptorProto.Label Modifier and Type Method Description static DescriptorProtos.FieldDescriptorProto.Label
DescriptorProtos.FieldDescriptorProto.Label. forNumber(int value)
DescriptorProtos.FieldDescriptorProto.Label
DescriptorProtos.FieldDescriptorProto.Builder. getLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
DescriptorProtos.FieldDescriptorProto.Label
DescriptorProtos.FieldDescriptorProto. getLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
DescriptorProtos.FieldDescriptorProto.Label
DescriptorProtos.FieldDescriptorProtoOrBuilder. getLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
static DescriptorProtos.FieldDescriptorProto.Label
DescriptorProtos.FieldDescriptorProto.Label. valueOf(int value)
Deprecated.static DescriptorProtos.FieldDescriptorProto.Label
DescriptorProtos.FieldDescriptorProto.Label. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DescriptorProtos.FieldDescriptorProto.Label[]
DescriptorProtos.FieldDescriptorProto.Label. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.FieldDescriptorProto.Label Modifier and Type Method Description static Internal.EnumLiteMap<DescriptorProtos.FieldDescriptorProto.Label>
DescriptorProtos.FieldDescriptorProto.Label. internalGetValueMap()
Methods in com.google.protobuf with parameters of type DescriptorProtos.FieldDescriptorProto.Label Modifier and Type Method Description DescriptorProtos.FieldDescriptorProto.Builder
DescriptorProtos.FieldDescriptorProto.Builder. setLabel(DescriptorProtos.FieldDescriptorProto.Label value)
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
private void
DescriptorProtos.FieldDescriptorProto. setLabel(DescriptorProtos.FieldDescriptorProto.Label value)
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
-