com.google.ads.googleads.v17.services.SmartCampaignEndedDetailsOrBuilder 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 SmartCampaignEndedDetailsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.SmartCampaignEndedDetails)
com.google.protobuf.MessageOrBuilder {
/**
*
* The timestamp of when the campaign ended.
* The timestamp is in the customer’s timezone and in
* “yyyy-MM-dd HH:mm:ss” format.
*
*
* optional string end_date_time = 1;
* @return Whether the endDateTime field is set.
*/
boolean hasEndDateTime();
/**
*
* The timestamp of when the campaign ended.
* The timestamp is in the customer’s timezone and in
* “yyyy-MM-dd HH:mm:ss” format.
*
*
* optional string end_date_time = 1;
* @return The endDateTime.
*/
java.lang.String getEndDateTime();
/**
*
* The timestamp of when the campaign ended.
* The timestamp is in the customer’s timezone and in
* “yyyy-MM-dd HH:mm:ss” format.
*
*
* optional string end_date_time = 1;
* @return The bytes for endDateTime.
*/
com.google.protobuf.ByteString
getEndDateTimeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy