com.google.ads.googleads.v17.services.SmartCampaignEligibleDetailsOrBuilder 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/smart_campaign_setting_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface SmartCampaignEligibleDetailsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.SmartCampaignEligibleDetails)
com.google.protobuf.MessageOrBuilder {
/**
*
* The timestamp of the last impression observed in the last 48 hours for this
* campaign.
* The timestamp is in the customer’s timezone and in
* “yyyy-MM-dd HH:mm:ss” format.
*
*
* optional string last_impression_date_time = 1;
* @return Whether the lastImpressionDateTime field is set.
*/
boolean hasLastImpressionDateTime();
/**
*
* The timestamp of the last impression observed in the last 48 hours for this
* campaign.
* The timestamp is in the customer’s timezone and in
* “yyyy-MM-dd HH:mm:ss” format.
*
*
* optional string last_impression_date_time = 1;
* @return The lastImpressionDateTime.
*/
java.lang.String getLastImpressionDateTime();
/**
*
* The timestamp of the last impression observed in the last 48 hours for this
* campaign.
* The timestamp is in the customer’s timezone and in
* “yyyy-MM-dd HH:mm:ss” format.
*
*
* optional string last_impression_date_time = 1;
* @return The bytes for lastImpressionDateTime.
*/
com.google.protobuf.ByteString
getLastImpressionDateTimeBytes();
/**
*
* The timestamp of when the campaign will end, if applicable.
* The timestamp is in the customer’s timezone and in
* “yyyy-MM-dd HH:mm:ss” format.
*
*
* optional string end_date_time = 2;
* @return Whether the endDateTime field is set.
*/
boolean hasEndDateTime();
/**
*
* The timestamp of when the campaign will end, if applicable.
* The timestamp is in the customer’s timezone and in
* “yyyy-MM-dd HH:mm:ss” format.
*
*
* optional string end_date_time = 2;
* @return The endDateTime.
*/
java.lang.String getEndDateTime();
/**
*
* The timestamp of when the campaign will end, if applicable.
* The timestamp is in the customer’s timezone and in
* “yyyy-MM-dd HH:mm:ss” format.
*
*
* optional string end_date_time = 2;
* @return The bytes for endDateTime.
*/
com.google.protobuf.ByteString
getEndDateTimeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy