Interface SurfaceTargetingCombinationsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SurfaceTargetingCombinations,SurfaceTargetingCombinations.Builder
public interface SurfaceTargetingCombinationsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAvailableTargetingCombinations(int index) Available surface target combinations for the ad product.intAvailable surface target combinations for the ad product.Available surface target combinations for the ad product.getAvailableTargetingCombinationsOrBuilder(int index) Available surface target combinations for the ad product.List<? extends SurfaceTargetingOrBuilder>Available surface target combinations for the ad product.Default surface targeting applied to the ad product.Default surface targeting applied to the ad product.booleanDefault surface targeting applied to the ad product.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
-
hasDefaultTargeting
boolean hasDefaultTargeting()Default surface targeting applied to the ad product.
.google.ads.googleads.v18.services.SurfaceTargeting default_targeting = 1;- Returns:
- Whether the defaultTargeting field is set.
-
getDefaultTargeting
SurfaceTargeting getDefaultTargeting()Default surface targeting applied to the ad product.
.google.ads.googleads.v18.services.SurfaceTargeting default_targeting = 1;- Returns:
- The defaultTargeting.
-
getDefaultTargetingOrBuilder
SurfaceTargetingOrBuilder getDefaultTargetingOrBuilder()Default surface targeting applied to the ad product.
.google.ads.googleads.v18.services.SurfaceTargeting default_targeting = 1; -
getAvailableTargetingCombinationsList
List<SurfaceTargeting> getAvailableTargetingCombinationsList()Available surface target combinations for the ad product.
repeated .google.ads.googleads.v18.services.SurfaceTargeting available_targeting_combinations = 2; -
getAvailableTargetingCombinations
Available surface target combinations for the ad product.
repeated .google.ads.googleads.v18.services.SurfaceTargeting available_targeting_combinations = 2; -
getAvailableTargetingCombinationsCount
int getAvailableTargetingCombinationsCount()Available surface target combinations for the ad product.
repeated .google.ads.googleads.v18.services.SurfaceTargeting available_targeting_combinations = 2; -
getAvailableTargetingCombinationsOrBuilderList
List<? extends SurfaceTargetingOrBuilder> getAvailableTargetingCombinationsOrBuilderList()Available surface target combinations for the ad product.
repeated .google.ads.googleads.v18.services.SurfaceTargeting available_targeting_combinations = 2; -
getAvailableTargetingCombinationsOrBuilder
Available surface target combinations for the ad product.
repeated .google.ads.googleads.v18.services.SurfaceTargeting available_targeting_combinations = 2;
-