Class OfflineConversionClientSummary

  • All Implemented Interfaces:
    OfflineConversionClientSummaryOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable

    public final class OfflineConversionClientSummary
    extends com.google.protobuf.GeneratedMessageV3
    implements OfflineConversionClientSummaryOrBuilder
     Offline conversion upload diagnostic summarized by client. This proto
     contains general information, breakdown by date/job and alerts for offline
     conversion upload results.
     
    Protobuf type google.ads.googleads.v14.resources.OfflineConversionClientSummary
    See Also:
    Serialized Form
    • Field Detail

      • TOTAL_EVENT_COUNT_FIELD_NUMBER

        public static final int TOTAL_EVENT_COUNT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SUCCESSFUL_EVENT_COUNT_FIELD_NUMBER

        public static final int SUCCESSFUL_EVENT_COUNT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SUCCESS_RATE_FIELD_NUMBER

        public static final int SUCCESS_RATE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • LAST_UPLOAD_DATE_TIME_FIELD_NUMBER

        public static final int LAST_UPLOAD_DATE_TIME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DAILY_SUMMARIES_FIELD_NUMBER

        public static final int DAILY_SUMMARIES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • JOB_SUMMARIES_FIELD_NUMBER

        public static final int JOB_SUMMARIES_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getClientValue

        public 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];
        Specified by:
        getClientValue in interface OfflineConversionClientSummaryOrBuilder
        Returns:
        The enum numeric value on the wire for client.
      • getStatusValue

        public 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];
        Specified by:
        getStatusValue in interface OfflineConversionClientSummaryOrBuilder
        Returns:
        The enum numeric value on the wire for status.
      • getTotalEventCount

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

        public long getSuccessfulEventCount()
         Output only. Total count of successful uploaded events.
         
        int64 successful_event_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getSuccessfulEventCount in interface OfflineConversionClientSummaryOrBuilder
        Returns:
        The successfulEventCount.
      • getLastUploadDateTime

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

        public 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];
        Specified by:
        getLastUploadDateTimeBytes in interface OfflineConversionClientSummaryOrBuilder
        Returns:
        The bytes for lastUploadDateTime.
      • getDailySummariesCount

        public 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];
        Specified by:
        getDailySummariesCount in interface OfflineConversionClientSummaryOrBuilder
      • getJobSummariesCount

        public 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];
        Specified by:
        getJobSummariesCount in interface OfflineConversionClientSummaryOrBuilder
      • getAlertsList

        public 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];
        Specified by:
        getAlertsList in interface OfflineConversionClientSummaryOrBuilder
      • getAlertsCount

        public 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];
        Specified by:
        getAlertsCount in interface OfflineConversionClientSummaryOrBuilder
      • getAlerts

        public 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];
        Specified by:
        getAlerts in interface OfflineConversionClientSummaryOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static OfflineConversionClientSummary parseFrom​(java.nio.ByteBuffer data)
                                                        throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OfflineConversionClientSummary parseFrom​(java.nio.ByteBuffer data,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OfflineConversionClientSummary parseFrom​(com.google.protobuf.ByteString data)
                                                        throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OfflineConversionClientSummary parseFrom​(com.google.protobuf.ByteString data,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OfflineConversionClientSummary parseFrom​(byte[] data)
                                                        throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OfflineConversionClientSummary parseFrom​(byte[] data,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OfflineConversionClientSummary parseFrom​(java.io.InputStream input)
                                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static OfflineConversionClientSummary parseFrom​(java.io.InputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static OfflineConversionClientSummary parseDelimitedFrom​(java.io.InputStream input)
                                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static OfflineConversionClientSummary parseDelimitedFrom​(java.io.InputStream input,
                                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static OfflineConversionClientSummary parseFrom​(com.google.protobuf.CodedInputStream input)
                                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static OfflineConversionClientSummary parseFrom​(com.google.protobuf.CodedInputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        public OfflineConversionClientSummary.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public OfflineConversionClientSummary.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected OfflineConversionClientSummary.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<OfflineConversionClientSummary> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public OfflineConversionClientSummary getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder