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

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

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

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

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

  /**
   * 
   * Output only. Consumer phone number in E164 format.
   * 
* * string phone_number = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The phoneNumber. */ java.lang.String getPhoneNumber(); /** *
   * Output only. Consumer phone number in E164 format.
   * 
* * string phone_number = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for phoneNumber. */ com.google.protobuf.ByteString getPhoneNumberBytes(); /** *
   * Output only. Consumer email address.
   * 
* * string email = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The email. */ java.lang.String getEmail(); /** *
   * Output only. Consumer email address.
   * 
* * string email = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for email. */ com.google.protobuf.ByteString getEmailBytes(); /** *
   * Output only. Consumer name if consumer provided name from Message or
   * Booking form on google.com
   * 
* * string consumer_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The consumerName. */ java.lang.String getConsumerName(); /** *
   * Output only. Consumer name if consumer provided name from Message or
   * Booking form on google.com
   * 
* * string consumer_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for consumerName. */ com.google.protobuf.ByteString getConsumerNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy