Class OfflineConversionUploadClientSummary
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.ads.googleads.v15.resources.OfflineConversionUploadClientSummary
-
- All Implemented Interfaces:
OfflineConversionUploadClientSummaryOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
public final class OfflineConversionUploadClientSummary extends com.google.protobuf.GeneratedMessageV3 implements OfflineConversionUploadClientSummaryOrBuilder
Offline conversion upload client summary.
Protobuf typegoogle.ads.googleads.v15.resources.OfflineConversionUploadClientSummary- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOfflineConversionUploadClientSummary.BuilderOffline conversion upload client summary.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intALERTS_FIELD_NUMBERstatic intCLIENT_FIELD_NUMBERstatic intDAILY_SUMMARIES_FIELD_NUMBERstatic intJOB_SUMMARIES_FIELD_NUMBERstatic intLAST_UPLOAD_DATE_TIME_FIELD_NUMBERstatic intRESOURCE_NAME_FIELD_NUMBERstatic intSTATUS_FIELD_NUMBERstatic intSUCCESS_RATE_FIELD_NUMBERstatic intSUCCESSFUL_EVENT_COUNT_FIELD_NUMBERstatic intTOTAL_EVENT_COUNT_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
RESOURCE_NAME_FIELD_NUMBER
public static final int RESOURCE_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CLIENT_FIELD_NUMBER
public static final int CLIENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
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
-
ALERTS_FIELD_NUMBER
public static final int ALERTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getResourceName
public java.lang.String getResourceName()
Output only. The resource name of the offline conversion upload client summary. Offline conversion upload client summary resource names have the form: `customers/{customer_id}/offlineConversionUploadClientSummaries/{client}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Specified by:
getResourceNamein interfaceOfflineConversionUploadClientSummaryOrBuilder- Returns:
- The resourceName.
-
getResourceNameBytes
public com.google.protobuf.ByteString getResourceNameBytes()
Output only. The resource name of the offline conversion upload client summary. Offline conversion upload client summary resource names have the form: `customers/{customer_id}/offlineConversionUploadClientSummaries/{client}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Specified by:
getResourceNameBytesin interfaceOfflineConversionUploadClientSummaryOrBuilder- Returns:
- The bytes for resourceName.
-
getClientValue
public int getClientValue()
Output only. Client type of the upload event.
.google.ads.googleads.v15.enums.OfflineEventUploadClientEnum.OfflineEventUploadClient client = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getClientValuein interfaceOfflineConversionUploadClientSummaryOrBuilder- Returns:
- The enum numeric value on the wire for client.
-
getClient
public OfflineEventUploadClientEnum.OfflineEventUploadClient getClient()
Output only. Client type of the upload event.
.google.ads.googleads.v15.enums.OfflineEventUploadClientEnum.OfflineEventUploadClient client = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getClientin interfaceOfflineConversionUploadClientSummaryOrBuilder- Returns:
- The 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.v15.enums.OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getStatusValuein interfaceOfflineConversionUploadClientSummaryOrBuilder- Returns:
- The enum numeric value on the wire for status.
-
getStatus
public 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.v15.enums.OfflineConversionDiagnosticStatusEnum.OfflineConversionDiagnosticStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getStatusin interfaceOfflineConversionUploadClientSummaryOrBuilder- Returns:
- The status.
-
getTotalEventCount
public long getTotalEventCount()
Output only. Total count of uploaded events.
int64 total_event_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getTotalEventCountin interfaceOfflineConversionUploadClientSummaryOrBuilder- Returns:
- The totalEventCount.
-
getSuccessfulEventCount
public long getSuccessfulEventCount()
Output only. Total count of successful uploaded events.
int64 successful_event_count = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getSuccessfulEventCountin interfaceOfflineConversionUploadClientSummaryOrBuilder- Returns:
- The successfulEventCount.
-
getSuccessRate
public double getSuccessRate()
Output only. Successful rate.
double success_rate = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getSuccessRatein interfaceOfflineConversionUploadClientSummaryOrBuilder- Returns:
- The successRate.
-
getLastUploadDateTime
public java.lang.String getLastUploadDateTime()
Output only. Date for the latest upload batch. The format is "yyyy-mm-dd hh:mm:ss", and it's in the time zone of the Google Ads account.
string last_upload_date_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getLastUploadDateTimein interfaceOfflineConversionUploadClientSummaryOrBuilder- Returns:
- The lastUploadDateTime.
-
getLastUploadDateTimeBytes
public com.google.protobuf.ByteString getLastUploadDateTimeBytes()
Output only. Date for the latest upload batch. The format is "yyyy-mm-dd hh:mm:ss", and it's in the time zone of the Google Ads account.
string last_upload_date_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getLastUploadDateTimeBytesin interfaceOfflineConversionUploadClientSummaryOrBuilder- Returns:
- The bytes for lastUploadDateTime.
-
getDailySummariesList
public java.util.List<OfflineConversionSummary> getDailySummariesList()
Output only. Summary of history stats by last N days.
repeated .google.ads.googleads.v15.resources.OfflineConversionSummary daily_summaries = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getDailySummariesListin interfaceOfflineConversionUploadClientSummaryOrBuilder
-
getDailySummariesOrBuilderList
public java.util.List<? extends OfflineConversionSummaryOrBuilder> getDailySummariesOrBuilderList()
Output only. Summary of history stats by last N days.
repeated .google.ads.googleads.v15.resources.OfflineConversionSummary daily_summaries = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getDailySummariesOrBuilderListin interfaceOfflineConversionUploadClientSummaryOrBuilder
-
getDailySummariesCount
public int getDailySummariesCount()
Output only. Summary of history stats by last N days.
repeated .google.ads.googleads.v15.resources.OfflineConversionSummary daily_summaries = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getDailySummariesCountin interfaceOfflineConversionUploadClientSummaryOrBuilder
-
getDailySummaries
public OfflineConversionSummary getDailySummaries(int index)
Output only. Summary of history stats by last N days.
repeated .google.ads.googleads.v15.resources.OfflineConversionSummary daily_summaries = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getDailySummariesin interfaceOfflineConversionUploadClientSummaryOrBuilder
-
getDailySummariesOrBuilder
public OfflineConversionSummaryOrBuilder getDailySummariesOrBuilder(int index)
Output only. Summary of history stats by last N days.
repeated .google.ads.googleads.v15.resources.OfflineConversionSummary daily_summaries = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getDailySummariesOrBuilderin interfaceOfflineConversionUploadClientSummaryOrBuilder
-
getJobSummariesList
public java.util.List<OfflineConversionSummary> getJobSummariesList()
Output only. Summary of history stats by last N jobs.
repeated .google.ads.googleads.v15.resources.OfflineConversionSummary job_summaries = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getJobSummariesListin interfaceOfflineConversionUploadClientSummaryOrBuilder
-
getJobSummariesOrBuilderList
public java.util.List<? extends OfflineConversionSummaryOrBuilder> getJobSummariesOrBuilderList()
Output only. Summary of history stats by last N jobs.
repeated .google.ads.googleads.v15.resources.OfflineConversionSummary job_summaries = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getJobSummariesOrBuilderListin interfaceOfflineConversionUploadClientSummaryOrBuilder
-
getJobSummariesCount
public int getJobSummariesCount()
Output only. Summary of history stats by last N jobs.
repeated .google.ads.googleads.v15.resources.OfflineConversionSummary job_summaries = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getJobSummariesCountin interfaceOfflineConversionUploadClientSummaryOrBuilder
-
getJobSummaries
public OfflineConversionSummary getJobSummaries(int index)
Output only. Summary of history stats by last N jobs.
repeated .google.ads.googleads.v15.resources.OfflineConversionSummary job_summaries = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getJobSummariesin interfaceOfflineConversionUploadClientSummaryOrBuilder
-
getJobSummariesOrBuilder
public OfflineConversionSummaryOrBuilder getJobSummariesOrBuilder(int index)
Output only. Summary of history stats by last N jobs.
repeated .google.ads.googleads.v15.resources.OfflineConversionSummary job_summaries = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getJobSummariesOrBuilderin interfaceOfflineConversionUploadClientSummaryOrBuilder
-
getAlertsList
public java.util.List<OfflineConversionAlert> getAlertsList()
Output only. Details for each error code. Alerts are generated from most recent calendar day with upload stats.
repeated .google.ads.googleads.v15.resources.OfflineConversionAlert alerts = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getAlertsListin interfaceOfflineConversionUploadClientSummaryOrBuilder
-
getAlertsOrBuilderList
public java.util.List<? extends OfflineConversionAlertOrBuilder> getAlertsOrBuilderList()
Output only. Details for each error code. Alerts are generated from most recent calendar day with upload stats.
repeated .google.ads.googleads.v15.resources.OfflineConversionAlert alerts = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getAlertsOrBuilderListin interfaceOfflineConversionUploadClientSummaryOrBuilder
-
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.v15.resources.OfflineConversionAlert alerts = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getAlertsCountin interfaceOfflineConversionUploadClientSummaryOrBuilder
-
getAlerts
public OfflineConversionAlert 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.v15.resources.OfflineConversionAlert alerts = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getAlertsin interfaceOfflineConversionUploadClientSummaryOrBuilder
-
getAlertsOrBuilder
public OfflineConversionAlertOrBuilder 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.v15.resources.OfflineConversionAlert alerts = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getAlertsOrBuilderin interfaceOfflineConversionUploadClientSummaryOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static OfflineConversionUploadClientSummary parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OfflineConversionUploadClientSummary parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OfflineConversionUploadClientSummary parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OfflineConversionUploadClientSummary parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OfflineConversionUploadClientSummary parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OfflineConversionUploadClientSummary parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OfflineConversionUploadClientSummary parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static OfflineConversionUploadClientSummary parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static OfflineConversionUploadClientSummary parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static OfflineConversionUploadClientSummary parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static OfflineConversionUploadClientSummary parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static OfflineConversionUploadClientSummary parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public OfflineConversionUploadClientSummary.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static OfflineConversionUploadClientSummary.Builder newBuilder()
-
newBuilder
public static OfflineConversionUploadClientSummary.Builder newBuilder(OfflineConversionUploadClientSummary prototype)
-
toBuilder
public OfflineConversionUploadClientSummary.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected OfflineConversionUploadClientSummary.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static OfflineConversionUploadClientSummary getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<OfflineConversionUploadClientSummary> parser()
-
getParserForType
public com.google.protobuf.Parser<OfflineConversionUploadClientSummary> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public OfflineConversionUploadClientSummary getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-