Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
static DescriptorProtos.FeatureSet.MessageEncoding |
DescriptorProtos.FeatureSet.MessageEncoding.forNumber(int value) |
DescriptorProtos.FeatureSet.MessageEncoding |
DescriptorProtos.FeatureSetOrBuilder.getMessageEncoding()
optional .google.protobuf.FeatureSet.MessageEncoding message_encoding = 5 [retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ... |
DescriptorProtos.FeatureSet.MessageEncoding |
DescriptorProtos.FeatureSet.getMessageEncoding()
optional .google.protobuf.FeatureSet.MessageEncoding message_encoding = 5 [retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ... |
DescriptorProtos.FeatureSet.MessageEncoding |
DescriptorProtos.FeatureSet.Builder.getMessageEncoding()
optional .google.protobuf.FeatureSet.MessageEncoding message_encoding = 5 [retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ... |
static DescriptorProtos.FeatureSet.MessageEncoding |
DescriptorProtos.FeatureSet.MessageEncoding.valueOf(Descriptors.EnumValueDescriptor desc) |
static DescriptorProtos.FeatureSet.MessageEncoding |
DescriptorProtos.FeatureSet.MessageEncoding.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DescriptorProtos.FeatureSet.MessageEncoding |
DescriptorProtos.FeatureSet.MessageEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescriptorProtos.FeatureSet.MessageEncoding[] |
DescriptorProtos.FeatureSet.MessageEncoding.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.FeatureSet.MessageEncoding> |
DescriptorProtos.FeatureSet.MessageEncoding.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.FeatureSet.Builder |
DescriptorProtos.FeatureSet.Builder.setMessageEncoding(DescriptorProtos.FeatureSet.MessageEncoding value)
optional .google.protobuf.FeatureSet.MessageEncoding message_encoding = 5 [retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ... |
Copyright © 2008–2025. All rights reserved.