Class InCondition.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<InCondition.Builder>
io.deephaven.proto.backplane.grpc.InCondition.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, InConditionOrBuilder, Cloneable
Enclosing class:
InCondition

public static final class InCondition.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<InCondition.Builder> implements InConditionOrBuilder
Protobuf type io.deephaven.proto.backplane.grpc.InCondition
  • 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<InCondition.Builder>
    • clear

      public InCondition.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<InCondition.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<InCondition.Builder>
    • getDefaultInstanceForType

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

      public InCondition build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

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

      public InCondition.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<InCondition.Builder>
    • setField

      public InCondition.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<InCondition.Builder>
    • clearField

      public InCondition.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<InCondition.Builder>
    • clearOneof

      public InCondition.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<InCondition.Builder>
    • setRepeatedField

      public InCondition.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<InCondition.Builder>
    • addRepeatedField

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

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

      public InCondition.Builder mergeFrom(InCondition other)
    • isInitialized

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

      public InCondition.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<InCondition.Builder>
      Throws:
      IOException
    • hasTarget

      public boolean hasTarget()
      .io.deephaven.proto.backplane.grpc.Value target = 1;
      Specified by:
      hasTarget in interface InConditionOrBuilder
      Returns:
      Whether the target field is set.
    • getTarget

      public Value getTarget()
      .io.deephaven.proto.backplane.grpc.Value target = 1;
      Specified by:
      getTarget in interface InConditionOrBuilder
      Returns:
      The target.
    • setTarget

      public InCondition.Builder setTarget(Value value)
      .io.deephaven.proto.backplane.grpc.Value target = 1;
    • setTarget

      public InCondition.Builder setTarget(Value.Builder builderForValue)
      .io.deephaven.proto.backplane.grpc.Value target = 1;
    • mergeTarget

      public InCondition.Builder mergeTarget(Value value)
      .io.deephaven.proto.backplane.grpc.Value target = 1;
    • clearTarget

      public InCondition.Builder clearTarget()
      .io.deephaven.proto.backplane.grpc.Value target = 1;
    • getTargetBuilder

      public Value.Builder getTargetBuilder()
      .io.deephaven.proto.backplane.grpc.Value target = 1;
    • getTargetOrBuilder

      public ValueOrBuilder getTargetOrBuilder()
      .io.deephaven.proto.backplane.grpc.Value target = 1;
      Specified by:
      getTargetOrBuilder in interface InConditionOrBuilder
    • getCandidatesList

      public List<Value> getCandidatesList()
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
      Specified by:
      getCandidatesList in interface InConditionOrBuilder
    • getCandidatesCount

      public int getCandidatesCount()
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
      Specified by:
      getCandidatesCount in interface InConditionOrBuilder
    • getCandidates

      public Value getCandidates(int index)
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
      Specified by:
      getCandidates in interface InConditionOrBuilder
    • setCandidates

      public InCondition.Builder setCandidates(int index, Value value)
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    • setCandidates

      public InCondition.Builder setCandidates(int index, Value.Builder builderForValue)
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    • addCandidates

      public InCondition.Builder addCandidates(Value value)
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    • addCandidates

      public InCondition.Builder addCandidates(int index, Value value)
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    • addCandidates

      public InCondition.Builder addCandidates(Value.Builder builderForValue)
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    • addCandidates

      public InCondition.Builder addCandidates(int index, Value.Builder builderForValue)
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    • addAllCandidates

      public InCondition.Builder addAllCandidates(Iterable<? extends Value> values)
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    • clearCandidates

      public InCondition.Builder clearCandidates()
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    • removeCandidates

      public InCondition.Builder removeCandidates(int index)
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    • getCandidatesBuilder

      public Value.Builder getCandidatesBuilder(int index)
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    • getCandidatesOrBuilder

      public ValueOrBuilder getCandidatesOrBuilder(int index)
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
      Specified by:
      getCandidatesOrBuilder in interface InConditionOrBuilder
    • getCandidatesOrBuilderList

      public List<? extends ValueOrBuilder> getCandidatesOrBuilderList()
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
      Specified by:
      getCandidatesOrBuilderList in interface InConditionOrBuilder
    • addCandidatesBuilder

      public Value.Builder addCandidatesBuilder()
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    • addCandidatesBuilder

      public Value.Builder addCandidatesBuilder(int index)
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    • getCandidatesBuilderList

      public List<Value.Builder> getCandidatesBuilderList()
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    • getCaseSensitivityValue

      public int getCaseSensitivityValue()
      .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 3;
      Specified by:
      getCaseSensitivityValue in interface InConditionOrBuilder
      Returns:
      The enum numeric value on the wire for caseSensitivity.
    • setCaseSensitivityValue

      public InCondition.Builder setCaseSensitivityValue(int value)
      .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 3;
      Parameters:
      value - The enum numeric value on the wire for caseSensitivity to set.
      Returns:
      This builder for chaining.
    • getCaseSensitivity

      public CaseSensitivity getCaseSensitivity()
      .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 3;
      Specified by:
      getCaseSensitivity in interface InConditionOrBuilder
      Returns:
      The caseSensitivity.
    • setCaseSensitivity

      public InCondition.Builder setCaseSensitivity(CaseSensitivity value)
      .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 3;
      Parameters:
      value - The caseSensitivity to set.
      Returns:
      This builder for chaining.
    • clearCaseSensitivity

      public InCondition.Builder clearCaseSensitivity()
      .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 3;
      Returns:
      This builder for chaining.
    • getMatchTypeValue

      public int getMatchTypeValue()
      .io.deephaven.proto.backplane.grpc.MatchType match_type = 4;
      Specified by:
      getMatchTypeValue in interface InConditionOrBuilder
      Returns:
      The enum numeric value on the wire for matchType.
    • setMatchTypeValue

      public InCondition.Builder setMatchTypeValue(int value)
      .io.deephaven.proto.backplane.grpc.MatchType match_type = 4;
      Parameters:
      value - The enum numeric value on the wire for matchType to set.
      Returns:
      This builder for chaining.
    • getMatchType

      public MatchType getMatchType()
      .io.deephaven.proto.backplane.grpc.MatchType match_type = 4;
      Specified by:
      getMatchType in interface InConditionOrBuilder
      Returns:
      The matchType.
    • setMatchType

      public InCondition.Builder setMatchType(MatchType value)
      .io.deephaven.proto.backplane.grpc.MatchType match_type = 4;
      Parameters:
      value - The matchType to set.
      Returns:
      This builder for chaining.
    • clearMatchType

      public InCondition.Builder clearMatchType()
      .io.deephaven.proto.backplane.grpc.MatchType match_type = 4;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final InCondition.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<InCondition.Builder>
    • mergeUnknownFields

      public final InCondition.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<InCondition.Builder>