Interface Recommendation.CalloutExtensionRecommendationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.CalloutExtensionRecommendation,Recommendation.CalloutExtensionRecommendation.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.CalloutExtensionRecommendationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CalloutFeedItemgetRecommendedExtensions(int index)Output only.intgetRecommendedExtensionsCount()Output only.java.util.List<CalloutFeedItem>getRecommendedExtensionsList()Output only.CalloutFeedItemOrBuildergetRecommendedExtensionsOrBuilder(int index)Output only.java.util.List<? extends CalloutFeedItemOrBuilder>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<CalloutFeedItem> getRecommendedExtensionsList()
Output only. Callout extensions recommended to be added.
repeated .google.ads.googleads.v10.common.CalloutFeedItem recommended_extensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getRecommendedExtensions
CalloutFeedItem getRecommendedExtensions(int index)
Output only. Callout extensions recommended to be added.
repeated .google.ads.googleads.v10.common.CalloutFeedItem recommended_extensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getRecommendedExtensionsCount
int getRecommendedExtensionsCount()
Output only. Callout extensions recommended to be added.
repeated .google.ads.googleads.v10.common.CalloutFeedItem recommended_extensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getRecommendedExtensionsOrBuilderList
java.util.List<? extends CalloutFeedItemOrBuilder> getRecommendedExtensionsOrBuilderList()
Output only. Callout extensions recommended to be added.
repeated .google.ads.googleads.v10.common.CalloutFeedItem recommended_extensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getRecommendedExtensionsOrBuilder
CalloutFeedItemOrBuilder getRecommendedExtensionsOrBuilder(int index)
Output only. Callout extensions recommended to be added.
repeated .google.ads.googleads.v10.common.CalloutFeedItem recommended_extensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-