All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.OfflineUserDataJobMetadataOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/offline_user_data_job.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface OfflineUserDataJobMetadataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.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.v17.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.v17.enums.OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange match_rate_range = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The matchRateRange. */ com.google.ads.googleads.v17.enums.OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange getMatchRateRange(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy