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 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.