Package com.exactpro.th2.common.grpc
Interface MetadataFilter.SimpleFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MetadataFilter.SimpleFilter,MetadataFilter.SimpleFilter.Builder
- Enclosing class:
- MetadataFilter
public static interface MetadataFilter.SimpleFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetKey()bool key = 2;FilterOperationgetOperation().FilterOperation operation = 1;intgetOperationValue().FilterOperation operation = 1;java.lang.StringgetValue()string value = 3;com.google.protobuf.ByteStringgetValueBytes()string value = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOperationValue
int getOperationValue()
.FilterOperation operation = 1;- Returns:
- The enum numeric value on the wire for operation.
-
getOperation
FilterOperation getOperation()
.FilterOperation operation = 1;- Returns:
- The operation.
-
getKey
boolean getKey()
bool key = 2;- Returns:
- The key.
-
getValue
java.lang.String getValue()
string value = 3;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()
string value = 3;- Returns:
- The bytes for value.
-
-