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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DeviceEnum.Device getDevice()
      The device type.
      int getDeviceValue()
      The device type.
      long getSearchCount()
      The total searches for the device.
      boolean hasSearchCount()
      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 Detail

      • getDeviceValue

        int getDeviceValue()
         The device type.
         
        .google.ads.googleads.v13.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.v13.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.