com.google.ads.googleads.v17.services.ConversationOrErrorOrBuilder 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 ConversationOrErrorOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.ConversationOrError)
com.google.protobuf.MessageOrBuilder {
/**
*
* The resource name of the appended local services lead conversation.
*
*
* string local_services_lead_conversation = 1;
* @return Whether the localServicesLeadConversation field is set.
*/
boolean hasLocalServicesLeadConversation();
/**
*
* The resource name of the appended local services lead conversation.
*
*
* string local_services_lead_conversation = 1;
* @return The localServicesLeadConversation.
*/
java.lang.String getLocalServicesLeadConversation();
/**
*
* The resource name of the appended local services lead conversation.
*
*
* string local_services_lead_conversation = 1;
* @return The bytes for localServicesLeadConversation.
*/
com.google.protobuf.ByteString
getLocalServicesLeadConversationBytes();
/**
*
* Failure status when the request could not be processed.
*
*
* .google.rpc.Status partial_failure_error = 2;
* @return Whether the partialFailureError field is set.
*/
boolean hasPartialFailureError();
/**
*
* Failure status when the request could not be processed.
*
*
* .google.rpc.Status partial_failure_error = 2;
* @return The partialFailureError.
*/
com.google.rpc.Status getPartialFailureError();
/**
*
* Failure status when the request could not be processed.
*
*
* .google.rpc.Status partial_failure_error = 2;
*/
com.google.rpc.StatusOrBuilder getPartialFailureErrorOrBuilder();
com.google.ads.googleads.v17.services.ConversationOrError.AppendLeadConversationResponseCase getAppendLeadConversationResponseCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy