Uses of Class
com.google.protobuf.generated.DescriptorProtos.EnumValueOptions.Builder
Packages that use DescriptorProtos.EnumValueOptions.Builder
-
Uses of DescriptorProtos.EnumValueOptions.Builder in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.EnumValueOptions.Builder in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic final class
Protobuf typegoogle.protobuf.EnumValueOptions
Methods in com.google.protobuf.generated that return DescriptorProtos.EnumValueOptions.BuilderModifier and TypeMethodDescriptionDescriptorProtos.EnumValueOptions.Builder.addAllUninterpretedOption
(Iterable<? extends DescriptorProtos.UninterpretedOption> values) The parser stores options it doesn't recognize here.DescriptorProtos.EnumValueOptions.Builder.addUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.EnumValueOptions.Builder.addUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.DescriptorProtos.EnumValueOptions.Builder.addUninterpretedOption
(DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.EnumValueOptions.Builder.addUninterpretedOption
(DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.DescriptorProtos.EnumValueOptions.Builder.clear()
DescriptorProtos.EnumValueOptions.Builder.clearDebugRedact()
Indicate that fields annotated with this enum value should not be printed out when using debug formats, e.g. when the field contains sensitive credentials.DescriptorProtos.EnumValueOptions.Builder.clearDeprecated()
Is this enum value deprecated?DescriptorProtos.EnumValueOptions.Builder.clearFeatures()
Any features defined in the specific edition.DescriptorProtos.EnumValueOptions.Builder.clearFeatureSupport()
Information about the support window of a feature value.DescriptorProtos.EnumValueOptions.Builder.clearUninterpretedOption()
The parser stores options it doesn't recognize here.DescriptorProtos.EnumValueDescriptorProto.Builder.getOptionsBuilder()
optional .google.protobuf.EnumValueOptions options = 3;
DescriptorProtos.EnumValueOptions.Builder.mergeFeatures
(DescriptorProtos.FeatureSet value) Any features defined in the specific edition.DescriptorProtos.EnumValueOptions.Builder.mergeFeatureSupport
(DescriptorProtos.FieldOptions.FeatureSupport value) Information about the support window of a feature value.DescriptorProtos.EnumValueOptions.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueOptions.Builder.mergeFrom
(DescriptorProtos.EnumValueOptions other) DescriptorProtos.EnumValueOptions.Builder.mergeFrom
(com.google.protobuf.Message other) DescriptorProtos.EnumValueOptions.newBuilder()
DescriptorProtos.EnumValueOptions.newBuilder
(DescriptorProtos.EnumValueOptions prototype) DescriptorProtos.EnumValueOptions.newBuilderForType()
DescriptorProtos.EnumValueOptions.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) DescriptorProtos.EnumValueOptions.Builder.removeUninterpretedOption
(int index) The parser stores options it doesn't recognize here.DescriptorProtos.EnumValueOptions.Builder.setDebugRedact
(boolean value) Indicate that fields annotated with this enum value should not be printed out when using debug formats, e.g. when the field contains sensitive credentials.DescriptorProtos.EnumValueOptions.Builder.setDeprecated
(boolean value) Is this enum value deprecated?DescriptorProtos.EnumValueOptions.Builder.setFeatures
(DescriptorProtos.FeatureSet value) Any features defined in the specific edition.DescriptorProtos.EnumValueOptions.Builder.setFeatures
(DescriptorProtos.FeatureSet.Builder builderForValue) Any features defined in the specific edition.DescriptorProtos.EnumValueOptions.Builder.setFeatureSupport
(DescriptorProtos.FieldOptions.FeatureSupport value) Information about the support window of a feature value.DescriptorProtos.EnumValueOptions.Builder.setFeatureSupport
(DescriptorProtos.FieldOptions.FeatureSupport.Builder builderForValue) Information about the support window of a feature value.DescriptorProtos.EnumValueOptions.Builder.setUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.EnumValueOptions.Builder.setUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.DescriptorProtos.EnumValueOptions.toBuilder()
Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.EnumValueOptions.BuilderModifier and TypeMethodDescriptionDescriptorProtos.EnumValueDescriptorProto.Builder.setOptions
(DescriptorProtos.EnumValueOptions.Builder builderForValue) optional .google.protobuf.EnumValueOptions options = 3;