Interface SurfaceTargetingOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SurfaceTargeting,SurfaceTargeting.Builder
public interface SurfaceTargetingOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReachPlanSurfaceEnum.ReachPlanSurfacegetSurfaces(int index)List of surfaces available to target.intgetSurfacesCount()List of surfaces available to target.java.util.List<ReachPlanSurfaceEnum.ReachPlanSurface>getSurfacesList()List of surfaces available to target.intgetSurfacesValue(int index)List of surfaces available to target.java.util.List<java.lang.Integer>getSurfacesValueList()List of surfaces available to target.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSurfacesList
java.util.List<ReachPlanSurfaceEnum.ReachPlanSurface> getSurfacesList()
List of surfaces available to target.
repeated .google.ads.googleads.v15.enums.ReachPlanSurfaceEnum.ReachPlanSurface surfaces = 1;- Returns:
- A list containing the surfaces.
-
getSurfacesCount
int getSurfacesCount()
List of surfaces available to target.
repeated .google.ads.googleads.v15.enums.ReachPlanSurfaceEnum.ReachPlanSurface surfaces = 1;- Returns:
- The count of surfaces.
-
getSurfaces
ReachPlanSurfaceEnum.ReachPlanSurface getSurfaces(int index)
List of surfaces available to target.
repeated .google.ads.googleads.v15.enums.ReachPlanSurfaceEnum.ReachPlanSurface surfaces = 1;- Parameters:
index- The index of the element to return.- Returns:
- The surfaces at the given index.
-
getSurfacesValueList
java.util.List<java.lang.Integer> getSurfacesValueList()
List of surfaces available to target.
repeated .google.ads.googleads.v15.enums.ReachPlanSurfaceEnum.ReachPlanSurface surfaces = 1;- Returns:
- A list containing the enum numeric values on the wire for surfaces.
-
getSurfacesValue
int getSurfacesValue(int index)
List of surfaces available to target.
repeated .google.ads.googleads.v15.enums.ReachPlanSurfaceEnum.ReachPlanSurface surfaces = 1;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of surfaces at the given index.
-
-