com.google.ads.googleads.v17.resources.NoteOrBuilder 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/resources/local_services_lead.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface NoteOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.Note)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The date time when lead note was edited. The format is
* "YYYY-MM-DD HH:MM:SS" in the Google Ads account's timezone. Examples:
* "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
*
*
* string edit_date_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The editDateTime.
*/
java.lang.String getEditDateTime();
/**
*
* Output only. The date time when lead note was edited. The format is
* "YYYY-MM-DD HH:MM:SS" in the Google Ads account's timezone. Examples:
* "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
*
*
* string edit_date_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for editDateTime.
*/
com.google.protobuf.ByteString
getEditDateTimeBytes();
/**
*
* Output only. Content of lead note.
*
*
* string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The description.
*/
java.lang.String getDescription();
/**
*
* Output only. Content of lead note.
*
*
* string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy