Interface Recommendation.CallExtensionRecommendationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.CallExtensionRecommendation,Recommendation.CallExtensionRecommendation.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.CallExtensionRecommendationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CallFeedItemgetRecommendedExtensions(int index)Output only.intgetRecommendedExtensionsCount()Output only.java.util.List<CallFeedItem>getRecommendedExtensionsList()Output only.CallFeedItemOrBuildergetRecommendedExtensionsOrBuilder(int index)Output only.java.util.List<? extends CallFeedItemOrBuilder>getRecommendedExtensionsOrBuilderList()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRecommendedExtensionsList
java.util.List<CallFeedItem> getRecommendedExtensionsList()
Output only. Call extensions recommended to be added.
repeated .google.ads.googleads.v10.common.CallFeedItem recommended_extensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getRecommendedExtensions
CallFeedItem getRecommendedExtensions(int index)
Output only. Call extensions recommended to be added.
repeated .google.ads.googleads.v10.common.CallFeedItem recommended_extensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getRecommendedExtensionsCount
int getRecommendedExtensionsCount()
Output only. Call extensions recommended to be added.
repeated .google.ads.googleads.v10.common.CallFeedItem recommended_extensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getRecommendedExtensionsOrBuilderList
java.util.List<? extends CallFeedItemOrBuilder> getRecommendedExtensionsOrBuilderList()
Output only. Call extensions recommended to be added.
repeated .google.ads.googleads.v10.common.CallFeedItem recommended_extensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getRecommendedExtensionsOrBuilder
CallFeedItemOrBuilder getRecommendedExtensionsOrBuilder(int index)
Output only. Call extensions recommended to be added.
repeated .google.ads.googleads.v10.common.CallFeedItem recommended_extensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-