Interface OfflineUserDataJobMetadataOrBuilder

    • Method Detail

      • getMatchRateRangeValue

        int getMatchRateRangeValue()
         Output only. Match rate of the Customer Match user list upload. Describes
         the estimated match rate when the status of the job is "RUNNING" and final
         match rate when the final match rate is available after the status of the
         job is "SUCCESS/FAILED".
         
        .google.ads.googleads.v15.enums.OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange match_rate_range = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for matchRateRange.
      • getMatchRateRange

        OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange getMatchRateRange()
         Output only. Match rate of the Customer Match user list upload. Describes
         the estimated match rate when the status of the job is "RUNNING" and final
         match rate when the final match rate is available after the status of the
         job is "SUCCESS/FAILED".
         
        .google.ads.googleads.v15.enums.OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange match_rate_range = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The matchRateRange.