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