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
Modifier and TypeMethodDescriptiongetCallExtensions(int index) Call extensions to be added.intCall extensions to be added.Call extensions to be added.getCallExtensionsOrBuilder(int index) Call extensions to be added.List<? extends CallFeedItemOrBuilder>Call 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
-
getCallExtensionsList
List<CallFeedItem> getCallExtensionsList()Call extensions to be added. This is a required field.
repeated .google.ads.googleads.v18.common.CallFeedItem call_extensions = 1; -
getCallExtensions
Call extensions to be added. This is a required field.
repeated .google.ads.googleads.v18.common.CallFeedItem call_extensions = 1; -
getCallExtensionsCount
int getCallExtensionsCount()Call extensions to be added. This is a required field.
repeated .google.ads.googleads.v18.common.CallFeedItem call_extensions = 1; -
getCallExtensionsOrBuilderList
List<? extends CallFeedItemOrBuilder> getCallExtensionsOrBuilderList()Call extensions to be added. This is a required field.
repeated .google.ads.googleads.v18.common.CallFeedItem call_extensions = 1; -
getCallExtensionsOrBuilder
Call extensions to be added. This is a required field.
repeated .google.ads.googleads.v18.common.CallFeedItem call_extensions = 1;
-