Class DescriptorProtos.FieldOptions.FeatureSupport.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<DescriptorProtos.FieldOptions.FeatureSupport.Builder>
com.google.protobuf.GeneratedMessage.Builder<DescriptorProtos.FieldOptions.FeatureSupport.Builder>
com.google.protobuf.generated.DescriptorProtos.FieldOptions.FeatureSupport.Builder
All Implemented Interfaces:
DescriptorProtos.FieldOptions.FeatureSupportOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
DescriptorProtos.FieldOptions.FeatureSupport

public static final class DescriptorProtos.FieldOptions.FeatureSupport.Builder extends com.google.protobuf.GeneratedMessage.Builder<DescriptorProtos.FieldOptions.FeatureSupport.Builder> implements DescriptorProtos.FieldOptions.FeatureSupportOrBuilder
 Information about the support window of a feature.
 
Protobuf type google.protobuf.FieldOptions.FeatureSupport
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<DescriptorProtos.FieldOptions.FeatureSupport.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<DescriptorProtos.FieldOptions.FeatureSupport.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<DescriptorProtos.FieldOptions.FeatureSupport.Builder>
    • getDefaultInstanceForType

      public DescriptorProtos.FieldOptions.FeatureSupport getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public DescriptorProtos.FieldOptions.FeatureSupport.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DescriptorProtos.FieldOptions.FeatureSupport.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<DescriptorProtos.FieldOptions.FeatureSupport.Builder>
    • mergeFrom

      public DescriptorProtos.FieldOptions.FeatureSupport.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DescriptorProtos.FieldOptions.FeatureSupport.Builder>
      Throws:
      IOException
    • hasEditionIntroduced

      public boolean hasEditionIntroduced()
       The edition that this feature was first available in.  In editions
       earlier than this one, the default assigned to EDITION_LEGACY will be
       used, and proto files will not be able to override it.
       
      optional .google.protobuf.Edition edition_introduced = 1;
      Specified by:
      hasEditionIntroduced in interface DescriptorProtos.FieldOptions.FeatureSupportOrBuilder
      Returns:
      Whether the editionIntroduced field is set.
    • getEditionIntroduced

      public DescriptorProtos.Edition getEditionIntroduced()
       The edition that this feature was first available in.  In editions
       earlier than this one, the default assigned to EDITION_LEGACY will be
       used, and proto files will not be able to override it.
       
      optional .google.protobuf.Edition edition_introduced = 1;
      Specified by:
      getEditionIntroduced in interface DescriptorProtos.FieldOptions.FeatureSupportOrBuilder
      Returns:
      The editionIntroduced.
    • setEditionIntroduced

       The edition that this feature was first available in.  In editions
       earlier than this one, the default assigned to EDITION_LEGACY will be
       used, and proto files will not be able to override it.
       
      optional .google.protobuf.Edition edition_introduced = 1;
      Parameters:
      value - The editionIntroduced to set.
      Returns:
      This builder for chaining.
    • clearEditionIntroduced

       The edition that this feature was first available in.  In editions
       earlier than this one, the default assigned to EDITION_LEGACY will be
       used, and proto files will not be able to override it.
       
      optional .google.protobuf.Edition edition_introduced = 1;
      Returns:
      This builder for chaining.
    • hasEditionDeprecated

      public boolean hasEditionDeprecated()
       The edition this feature becomes deprecated in.  Using this after this
       edition may trigger warnings.
       
      optional .google.protobuf.Edition edition_deprecated = 2;
      Specified by:
      hasEditionDeprecated in interface DescriptorProtos.FieldOptions.FeatureSupportOrBuilder
      Returns:
      Whether the editionDeprecated field is set.
    • getEditionDeprecated

      public DescriptorProtos.Edition getEditionDeprecated()
       The edition this feature becomes deprecated in.  Using this after this
       edition may trigger warnings.
       
      optional .google.protobuf.Edition edition_deprecated = 2;
      Specified by:
      getEditionDeprecated in interface DescriptorProtos.FieldOptions.FeatureSupportOrBuilder
      Returns:
      The editionDeprecated.
    • setEditionDeprecated

       The edition this feature becomes deprecated in.  Using this after this
       edition may trigger warnings.
       
      optional .google.protobuf.Edition edition_deprecated = 2;
      Parameters:
      value - The editionDeprecated to set.
      Returns:
      This builder for chaining.
    • clearEditionDeprecated

       The edition this feature becomes deprecated in.  Using this after this
       edition may trigger warnings.
       
      optional .google.protobuf.Edition edition_deprecated = 2;
      Returns:
      This builder for chaining.
    • hasDeprecationWarning

      public boolean hasDeprecationWarning()
       The deprecation warning text if this feature is used after the edition it
       was marked deprecated in.
       
      optional string deprecation_warning = 3;
      Specified by:
      hasDeprecationWarning in interface DescriptorProtos.FieldOptions.FeatureSupportOrBuilder
      Returns:
      Whether the deprecationWarning field is set.
    • getDeprecationWarning

      public String getDeprecationWarning()
       The deprecation warning text if this feature is used after the edition it
       was marked deprecated in.
       
      optional string deprecation_warning = 3;
      Specified by:
      getDeprecationWarning in interface DescriptorProtos.FieldOptions.FeatureSupportOrBuilder
      Returns:
      The deprecationWarning.
    • getDeprecationWarningBytes

      public com.google.protobuf.ByteString getDeprecationWarningBytes()
       The deprecation warning text if this feature is used after the edition it
       was marked deprecated in.
       
      optional string deprecation_warning = 3;
      Specified by:
      getDeprecationWarningBytes in interface DescriptorProtos.FieldOptions.FeatureSupportOrBuilder
      Returns:
      The bytes for deprecationWarning.
    • setDeprecationWarning

      public DescriptorProtos.FieldOptions.FeatureSupport.Builder setDeprecationWarning(String value)
       The deprecation warning text if this feature is used after the edition it
       was marked deprecated in.
       
      optional string deprecation_warning = 3;
      Parameters:
      value - The deprecationWarning to set.
      Returns:
      This builder for chaining.
    • clearDeprecationWarning

      public DescriptorProtos.FieldOptions.FeatureSupport.Builder clearDeprecationWarning()
       The deprecation warning text if this feature is used after the edition it
       was marked deprecated in.
       
      optional string deprecation_warning = 3;
      Returns:
      This builder for chaining.
    • setDeprecationWarningBytes

      public DescriptorProtos.FieldOptions.FeatureSupport.Builder setDeprecationWarningBytes(com.google.protobuf.ByteString value)
       The deprecation warning text if this feature is used after the edition it
       was marked deprecated in.
       
      optional string deprecation_warning = 3;
      Parameters:
      value - The bytes for deprecationWarning to set.
      Returns:
      This builder for chaining.
    • hasEditionRemoved

      public boolean hasEditionRemoved()
       The edition this feature is no longer available in.  In editions after
       this one, the last default assigned will be used, and proto files will
       not be able to override it.
       
      optional .google.protobuf.Edition edition_removed = 4;
      Specified by:
      hasEditionRemoved in interface DescriptorProtos.FieldOptions.FeatureSupportOrBuilder
      Returns:
      Whether the editionRemoved field is set.
    • getEditionRemoved

      public DescriptorProtos.Edition getEditionRemoved()
       The edition this feature is no longer available in.  In editions after
       this one, the last default assigned will be used, and proto files will
       not be able to override it.
       
      optional .google.protobuf.Edition edition_removed = 4;
      Specified by:
      getEditionRemoved in interface DescriptorProtos.FieldOptions.FeatureSupportOrBuilder
      Returns:
      The editionRemoved.
    • setEditionRemoved

       The edition this feature is no longer available in.  In editions after
       this one, the last default assigned will be used, and proto files will
       not be able to override it.
       
      optional .google.protobuf.Edition edition_removed = 4;
      Parameters:
      value - The editionRemoved to set.
      Returns:
      This builder for chaining.
    • clearEditionRemoved

       The edition this feature is no longer available in.  In editions after
       this one, the last default assigned will be used, and proto files will
       not be able to override it.
       
      optional .google.protobuf.Edition edition_removed = 4;
      Returns:
      This builder for chaining.