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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SurfaceTargetinggetAvailableTargetingCombinations(int index)Available surface target combinations for the ad product.intgetAvailableTargetingCombinationsCount()Available surface target combinations for the ad product.java.util.List<SurfaceTargeting>getAvailableTargetingCombinationsList()Available surface target combinations for the ad product.SurfaceTargetingOrBuildergetAvailableTargetingCombinationsOrBuilder(int index)Available surface target combinations for the ad product.java.util.List<? extends SurfaceTargetingOrBuilder>getAvailableTargetingCombinationsOrBuilderList()Available surface target combinations for the ad product.SurfaceTargetinggetDefaultTargeting()Default surface targeting applied to the ad product.SurfaceTargetingOrBuildergetDefaultTargetingOrBuilder()Default surface targeting applied to the ad product.booleanhasDefaultTargeting()Default surface targeting applied to the ad product.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDefaultTargeting
boolean hasDefaultTargeting()
Default surface targeting applied to the ad product.
.google.ads.googleads.v15.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.v15.services.SurfaceTargeting default_targeting = 1;- Returns:
- The defaultTargeting.
-
getDefaultTargetingOrBuilder
SurfaceTargetingOrBuilder getDefaultTargetingOrBuilder()
Default surface targeting applied to the ad product.
.google.ads.googleads.v15.services.SurfaceTargeting default_targeting = 1;
-
getAvailableTargetingCombinationsList
java.util.List<SurfaceTargeting> getAvailableTargetingCombinationsList()
Available surface target combinations for the ad product.
repeated .google.ads.googleads.v15.services.SurfaceTargeting available_targeting_combinations = 2;
-
getAvailableTargetingCombinations
SurfaceTargeting getAvailableTargetingCombinations(int index)
Available surface target combinations for the ad product.
repeated .google.ads.googleads.v15.services.SurfaceTargeting available_targeting_combinations = 2;
-
getAvailableTargetingCombinationsCount
int getAvailableTargetingCombinationsCount()
Available surface target combinations for the ad product.
repeated .google.ads.googleads.v15.services.SurfaceTargeting available_targeting_combinations = 2;
-
getAvailableTargetingCombinationsOrBuilderList
java.util.List<? extends SurfaceTargetingOrBuilder> getAvailableTargetingCombinationsOrBuilderList()
Available surface target combinations for the ad product.
repeated .google.ads.googleads.v15.services.SurfaceTargeting available_targeting_combinations = 2;
-
getAvailableTargetingCombinationsOrBuilder
SurfaceTargetingOrBuilder getAvailableTargetingCombinationsOrBuilder(int index)
Available surface target combinations for the ad product.
repeated .google.ads.googleads.v15.services.SurfaceTargeting available_targeting_combinations = 2;
-
-