Interface OfflineConversionSummaryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OfflineConversionSummary,OfflineConversionSummary.Builder
public interface OfflineConversionSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSuccessfulCount
long getSuccessfulCount()Output only. Total count of successful event.
int64 successful_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The successfulCount.
-
getFailedCount
long getFailedCount()Output only. Total count of failed event.
int64 failed_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The failedCount.
-
getPendingCount
long getPendingCount()Output only. Total count of pending uploaded event.
int64 pending_count = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The pendingCount.
-
hasJobId
boolean hasJobId()Output only. Dimension key for last N jobs.
int64 job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the jobId field is set.
-
getJobId
long getJobId()Output only. Dimension key for last N jobs.
int64 job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The jobId.
-
hasUploadDate
boolean hasUploadDate()Output only. Dimension key for last N days.
string upload_date = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the uploadDate field is set.
-
getUploadDate
String getUploadDate()Output only. Dimension key for last N days.
string upload_date = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The uploadDate.
-
getUploadDateBytes
com.google.protobuf.ByteString getUploadDateBytes()Output only. Dimension key for last N days.
string upload_date = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for uploadDate.
-
getDimensionKeyCase
OfflineConversionSummary.DimensionKeyCase getDimensionKeyCase()
-