Class PlanProtocol.SwitchOperator.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder>
com.ocient.jdbc.proto.PlanProtocol.SwitchOperator.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, PlanProtocol.SwitchOperatorOrBuilder, Cloneable
Enclosing class:
PlanProtocol.SwitchOperator

public static final class PlanProtocol.SwitchOperator.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder>
implements PlanProtocol.SwitchOperatorOrBuilder
Protobuf type xg.db.sqlPlans.SwitchOperator
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.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.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.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.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder>
    • getDefaultInstanceForType

      public PlanProtocol.SwitchOperator 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

      public PlanProtocol.SwitchOperator buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder>
    • setField

      public PlanProtocol.SwitchOperator.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder>
    • clearField

      public PlanProtocol.SwitchOperator.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder>
    • clearOneof

      public PlanProtocol.SwitchOperator.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder>
    • setRepeatedField

      public PlanProtocol.SwitchOperator.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder>
    • addRepeatedField

      public PlanProtocol.SwitchOperator.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder>
    • mergeFrom

      public PlanProtocol.SwitchOperator.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<PlanProtocol.SwitchOperator.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder>
    • mergeFrom

      public PlanProtocol.SwitchOperator.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<PlanProtocol.SwitchOperator.Builder>
      Throws:
      IOException
    • getFiltersList

      public List<PlanProtocol.CNF> getFiltersList()
      the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used
      always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
       
      repeated .xg.db.sqlPlans.CNF filters = 1;
      Specified by:
      getFiltersList in interface PlanProtocol.SwitchOperatorOrBuilder
    • getFiltersCount

      public int getFiltersCount()
      the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used
      always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
       
      repeated .xg.db.sqlPlans.CNF filters = 1;
      Specified by:
      getFiltersCount in interface PlanProtocol.SwitchOperatorOrBuilder
    • getFilters

      public PlanProtocol.CNF getFilters​(int index)
      the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used
      always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
       
      repeated .xg.db.sqlPlans.CNF filters = 1;
      Specified by:
      getFilters in interface PlanProtocol.SwitchOperatorOrBuilder
    • setFilters

      public PlanProtocol.SwitchOperator.Builder setFilters​(int index, PlanProtocol.CNF value)
      the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used
      always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
       
      repeated .xg.db.sqlPlans.CNF filters = 1;
    • setFilters

      public PlanProtocol.SwitchOperator.Builder setFilters​(int index, PlanProtocol.CNF.Builder builderForValue)
      the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used
      always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
       
      repeated .xg.db.sqlPlans.CNF filters = 1;
    • addFilters

      the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used
      always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
       
      repeated .xg.db.sqlPlans.CNF filters = 1;
    • addFilters

      public PlanProtocol.SwitchOperator.Builder addFilters​(int index, PlanProtocol.CNF value)
      the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used
      always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
       
      repeated .xg.db.sqlPlans.CNF filters = 1;
    • addFilters

      public PlanProtocol.SwitchOperator.Builder addFilters​(PlanProtocol.CNF.Builder builderForValue)
      the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used
      always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
       
      repeated .xg.db.sqlPlans.CNF filters = 1;
    • addFilters

      public PlanProtocol.SwitchOperator.Builder addFilters​(int index, PlanProtocol.CNF.Builder builderForValue)
      the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used
      always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
       
      repeated .xg.db.sqlPlans.CNF filters = 1;
    • addAllFilters

      public PlanProtocol.SwitchOperator.Builder addAllFilters​(Iterable<? extends PlanProtocol.CNF> values)
      the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used
      always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
       
      repeated .xg.db.sqlPlans.CNF filters = 1;
    • clearFilters

      public PlanProtocol.SwitchOperator.Builder clearFilters()
      the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used
      always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
       
      repeated .xg.db.sqlPlans.CNF filters = 1;
    • removeFilters

      public PlanProtocol.SwitchOperator.Builder removeFilters​(int index)
      the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used
      always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
       
      repeated .xg.db.sqlPlans.CNF filters = 1;
    • getFiltersBuilder

      public PlanProtocol.CNF.Builder getFiltersBuilder​(int index)
      the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used
      always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
       
      repeated .xg.db.sqlPlans.CNF filters = 1;
    • getFiltersOrBuilder

      public PlanProtocol.CNFOrBuilder getFiltersOrBuilder​(int index)
      the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used
      always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
       
      repeated .xg.db.sqlPlans.CNF filters = 1;
      Specified by:
      getFiltersOrBuilder in interface PlanProtocol.SwitchOperatorOrBuilder
    • getFiltersOrBuilderList

      public List<? extends PlanProtocol.CNFOrBuilder> getFiltersOrBuilderList()
      the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used
      always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
       
      repeated .xg.db.sqlPlans.CNF filters = 1;
      Specified by:
      getFiltersOrBuilderList in interface PlanProtocol.SwitchOperatorOrBuilder
    • addFiltersBuilder

      public PlanProtocol.CNF.Builder addFiltersBuilder()
      the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used
      always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
       
      repeated .xg.db.sqlPlans.CNF filters = 1;
    • addFiltersBuilder

      public PlanProtocol.CNF.Builder addFiltersBuilder​(int index)
      the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used
      always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
       
      repeated .xg.db.sqlPlans.CNF filters = 1;
    • getFiltersBuilderList

      public List<PlanProtocol.CNF.Builder> getFiltersBuilderList()
      the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used
      always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
       
      repeated .xg.db.sqlPlans.CNF filters = 1;
    • setUnknownFields

      public final PlanProtocol.SwitchOperator.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder>
    • mergeUnknownFields

      public final PlanProtocol.SwitchOperator.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder>