Interface ContainsConditionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContainsCondition
,ContainsCondition.Builder
public interface ContainsConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.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.Reference reference = 1;
.io.deephaven.proto.backplane.grpc.Reference reference = 1;
string search_string = 2;
com.google.protobuf.ByteString
string search_string = 2;
boolean
.io.deephaven.proto.backplane.grpc.Reference reference = 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
-
hasReference
boolean hasReference().io.deephaven.proto.backplane.grpc.Reference reference = 1;
- Returns:
- Whether the reference field is set.
-
getReference
Reference getReference().io.deephaven.proto.backplane.grpc.Reference reference = 1;
- Returns:
- The reference.
-
getReferenceOrBuilder
ReferenceOrBuilder getReferenceOrBuilder().io.deephaven.proto.backplane.grpc.Reference reference = 1;
-
getSearchString
String getSearchString()string search_string = 2;
- Returns:
- The searchString.
-
getSearchStringBytes
com.google.protobuf.ByteString getSearchStringBytes()string search_string = 2;
- Returns:
- The bytes for searchString.
-
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.
-