Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
static DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic |
DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic.forNumber(int value) |
DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic |
DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder.getSemantic()
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5; |
DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic |
DescriptorProtos.GeneratedCodeInfo.Annotation.getSemantic()
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5; |
DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic |
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.getSemantic()
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5; |
static DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic |
DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic.valueOf(Descriptors.EnumValueDescriptor desc) |
static DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic |
DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic |
DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic[] |
DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic> |
DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder |
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.setSemantic(DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic value)
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5; |
Copyright © 2008–2024. All rights reserved.