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 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.