Interface OfflineConversionClientSummaryOrBuilder

    • Method Detail

      • getClientValue

        int getClientValue()
         Output only. Client type of the upload event.
         
        .google.ads.googleads.v14.enums.OfflineEventUploadClientEnum.OfflineEventUploadClient client = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for client.
      • getClient

        OfflineEventUploadClientEnum.OfflineEventUploadClient getClient()
         Output only. Client type of the upload event.
         
        .google.ads.googleads.v14.enums.OfflineEventUploadClientEnum.OfflineEventUploadClient client = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The client.
      • getStatusValue

        int getStatusValue()
         Output only. Overall status for offline conversion client summary. Status
         is generated from most recent calendar day with upload stats.
         
        .google.ads.googleads.v14.enums.OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for status.
      • getStatus

        OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus getStatus()
         Output only. Overall status for offline conversion client summary. Status
         is generated from most recent calendar day with upload stats.
         
        .google.ads.googleads.v14.enums.OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The status.
      • getTotalEventCount

        long getTotalEventCount()
         Output only. Total count of uploaded events.
         
        int64 total_event_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The totalEventCount.
      • getSuccessfulEventCount

        long getSuccessfulEventCount()
         Output only. Total count of successful uploaded events.
         
        int64 successful_event_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The successfulEventCount.
      • getSuccessRate

        double getSuccessRate()
         Output only. Successful rate.
         
        double success_rate = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The successRate.
      • getLastUploadDateTime

        java.lang.String getLastUploadDateTime()
         Output only. Date for the latest upload batch.
         
        string last_upload_date_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The lastUploadDateTime.
      • getLastUploadDateTimeBytes

        com.google.protobuf.ByteString getLastUploadDateTimeBytes()
         Output only. Date for the latest upload batch.
         
        string last_upload_date_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for lastUploadDateTime.
      • getDailySummariesList

        java.util.List<OfflineConversionUploadSummary> getDailySummariesList()
         Output only. Summary of history stats by last N days.
         
        repeated .google.ads.googleads.v14.resources.OfflineConversionUploadSummary daily_summaries = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDailySummaries

        OfflineConversionUploadSummary getDailySummaries​(int index)
         Output only. Summary of history stats by last N days.
         
        repeated .google.ads.googleads.v14.resources.OfflineConversionUploadSummary daily_summaries = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDailySummariesCount

        int getDailySummariesCount()
         Output only. Summary of history stats by last N days.
         
        repeated .google.ads.googleads.v14.resources.OfflineConversionUploadSummary daily_summaries = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDailySummariesOrBuilderList

        java.util.List<? extends OfflineConversionUploadSummaryOrBuilder> getDailySummariesOrBuilderList()
         Output only. Summary of history stats by last N days.
         
        repeated .google.ads.googleads.v14.resources.OfflineConversionUploadSummary daily_summaries = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDailySummariesOrBuilder

        OfflineConversionUploadSummaryOrBuilder getDailySummariesOrBuilder​(int index)
         Output only. Summary of history stats by last N days.
         
        repeated .google.ads.googleads.v14.resources.OfflineConversionUploadSummary daily_summaries = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getJobSummariesList

        java.util.List<OfflineConversionUploadSummary> getJobSummariesList()
         Output only. Summary of history stats by last N jobs.
         
        repeated .google.ads.googleads.v14.resources.OfflineConversionUploadSummary job_summaries = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getJobSummaries

        OfflineConversionUploadSummary getJobSummaries​(int index)
         Output only. Summary of history stats by last N jobs.
         
        repeated .google.ads.googleads.v14.resources.OfflineConversionUploadSummary job_summaries = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getJobSummariesCount

        int getJobSummariesCount()
         Output only. Summary of history stats by last N jobs.
         
        repeated .google.ads.googleads.v14.resources.OfflineConversionUploadSummary job_summaries = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getJobSummariesOrBuilderList

        java.util.List<? extends OfflineConversionUploadSummaryOrBuilder> getJobSummariesOrBuilderList()
         Output only. Summary of history stats by last N jobs.
         
        repeated .google.ads.googleads.v14.resources.OfflineConversionUploadSummary job_summaries = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getJobSummariesOrBuilder

        OfflineConversionUploadSummaryOrBuilder getJobSummariesOrBuilder​(int index)
         Output only. Summary of history stats by last N jobs.
         
        repeated .google.ads.googleads.v14.resources.OfflineConversionUploadSummary job_summaries = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getAlertsList

        java.util.List<OfflineConversionUploadAlert> getAlertsList()
         Output only. Details for each error code. Alerts are generated from most
         recent calendar day with upload stats.
         
        repeated .google.ads.googleads.v14.resources.OfflineConversionUploadAlert alerts = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getAlerts

        OfflineConversionUploadAlert getAlerts​(int index)
         Output only. Details for each error code. Alerts are generated from most
         recent calendar day with upload stats.
         
        repeated .google.ads.googleads.v14.resources.OfflineConversionUploadAlert alerts = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getAlertsCount

        int getAlertsCount()
         Output only. Details for each error code. Alerts are generated from most
         recent calendar day with upload stats.
         
        repeated .google.ads.googleads.v14.resources.OfflineConversionUploadAlert alerts = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getAlertsOrBuilderList

        java.util.List<? extends OfflineConversionUploadAlertOrBuilder> getAlertsOrBuilderList()
         Output only. Details for each error code. Alerts are generated from most
         recent calendar day with upload stats.
         
        repeated .google.ads.googleads.v14.resources.OfflineConversionUploadAlert alerts = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getAlertsOrBuilder

        OfflineConversionUploadAlertOrBuilder getAlertsOrBuilder​(int index)
         Output only. Details for each error code. Alerts are generated from most
         recent calendar day with upload stats.
         
        repeated .google.ads.googleads.v14.resources.OfflineConversionUploadAlert alerts = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];