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
Modifier and TypeMethodDescriptiongetSurfaces(int index) List of surfaces available to target.intList of surfaces available to target.List of surfaces available to target.intgetSurfacesValue(int index) List of surfaces available to target.List of surfaces available to target.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
-
getSurfacesList
List<ReachPlanSurfaceEnum.ReachPlanSurface> getSurfacesList()List of surfaces available to target.
repeated .google.ads.googleads.v18.enums.ReachPlanSurfaceEnum.ReachPlanSurface surfaces = 1;- Returns:
- A list containing the surfaces.
-
getSurfacesCount
int getSurfacesCount()List of surfaces available to target.
repeated .google.ads.googleads.v18.enums.ReachPlanSurfaceEnum.ReachPlanSurface surfaces = 1;- Returns:
- The count of surfaces.
-
getSurfaces
List of surfaces available to target.
repeated .google.ads.googleads.v18.enums.ReachPlanSurfaceEnum.ReachPlanSurface surfaces = 1;- Parameters:
index- The index of the element to return.- Returns:
- The surfaces at the given index.
-
getSurfacesValueList
List of surfaces available to target.
repeated .google.ads.googleads.v18.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.v18.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.
-