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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Output only.
      com.google.protobuf.ByteString getDescriptionBytes()
      Output only.
      java.lang.String getEditDateTime()
      Output only.
      com.google.protobuf.ByteString getEditDateTimeBytes()
      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 Detail

      • getEditDateTime

        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];
        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

        java.lang.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.