Interface NoteOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Note, Note.Builder

public interface NoteOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Output only.
    com.google.protobuf.ByteString
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getEditDateTime

      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];
      Returns:
      The editDateTime.
    • getEditDateTimeBytes

      com.google.protobuf.ByteString getEditDateTimeBytes()
       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];
      Returns:
      The bytes for editDateTime.
    • getDescription

      String getDescription()
       Output only. Content of lead note.
       
      string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Output only. Content of lead note.
       
      string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for description.