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