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 Type
    Method
    Description
    getSurfaces(int index)
    List of surfaces available to target.
    int
    List of surfaces available to target.
    List of surfaces available to target.
    int
    getSurfacesValue(int index)
    List of surfaces available to target.
    List of surfaces available to target.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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

      ReachPlanSurfaceEnum.ReachPlanSurface getSurfaces(int index)
       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<Integer> 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.