Interface DescriptorProtos.EnumValueOptionsOrBuilder

All Superinterfaces:
GeneratedMessage.ExtendableMessageOrBuilder<DescriptorProtos.EnumValueOptions>, MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
DescriptorProtos.EnumValueOptions, DescriptorProtos.EnumValueOptions.Builder
Enclosing class:
DescriptorProtos

public static interface DescriptorProtos.EnumValueOptionsOrBuilder extends GeneratedMessage.ExtendableMessageOrBuilder<DescriptorProtos.EnumValueOptions>
  • Method Details Link icon

    • hasDeprecated Link icon

      boolean hasDeprecated()
      optional bool deprecated = 1 [default = false, json_name = "deprecated"];
      Returns:
      Whether the deprecated field is set.
    • getDeprecated Link icon

      boolean getDeprecated()
      optional bool deprecated = 1 [default = false, json_name = "deprecated"];
      Returns:
      The deprecated.
    • hasFeatures Link icon

      boolean hasFeatures()
      optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
      Returns:
      Whether the features field is set.
    • getFeatures Link icon

      optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
      Returns:
      The features.
    • getFeaturesOrBuilder Link icon

      DescriptorProtos.FeatureSetOrBuilder getFeaturesOrBuilder()
      optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
    • hasDebugRedact Link icon

      boolean hasDebugRedact()
      optional bool debug_redact = 3 [default = false, json_name = "debugRedact"];
      Returns:
      Whether the debugRedact field is set.
    • getDebugRedact Link icon

      boolean getDebugRedact()
      optional bool debug_redact = 3 [default = false, json_name = "debugRedact"];
      Returns:
      The debugRedact.
    • hasFeatureSupport Link icon

      boolean hasFeatureSupport()
      optional .google.protobuf.FieldOptions.FeatureSupport feature_support = 4 [json_name = "featureSupport"];
      Returns:
      Whether the featureSupport field is set.
    • getFeatureSupport Link icon

      optional .google.protobuf.FieldOptions.FeatureSupport feature_support = 4 [json_name = "featureSupport"];
      Returns:
      The featureSupport.
    • getFeatureSupportOrBuilder Link icon

      optional .google.protobuf.FieldOptions.FeatureSupport feature_support = 4 [json_name = "featureSupport"];
    • getUninterpretedOptionList Link icon

      List<DescriptorProtos.UninterpretedOption> getUninterpretedOptionList()
      repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
    • getUninterpretedOption Link icon

      DescriptorProtos.UninterpretedOption getUninterpretedOption(int index)
      repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
    • getUninterpretedOptionCount Link icon

      int getUninterpretedOptionCount()
      repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
    • getUninterpretedOptionOrBuilderList Link icon

      List<? extends DescriptorProtos.UninterpretedOptionOrBuilder> getUninterpretedOptionOrBuilderList()
      repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
    • getUninterpretedOptionOrBuilder Link icon

      DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(int index)
      repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];