Interface InConditionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InCondition, InCondition.Builder

public interface InConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getCandidates(int index)
    repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    int
    repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    List<? extends ValueOrBuilder>
    repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 3;
    int
    .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 3;
    .io.deephaven.proto.backplane.grpc.MatchType match_type = 4;
    int
    .io.deephaven.proto.backplane.grpc.MatchType match_type = 4;
    .io.deephaven.proto.backplane.grpc.Value target = 1;
    .io.deephaven.proto.backplane.grpc.Value target = 1;
    boolean
    .io.deephaven.proto.backplane.grpc.Value target = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasTarget

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

      Value getTarget()
      .io.deephaven.proto.backplane.grpc.Value target = 1;
      Returns:
      The target.
    • getTargetOrBuilder

      ValueOrBuilder getTargetOrBuilder()
      .io.deephaven.proto.backplane.grpc.Value target = 1;
    • getCandidatesList

      List<Value> getCandidatesList()
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    • getCandidates

      Value getCandidates(int index)
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    • getCandidatesCount

      int getCandidatesCount()
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    • getCandidatesOrBuilderList

      List<? extends ValueOrBuilder> getCandidatesOrBuilderList()
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    • getCandidatesOrBuilder

      ValueOrBuilder getCandidatesOrBuilder(int index)
      repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
    • getCaseSensitivityValue

      int getCaseSensitivityValue()
      .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 3;
      Returns:
      The enum numeric value on the wire for caseSensitivity.
    • getCaseSensitivity

      CaseSensitivity getCaseSensitivity()
      .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 3;
      Returns:
      The caseSensitivity.
    • getMatchTypeValue

      int getMatchTypeValue()
      .io.deephaven.proto.backplane.grpc.MatchType match_type = 4;
      Returns:
      The enum numeric value on the wire for matchType.
    • getMatchType

      MatchType getMatchType()
      .io.deephaven.proto.backplane.grpc.MatchType match_type = 4;
      Returns:
      The matchType.