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 Summary
Modifier and TypeMethodDescriptiongetConversations(int index) Required.intRequired.Required.getConversationsOrBuilder(int index) Required.List<? extends ConversationOrBuilder>Required.Required.com.google.protobuf.ByteStringRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
Required. Conversations that are being appended.
repeated .google.ads.googleads.v18.services.Conversation conversations = 2 [(.google.api.field_behavior) = REQUIRED];
-