Interface ApplyRecommendationOperation.CallExtensionParametersOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplyRecommendationOperation.CallExtensionParameters,ApplyRecommendationOperation.CallExtensionParameters.Builder
- Enclosing class:
- ApplyRecommendationOperation
public static interface ApplyRecommendationOperation.CallExtensionParametersOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CallFeedItemgetCallExtensions(int index)Call extensions to be added.intgetCallExtensionsCount()Call extensions to be added.java.util.List<CallFeedItem>getCallExtensionsList()Call extensions to be added.CallFeedItemOrBuildergetCallExtensionsOrBuilder(int index)Call extensions to be added.java.util.List<? extends CallFeedItemOrBuilder>getCallExtensionsOrBuilderList()Call 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
-
getCallExtensionsList
java.util.List<CallFeedItem> getCallExtensionsList()
Call extensions to be added. This is a required field.
repeated .google.ads.googleads.v10.common.CallFeedItem call_extensions = 1;
-
getCallExtensions
CallFeedItem getCallExtensions(int index)
Call extensions to be added. This is a required field.
repeated .google.ads.googleads.v10.common.CallFeedItem call_extensions = 1;
-
getCallExtensionsCount
int getCallExtensionsCount()
Call extensions to be added. This is a required field.
repeated .google.ads.googleads.v10.common.CallFeedItem call_extensions = 1;
-
getCallExtensionsOrBuilderList
java.util.List<? extends CallFeedItemOrBuilder> getCallExtensionsOrBuilderList()
Call extensions to be added. This is a required field.
repeated .google.ads.googleads.v10.common.CallFeedItem call_extensions = 1;
-
getCallExtensionsOrBuilder
CallFeedItemOrBuilder getCallExtensionsOrBuilder(int index)
Call extensions to be added. This is a required field.
repeated .google.ads.googleads.v10.common.CallFeedItem call_extensions = 1;
-
-