com.google.ads.googleads.v17.resources.OfflineConversionAlertOrBuilder 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_conversion_upload_client_summary.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface OfflineConversionAlertOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.OfflineConversionAlert)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. Error for offline conversion client alert.
*
*
* .google.ads.googleads.v17.resources.OfflineConversionError error = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the error field is set.
*/
boolean hasError();
/**
*
* Output only. Error for offline conversion client alert.
*
*
* .google.ads.googleads.v17.resources.OfflineConversionError error = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The error.
*/
com.google.ads.googleads.v17.resources.OfflineConversionError getError();
/**
*
* Output only. Error for offline conversion client alert.
*
*
* .google.ads.googleads.v17.resources.OfflineConversionError error = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.OfflineConversionErrorOrBuilder getErrorOrBuilder();
/**
*
* Output only. Percentage of the error, the range of this field should be
* [0, 1.0].
*
*
* double error_percentage = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The errorPercentage.
*/
double getErrorPercentage();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy