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

com.google.ads.googleads.v17.resources.MessageDetailsOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/local_services_lead_conversation.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface MessageDetailsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.MessageDetails)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. Textual content of the message.
   * 
* * string text = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The text. */ java.lang.String getText(); /** *
   * Output only. Textual content of the message.
   * 
* * string text = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for text. */ com.google.protobuf.ByteString getTextBytes(); /** *
   * Output only. URL to the SMS or email attachments. These URLs can be used to
   * download the contents of the attachment by using the developer token.
   * 
* * repeated string attachment_urls = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the attachmentUrls. */ java.util.List getAttachmentUrlsList(); /** *
   * Output only. URL to the SMS or email attachments. These URLs can be used to
   * download the contents of the attachment by using the developer token.
   * 
* * repeated string attachment_urls = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of attachmentUrls. */ int getAttachmentUrlsCount(); /** *
   * Output only. URL to the SMS or email attachments. These URLs can be used to
   * download the contents of the attachment by using the developer token.
   * 
* * repeated string attachment_urls = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The attachmentUrls at the given index. */ java.lang.String getAttachmentUrls(int index); /** *
   * Output only. URL to the SMS or email attachments. These URLs can be used to
   * download the contents of the attachment by using the developer token.
   * 
* * repeated string attachment_urls = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The bytes of the attachmentUrls at the given index. */ com.google.protobuf.ByteString getAttachmentUrlsBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy