Package com.google.protobuf
Interface DescriptorProtos.EnumValueOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<DescriptorProtos.EnumValueOptions,DescriptorProtos.EnumValueOptions.Builder>,com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DescriptorProtos.EnumValueOptions,DescriptorProtos.EnumValueOptions.Builder
- Enclosing class:
- DescriptorProtos
public static interface DescriptorProtos.EnumValueOptionsOrBuilder extends com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<DescriptorProtos.EnumValueOptions,DescriptorProtos.EnumValueOptions.Builder>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetDebugRedact()optional bool debug_redact = 3 [default = false, json_name = "debugRedact"];booleangetDeprecated()optional bool deprecated = 1 [default = false, json_name = "deprecated"];DescriptorProtos.FeatureSetgetFeatures()optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];DescriptorProtos.FieldOptions.FeatureSupportgetFeatureSupport()optional .google.protobuf.FieldOptions.FeatureSupport feature_support = 4 [json_name = "featureSupport"];DescriptorProtos.UninterpretedOptiongetUninterpretedOption(int index)repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];intgetUninterpretedOptionCount()repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];java.util.List<DescriptorProtos.UninterpretedOption>getUninterpretedOptionList()repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];booleanhasDebugRedact()optional bool debug_redact = 3 [default = false, json_name = "debugRedact"];booleanhasDeprecated()optional bool deprecated = 1 [default = false, json_name = "deprecated"];booleanhasFeatures()optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];booleanhasFeatureSupport()optional .google.protobuf.FieldOptions.FeatureSupport feature_support = 4 [json_name = "featureSupport"];
-
-
-
Method Detail
-
hasDeprecated
boolean hasDeprecated()
optional bool deprecated = 1 [default = false, json_name = "deprecated"];- Returns:
- Whether the deprecated field is set.
-
getDeprecated
boolean getDeprecated()
optional bool deprecated = 1 [default = false, json_name = "deprecated"];- Returns:
- The deprecated.
-
hasFeatures
boolean hasFeatures()
optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];- Returns:
- Whether the features field is set.
-
getFeatures
DescriptorProtos.FeatureSet getFeatures()
optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];- Returns:
- The features.
-
hasDebugRedact
boolean hasDebugRedact()
optional bool debug_redact = 3 [default = false, json_name = "debugRedact"];- Returns:
- Whether the debugRedact field is set.
-
getDebugRedact
boolean getDebugRedact()
optional bool debug_redact = 3 [default = false, json_name = "debugRedact"];- Returns:
- The debugRedact.
-
hasFeatureSupport
boolean hasFeatureSupport()
optional .google.protobuf.FieldOptions.FeatureSupport feature_support = 4 [json_name = "featureSupport"];- Returns:
- Whether the featureSupport field is set.
-
getFeatureSupport
DescriptorProtos.FieldOptions.FeatureSupport getFeatureSupport()
optional .google.protobuf.FieldOptions.FeatureSupport feature_support = 4 [json_name = "featureSupport"];- Returns:
- The featureSupport.
-
getUninterpretedOptionList
java.util.List<DescriptorProtos.UninterpretedOption> getUninterpretedOptionList()
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
-
getUninterpretedOption
DescriptorProtos.UninterpretedOption getUninterpretedOption(int index)
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
-
getUninterpretedOptionCount
int getUninterpretedOptionCount()
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
-
-