Interface GenerateConversionRatesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateConversionRatesResponse,GenerateConversionRatesResponse.Builder
public interface GenerateConversionRatesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetConversionRateSuggestions(int index) A list containing conversion rate suggestions.intA list containing conversion rate suggestions.A list containing conversion rate suggestions.getConversionRateSuggestionsOrBuilder(int index) A list containing conversion rate suggestions.List<? extends ConversionRateSuggestionOrBuilder>A list containing conversion rate suggestions.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
-
getConversionRateSuggestionsList
List<ConversionRateSuggestion> getConversionRateSuggestionsList()A list containing conversion rate suggestions. Each repeated element will have an associated product code. Multiple suggestions may share the same product code.
repeated .google.ads.googleads.v20.services.ConversionRateSuggestion conversion_rate_suggestions = 1; -
getConversionRateSuggestions
A list containing conversion rate suggestions. Each repeated element will have an associated product code. Multiple suggestions may share the same product code.
repeated .google.ads.googleads.v20.services.ConversionRateSuggestion conversion_rate_suggestions = 1; -
getConversionRateSuggestionsCount
int getConversionRateSuggestionsCount()A list containing conversion rate suggestions. Each repeated element will have an associated product code. Multiple suggestions may share the same product code.
repeated .google.ads.googleads.v20.services.ConversionRateSuggestion conversion_rate_suggestions = 1; -
getConversionRateSuggestionsOrBuilderList
List<? extends ConversionRateSuggestionOrBuilder> getConversionRateSuggestionsOrBuilderList()A list containing conversion rate suggestions. Each repeated element will have an associated product code. Multiple suggestions may share the same product code.
repeated .google.ads.googleads.v20.services.ConversionRateSuggestion conversion_rate_suggestions = 1; -
getConversionRateSuggestionsOrBuilder
A list containing conversion rate suggestions. Each repeated element will have an associated product code. Multiple suggestions may share the same product code.
repeated .google.ads.googleads.v20.services.ConversionRateSuggestion conversion_rate_suggestions = 1;
-