com.google.ads.googleads.v17.resources.OfflineConversionSummaryOrBuilder 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 OfflineConversionSummaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.OfflineConversionSummary)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. Total count of successful event.
*
*
* int64 successful_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The successfulCount.
*/
long getSuccessfulCount();
/**
*
* Output only. Total count of failed event.
*
*
* int64 failed_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The failedCount.
*/
long getFailedCount();
/**
*
* Output only. Total count of pending uploaded event.
*
*
* int64 pending_count = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The pendingCount.
*/
long getPendingCount();
/**
*
* Output only. Dimension key for last N jobs.
*
*
* int64 job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the jobId field is set.
*/
boolean hasJobId();
/**
*
* Output only. Dimension key for last N jobs.
*
*
* int64 job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The jobId.
*/
long getJobId();
/**
*
* Output only. Dimension key for last N days.
*
*
* string upload_date = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the uploadDate field is set.
*/
boolean hasUploadDate();
/**
*
* Output only. Dimension key for last N days.
*
*
* string upload_date = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The uploadDate.
*/
java.lang.String getUploadDate();
/**
*
* Output only. Dimension key for last N days.
*
*
* string upload_date = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for uploadDate.
*/
com.google.protobuf.ByteString
getUploadDateBytes();
com.google.ads.googleads.v17.resources.OfflineConversionSummary.DimensionKeyCase getDimensionKeyCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy