Package com.exactpro.th2.common.grpc
Interface ComparisonSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ComparisonSettings,ComparisonSettings.Builder
public interface ComparisonSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description FailUnexpectedgetFailUnexpected().FailUnexpected fail_unexpected = 2;intgetFailUnexpectedValue().FailUnexpected fail_unexpected = 2;java.lang.StringgetIgnoreFields(int index)Deprecated.com.google.protobuf.ByteStringgetIgnoreFieldsBytes(int index)Deprecated.intgetIgnoreFieldsCount()Deprecated.java.util.List<java.lang.String>getIgnoreFieldsList()Deprecated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIgnoreFieldsList
@Deprecated java.util.List<java.lang.String> getIgnoreFieldsList()
Deprecated.Values are not considered during the comparison. Please use RootComparisonSettings#ignore_fields instead. This field will be removed in future releases.
repeated string ignore_fields = 1 [deprecated = true];- Returns:
- A list containing the ignoreFields.
-
getIgnoreFieldsCount
@Deprecated int getIgnoreFieldsCount()
Deprecated.Values are not considered during the comparison. Please use RootComparisonSettings#ignore_fields instead. This field will be removed in future releases.
repeated string ignore_fields = 1 [deprecated = true];- Returns:
- The count of ignoreFields.
-
getIgnoreFields
@Deprecated java.lang.String getIgnoreFields(int index)
Deprecated.Values are not considered during the comparison. Please use RootComparisonSettings#ignore_fields instead. This field will be removed in future releases.
repeated string ignore_fields = 1 [deprecated = true];- Parameters:
index- The index of the element to return.- Returns:
- The ignoreFields at the given index.
-
getIgnoreFieldsBytes
@Deprecated com.google.protobuf.ByteString getIgnoreFieldsBytes(int index)
Deprecated.Values are not considered during the comparison. Please use RootComparisonSettings#ignore_fields instead. This field will be removed in future releases.
repeated string ignore_fields = 1 [deprecated = true];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the ignoreFields at the given index.
-
getFailUnexpectedValue
int getFailUnexpectedValue()
.FailUnexpected fail_unexpected = 2;- Returns:
- The enum numeric value on the wire for failUnexpected.
-
getFailUnexpected
FailUnexpected getFailUnexpected()
.FailUnexpected fail_unexpected = 2;- Returns:
- The failUnexpected.
-
-