Interface IntComparisonFilterOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getValue()
      Required.
      ValueComparison getValueComparison()
      Required.
      int getValueComparisonValue()
      Required.
      • 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 Detail

      • getValueComparisonValue

        int getValueComparisonValue()
         Required. Relation between source value and compare value
         
        .google.cloud.clouddms.v1.ValueComparison value_comparison = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The enum numeric value on the wire for valueComparison.
      • getValueComparison

        ValueComparison getValueComparison()
         Required. Relation between source value and compare value
         
        .google.cloud.clouddms.v1.ValueComparison value_comparison = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The valueComparison.
      • getValue

        long getValue()
         Required. Integer compare value to be used
         
        int64 value = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The value.