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
Modifier and TypeMethodDescriptiongetCalloutExtensions(int index) Callout extensions to be added.intCallout extensions to be added.Callout extensions to be added.getCalloutExtensionsOrBuilder(int index) Callout extensions to be added.List<? extends CalloutFeedItemOrBuilder>Callout extensions to be added.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
-
getCalloutExtensionsList
List<CalloutFeedItem> getCalloutExtensionsList()Callout extensions to be added. This is a required field.
repeated .google.ads.googleads.v18.common.CalloutFeedItem callout_extensions = 1; -
getCalloutExtensions
Callout extensions to be added. This is a required field.
repeated .google.ads.googleads.v18.common.CalloutFeedItem callout_extensions = 1; -
getCalloutExtensionsCount
int getCalloutExtensionsCount()Callout extensions to be added. This is a required field.
repeated .google.ads.googleads.v18.common.CalloutFeedItem callout_extensions = 1; -
getCalloutExtensionsOrBuilderList
List<? extends CalloutFeedItemOrBuilder> getCalloutExtensionsOrBuilderList()Callout extensions to be added. This is a required field.
repeated .google.ads.googleads.v18.common.CalloutFeedItem callout_extensions = 1; -
getCalloutExtensionsOrBuilder
Callout extensions to be added. This is a required field.
repeated .google.ads.googleads.v18.common.CalloutFeedItem callout_extensions = 1;
-