Interface AppendLeadConversationRequestOrBuilder

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

public interface AppendLeadConversationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCustomerId

      String getCustomerId()
       Required. The Id of the customer which owns the leads onto which the
       conversations will be appended.
       
      string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The customerId.
    • getCustomerIdBytes

      com.google.protobuf.ByteString getCustomerIdBytes()
       Required. The Id of the customer which owns the leads onto which the
       conversations will be appended.
       
      string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for customerId.
    • getConversationsList

      List<Conversation> getConversationsList()
       Required. Conversations that are being appended.
       
      repeated .google.ads.googleads.v18.services.Conversation conversations = 2 [(.google.api.field_behavior) = REQUIRED];
    • getConversations

      Conversation getConversations(int index)
       Required. Conversations that are being appended.
       
      repeated .google.ads.googleads.v18.services.Conversation conversations = 2 [(.google.api.field_behavior) = REQUIRED];
    • getConversationsCount

      int getConversationsCount()
       Required. Conversations that are being appended.
       
      repeated .google.ads.googleads.v18.services.Conversation conversations = 2 [(.google.api.field_behavior) = REQUIRED];
    • getConversationsOrBuilderList

      List<? extends ConversationOrBuilder> getConversationsOrBuilderList()
       Required. Conversations that are being appended.
       
      repeated .google.ads.googleads.v18.services.Conversation conversations = 2 [(.google.api.field_behavior) = REQUIRED];
    • getConversationsOrBuilder

      ConversationOrBuilder getConversationsOrBuilder(int index)
       Required. Conversations that are being appended.
       
      repeated .google.ads.googleads.v18.services.Conversation conversations = 2 [(.google.api.field_behavior) = REQUIRED];