com.google.ads.googleads.v10.resources.OfflineUserDataJobMetadataOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/resources/offline_user_data_job.proto
package com.google.ads.googleads.v10.resources;
public interface OfflineUserDataJobMetadataOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.OfflineUserDataJobMetadata)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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.v10.enums.OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange match_rate_range = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for matchRateRange.
*/
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.v10.enums.OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange match_rate_range = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The matchRateRange.
*/
com.google.ads.googleads.v10.enums.OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange getMatchRateRange();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy