com.google.ads.googleads.v17.resources.OfflineUserDataJobMetadataOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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