com.google.ads.googleads.v17.services.ConversationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/services/local_services_lead_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface ConversationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.Conversation)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The resource name of the local services lead that the
* conversation should be applied to.
*
*
* string local_services_lead = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* @return The localServicesLead.
*/
java.lang.String getLocalServicesLead();
/**
*
* Required. The resource name of the local services lead that the
* conversation should be applied to.
*
*
* string local_services_lead = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* @return The bytes for localServicesLead.
*/
com.google.protobuf.ByteString
getLocalServicesLeadBytes();
/**
*
* Required. Text message that user wanted to append to lead.
*
*
* string text = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The text.
*/
java.lang.String getText();
/**
*
* Required. Text message that user wanted to append to lead.
*
*
* string text = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for text.
*/
com.google.protobuf.ByteString
getTextBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy