com.google.ads.googleads.v17.services.ConversionAdjustmentResultOrBuilder 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/services/conversion_adjustment_upload_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface ConversionAdjustmentResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.ConversionAdjustmentResult)
com.google.protobuf.MessageOrBuilder {
/**
*
* The gclid and conversion date time of the conversion.
*
*
* .google.ads.googleads.v17.services.GclidDateTimePair gclid_date_time_pair = 9;
* @return Whether the gclidDateTimePair field is set.
*/
boolean hasGclidDateTimePair();
/**
*
* The gclid and conversion date time of the conversion.
*
*
* .google.ads.googleads.v17.services.GclidDateTimePair gclid_date_time_pair = 9;
* @return The gclidDateTimePair.
*/
com.google.ads.googleads.v17.services.GclidDateTimePair getGclidDateTimePair();
/**
*
* The gclid and conversion date time of the conversion.
*
*
* .google.ads.googleads.v17.services.GclidDateTimePair gclid_date_time_pair = 9;
*/
com.google.ads.googleads.v17.services.GclidDateTimePairOrBuilder getGclidDateTimePairOrBuilder();
/**
*
* The order ID of the conversion to be adjusted.
*
*
* string order_id = 10;
* @return The orderId.
*/
java.lang.String getOrderId();
/**
*
* The order ID of the conversion to be adjusted.
*
*
* string order_id = 10;
* @return The bytes for orderId.
*/
com.google.protobuf.ByteString
getOrderIdBytes();
/**
*
* Resource name of the conversion action associated with this conversion
* adjustment.
*
*
* optional string conversion_action = 7;
* @return Whether the conversionAction field is set.
*/
boolean hasConversionAction();
/**
*
* Resource name of the conversion action associated with this conversion
* adjustment.
*
*
* optional string conversion_action = 7;
* @return The conversionAction.
*/
java.lang.String getConversionAction();
/**
*
* Resource name of the conversion action associated with this conversion
* adjustment.
*
*
* optional string conversion_action = 7;
* @return The bytes for conversionAction.
*/
com.google.protobuf.ByteString
getConversionActionBytes();
/**
*
* The date time at which the adjustment occurred. The format is
* "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
*
*
* optional string adjustment_date_time = 8;
* @return Whether the adjustmentDateTime field is set.
*/
boolean hasAdjustmentDateTime();
/**
*
* The date time at which the adjustment occurred. The format is
* "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
*
*
* optional string adjustment_date_time = 8;
* @return The adjustmentDateTime.
*/
java.lang.String getAdjustmentDateTime();
/**
*
* The date time at which the adjustment occurred. The format is
* "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
*
*
* optional string adjustment_date_time = 8;
* @return The bytes for adjustmentDateTime.
*/
com.google.protobuf.ByteString
getAdjustmentDateTimeBytes();
/**
*
* The adjustment type.
*
*
* .google.ads.googleads.v17.enums.ConversionAdjustmentTypeEnum.ConversionAdjustmentType adjustment_type = 5;
* @return The enum numeric value on the wire for adjustmentType.
*/
int getAdjustmentTypeValue();
/**
*
* The adjustment type.
*
*
* .google.ads.googleads.v17.enums.ConversionAdjustmentTypeEnum.ConversionAdjustmentType adjustment_type = 5;
* @return The adjustmentType.
*/
com.google.ads.googleads.v17.enums.ConversionAdjustmentTypeEnum.ConversionAdjustmentType getAdjustmentType();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy