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