All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.SmartCampaignEndedDetailsOrBuilder Maven / Gradle / Ivy

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