Interface ApplyRecommendationOperation.CalloutExtensionParametersOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplyRecommendationOperation.CalloutExtensionParameters,ApplyRecommendationOperation.CalloutExtensionParameters.Builder
- Enclosing class:
- ApplyRecommendationOperation
public static interface ApplyRecommendationOperation.CalloutExtensionParametersOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CalloutFeedItemgetCalloutExtensions(int index)Callout extensions to be added.intgetCalloutExtensionsCount()Callout extensions to be added.java.util.List<CalloutFeedItem>getCalloutExtensionsList()Callout extensions to be added.CalloutFeedItemOrBuildergetCalloutExtensionsOrBuilder(int index)Callout extensions to be added.java.util.List<? extends CalloutFeedItemOrBuilder>getCalloutExtensionsOrBuilderList()Callout extensions to be added.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCalloutExtensionsList
java.util.List<CalloutFeedItem> getCalloutExtensionsList()
Callout extensions to be added. This is a required field.
repeated .google.ads.googleads.v10.common.CalloutFeedItem callout_extensions = 1;
-
getCalloutExtensions
CalloutFeedItem getCalloutExtensions(int index)
Callout extensions to be added. This is a required field.
repeated .google.ads.googleads.v10.common.CalloutFeedItem callout_extensions = 1;
-
getCalloutExtensionsCount
int getCalloutExtensionsCount()
Callout extensions to be added. This is a required field.
repeated .google.ads.googleads.v10.common.CalloutFeedItem callout_extensions = 1;
-
getCalloutExtensionsOrBuilderList
java.util.List<? extends CalloutFeedItemOrBuilder> getCalloutExtensionsOrBuilderList()
Callout extensions to be added. This is a required field.
repeated .google.ads.googleads.v10.common.CalloutFeedItem callout_extensions = 1;
-
getCalloutExtensionsOrBuilder
CalloutFeedItemOrBuilder getCalloutExtensionsOrBuilder(int index)
Callout extensions to be added. This is a required field.
repeated .google.ads.googleads.v10.common.CalloutFeedItem callout_extensions = 1;
-
-