Interface OfflineConversionUploadSummaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OfflineConversionUploadSummary,OfflineConversionUploadSummary.Builder
public interface OfflineConversionUploadSummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OfflineConversionUploadSummary.DimensionKeyCasegetDimensionKeyCase()longgetFailedCount()Output only.longgetJobId()Output only.longgetSuccessfulCount()Output only.java.lang.StringgetUploadDate()Output only.com.google.protobuf.ByteStringgetUploadDateBytes()Output only.booleanhasJobId()Output only.booleanhasUploadDate()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
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
java.lang.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
OfflineConversionUploadSummary.DimensionKeyCase getDimensionKeyCase()
-
-