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

com.google.ads.googleads.v17.resources.LocalServicesLeadConversationOrBuilder 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 LocalServicesLeadConversationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.LocalServicesLeadConversation)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. The resource name of the local services lead conversation
   * data. Local Services Lead Conversation resource name have the form
   *
   * `customers/{customer_id}/localServicesLeadConversation/{local_services_lead_conversation_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Output only. The resource name of the local services lead conversation
   * data. Local Services Lead Conversation resource name have the form
   *
   * `customers/{customer_id}/localServicesLeadConversation/{local_services_lead_conversation_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Output only. ID of this Lead Conversation.
   * 
* * int64 id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The id. */ long getId(); /** *
   * Output only. Type of GLS lead conversation, EMAIL, MESSAGE, PHONE_CALL,
   * SMS, etc.
   * 
* * .google.ads.googleads.v17.enums.LocalServicesLeadConversationTypeEnum.ConversationType conversation_channel = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for conversationChannel. */ int getConversationChannelValue(); /** *
   * Output only. Type of GLS lead conversation, EMAIL, MESSAGE, PHONE_CALL,
   * SMS, etc.
   * 
* * .google.ads.googleads.v17.enums.LocalServicesLeadConversationTypeEnum.ConversationType conversation_channel = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The conversationChannel. */ com.google.ads.googleads.v17.enums.LocalServicesLeadConversationTypeEnum.ConversationType getConversationChannel(); /** *
   * Output only. Type of participant in the lead conversation, ADVERTISER or
   * CONSUMER.
   * 
* * .google.ads.googleads.v17.enums.LocalServicesParticipantTypeEnum.ParticipantType participant_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for participantType. */ int getParticipantTypeValue(); /** *
   * Output only. Type of participant in the lead conversation, ADVERTISER or
   * CONSUMER.
   * 
* * .google.ads.googleads.v17.enums.LocalServicesParticipantTypeEnum.ParticipantType participant_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The participantType. */ com.google.ads.googleads.v17.enums.LocalServicesParticipantTypeEnum.ParticipantType getParticipantType(); /** *
   * Output only. Resource name of Lead associated to the Lead Conversation.
   * 
* * string lead = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The lead. */ java.lang.String getLead(); /** *
   * Output only. Resource name of Lead associated to the Lead Conversation.
   * 
* * string lead = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for lead. */ com.google.protobuf.ByteString getLeadBytes(); /** *
   * Output only. The date time at which lead conversation was created by Local
   * Services Ads. 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 event_date_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The eventDateTime. */ java.lang.String getEventDateTime(); /** *
   * Output only. The date time at which lead conversation was created by Local
   * Services Ads. 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 event_date_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for eventDateTime. */ com.google.protobuf.ByteString getEventDateTimeBytes(); /** *
   * Output only. Details of phone call conversation in case of PHONE_CALL.
   * 
* * optional .google.ads.googleads.v17.resources.PhoneCallDetails phone_call_details = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the phoneCallDetails field is set. */ boolean hasPhoneCallDetails(); /** *
   * Output only. Details of phone call conversation in case of PHONE_CALL.
   * 
* * optional .google.ads.googleads.v17.resources.PhoneCallDetails phone_call_details = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The phoneCallDetails. */ com.google.ads.googleads.v17.resources.PhoneCallDetails getPhoneCallDetails(); /** *
   * Output only. Details of phone call conversation in case of PHONE_CALL.
   * 
* * optional .google.ads.googleads.v17.resources.PhoneCallDetails phone_call_details = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.resources.PhoneCallDetailsOrBuilder getPhoneCallDetailsOrBuilder(); /** *
   * Output only. Details of message conversation in case of EMAIL, MESSAGE or
   * SMS.
   * 
* * optional .google.ads.googleads.v17.resources.MessageDetails message_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the messageDetails field is set. */ boolean hasMessageDetails(); /** *
   * Output only. Details of message conversation in case of EMAIL, MESSAGE or
   * SMS.
   * 
* * optional .google.ads.googleads.v17.resources.MessageDetails message_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The messageDetails. */ com.google.ads.googleads.v17.resources.MessageDetails getMessageDetails(); /** *
   * Output only. Details of message conversation in case of EMAIL, MESSAGE or
   * SMS.
   * 
* * optional .google.ads.googleads.v17.resources.MessageDetails message_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.resources.MessageDetailsOrBuilder getMessageDetailsOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy