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

com.google.ads.googleads.v17.services.SmartCampaignEligibleDetailsOrBuilder 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 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