com.google.ads.googleads.v17.services.CallConversionResultOrBuilder 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_upload_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface CallConversionResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.CallConversionResult)
com.google.protobuf.MessageOrBuilder {
/**
*
* The caller id from which this call was placed. Caller id is expected to be
* in E.164 format with preceding '+' sign.
*
*
* optional string caller_id = 5;
* @return Whether the callerId field is set.
*/
boolean hasCallerId();
/**
*
* The caller id from which this call was placed. Caller id is expected to be
* in E.164 format with preceding '+' sign.
*
*
* optional string caller_id = 5;
* @return The callerId.
*/
java.lang.String getCallerId();
/**
*
* The caller id from which this call was placed. Caller id is expected to be
* in E.164 format with preceding '+' sign.
*
*
* optional string caller_id = 5;
* @return The bytes for callerId.
*/
com.google.protobuf.ByteString
getCallerIdBytes();
/**
*
* The date time at which the call occurred. The format is
* "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
*
*
* optional string call_start_date_time = 6;
* @return Whether the callStartDateTime field is set.
*/
boolean hasCallStartDateTime();
/**
*
* The date time at which the call occurred. The format is
* "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
*
*
* optional string call_start_date_time = 6;
* @return The callStartDateTime.
*/
java.lang.String getCallStartDateTime();
/**
*
* The date time at which the call occurred. The format is
* "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
*
*
* optional string call_start_date_time = 6;
* @return The bytes for callStartDateTime.
*/
com.google.protobuf.ByteString
getCallStartDateTimeBytes();
/**
*
* Resource name of the conversion action associated with this conversion.
*
*
* optional string conversion_action = 7;
* @return Whether the conversionAction field is set.
*/
boolean hasConversionAction();
/**
*
* Resource name of the conversion action associated with this conversion.
*
*
* optional string conversion_action = 7;
* @return The conversionAction.
*/
java.lang.String getConversionAction();
/**
*
* Resource name of the conversion action associated with this conversion.
*
*
* optional string conversion_action = 7;
* @return The bytes for conversionAction.
*/
com.google.protobuf.ByteString
getConversionActionBytes();
/**
*
* The date time at which the conversion occurred. The format is
* "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
*
*
* optional string conversion_date_time = 8;
* @return Whether the conversionDateTime field is set.
*/
boolean hasConversionDateTime();
/**
*
* The date time at which the conversion occurred. The format is
* "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
*
*
* optional string conversion_date_time = 8;
* @return The conversionDateTime.
*/
java.lang.String getConversionDateTime();
/**
*
* The date time at which the conversion occurred. The format is
* "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
*
*
* optional string conversion_date_time = 8;
* @return The bytes for conversionDateTime.
*/
com.google.protobuf.ByteString
getConversionDateTimeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy