com.google.ads.googleads.v17.common.StoreSalesThirdPartyMetadataOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/common/offline_user_data.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface StoreSalesThirdPartyMetadataOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.StoreSalesThirdPartyMetadata)
com.google.protobuf.MessageOrBuilder {
/**
*
* Time the advertiser uploaded the data to the partner. Required.
* The format is "YYYY-MM-DD HH:MM:SS".
* Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
*
*
* optional string advertiser_upload_date_time = 7;
* @return Whether the advertiserUploadDateTime field is set.
*/
boolean hasAdvertiserUploadDateTime();
/**
*
* Time the advertiser uploaded the data to the partner. Required.
* The format is "YYYY-MM-DD HH:MM:SS".
* Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
*
*
* optional string advertiser_upload_date_time = 7;
* @return The advertiserUploadDateTime.
*/
java.lang.String getAdvertiserUploadDateTime();
/**
*
* Time the advertiser uploaded the data to the partner. Required.
* The format is "YYYY-MM-DD HH:MM:SS".
* Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
*
*
* optional string advertiser_upload_date_time = 7;
* @return The bytes for advertiserUploadDateTime.
*/
com.google.protobuf.ByteString
getAdvertiserUploadDateTimeBytes();
/**
*
* The fraction of transactions that are valid. Invalid transactions may
* include invalid formats or values.
* Required.
* The fraction needs to be between 0 and 1 (excluding 0).
*
*
* optional double valid_transaction_fraction = 8;
* @return Whether the validTransactionFraction field is set.
*/
boolean hasValidTransactionFraction();
/**
*
* The fraction of transactions that are valid. Invalid transactions may
* include invalid formats or values.
* Required.
* The fraction needs to be between 0 and 1 (excluding 0).
*
*
* optional double valid_transaction_fraction = 8;
* @return The validTransactionFraction.
*/
double getValidTransactionFraction();
/**
*
* The fraction of valid transactions that are matched to a third party
* assigned user ID on the partner side.
* Required.
* The fraction needs to be between 0 and 1 (excluding 0).
*
*
* optional double partner_match_fraction = 9;
* @return Whether the partnerMatchFraction field is set.
*/
boolean hasPartnerMatchFraction();
/**
*
* The fraction of valid transactions that are matched to a third party
* assigned user ID on the partner side.
* Required.
* The fraction needs to be between 0 and 1 (excluding 0).
*
*
* optional double partner_match_fraction = 9;
* @return The partnerMatchFraction.
*/
double getPartnerMatchFraction();
/**
*
* The fraction of valid transactions that are uploaded by the partner to
* Google.
* Required.
* The fraction needs to be between 0 and 1 (excluding 0).
*
*
* optional double partner_upload_fraction = 10;
* @return Whether the partnerUploadFraction field is set.
*/
boolean hasPartnerUploadFraction();
/**
*
* The fraction of valid transactions that are uploaded by the partner to
* Google.
* Required.
* The fraction needs to be between 0 and 1 (excluding 0).
*
*
* optional double partner_upload_fraction = 10;
* @return The partnerUploadFraction.
*/
double getPartnerUploadFraction();
/**
*
* Version of partner IDs to be used for uploads. Required.
*
*
* optional string bridge_map_version_id = 11;
* @return Whether the bridgeMapVersionId field is set.
*/
boolean hasBridgeMapVersionId();
/**
*
* Version of partner IDs to be used for uploads. Required.
*
*
* optional string bridge_map_version_id = 11;
* @return The bridgeMapVersionId.
*/
java.lang.String getBridgeMapVersionId();
/**
*
* Version of partner IDs to be used for uploads. Required.
*
*
* optional string bridge_map_version_id = 11;
* @return The bytes for bridgeMapVersionId.
*/
com.google.protobuf.ByteString
getBridgeMapVersionIdBytes();
/**
*
* ID of the third party partner updating the transaction feed.
*
*
* optional int64 partner_id = 12;
* @return Whether the partnerId field is set.
*/
boolean hasPartnerId();
/**
*
* ID of the third party partner updating the transaction feed.
*
*
* optional int64 partner_id = 12;
* @return The partnerId.
*/
long getPartnerId();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy