Interface KeywordPlanDeviceSearchesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
KeywordPlanDeviceSearches, KeywordPlanDeviceSearches.Builder

public interface KeywordPlanDeviceSearchesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The device type.
    int
    The device type.
    long
    The total searches for the device.
    boolean
    The total searches for the device.

    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

    • getDeviceValue

      int getDeviceValue()
       The device type.
       
      .google.ads.googleads.v18.enums.DeviceEnum.Device device = 1;
      Returns:
      The enum numeric value on the wire for device.
    • getDevice

      DeviceEnum.Device getDevice()
       The device type.
       
      .google.ads.googleads.v18.enums.DeviceEnum.Device device = 1;
      Returns:
      The device.
    • hasSearchCount

      boolean hasSearchCount()
       The total searches for the device.
       
      optional int64 search_count = 2;
      Returns:
      Whether the searchCount field is set.
    • getSearchCount

      long getSearchCount()
       The total searches for the device.
       
      optional int64 search_count = 2;
      Returns:
      The searchCount.