Interface KeywordPlanAggregateMetricResultsOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getDeviceSearches(int index)
    The aggregate searches for all the keywords segmented by device for the specified time.
    int
    The aggregate searches for all the keywords segmented by device for the specified time.
    The aggregate searches for all the keywords segmented by device for the specified time.
    The aggregate searches for all the keywords segmented by device for the specified time.
    The aggregate searches for all the keywords segmented by device for the specified time.

    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

    • getDeviceSearchesList

      List<KeywordPlanDeviceSearches> getDeviceSearchesList()
       The aggregate searches for all the keywords segmented by device
       for the specified time.
       Supports the following device types: MOBILE, TABLET, DESKTOP.
      
       This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
       in the KeywordPlanAggregateMetrics field in the request.
       
      repeated .google.ads.googleads.v18.common.KeywordPlanDeviceSearches device_searches = 1;
    • getDeviceSearches

      KeywordPlanDeviceSearches getDeviceSearches(int index)
       The aggregate searches for all the keywords segmented by device
       for the specified time.
       Supports the following device types: MOBILE, TABLET, DESKTOP.
      
       This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
       in the KeywordPlanAggregateMetrics field in the request.
       
      repeated .google.ads.googleads.v18.common.KeywordPlanDeviceSearches device_searches = 1;
    • getDeviceSearchesCount

      int getDeviceSearchesCount()
       The aggregate searches for all the keywords segmented by device
       for the specified time.
       Supports the following device types: MOBILE, TABLET, DESKTOP.
      
       This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
       in the KeywordPlanAggregateMetrics field in the request.
       
      repeated .google.ads.googleads.v18.common.KeywordPlanDeviceSearches device_searches = 1;
    • getDeviceSearchesOrBuilderList

      List<? extends KeywordPlanDeviceSearchesOrBuilder> getDeviceSearchesOrBuilderList()
       The aggregate searches for all the keywords segmented by device
       for the specified time.
       Supports the following device types: MOBILE, TABLET, DESKTOP.
      
       This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
       in the KeywordPlanAggregateMetrics field in the request.
       
      repeated .google.ads.googleads.v18.common.KeywordPlanDeviceSearches device_searches = 1;
    • getDeviceSearchesOrBuilder

      KeywordPlanDeviceSearchesOrBuilder getDeviceSearchesOrBuilder(int index)
       The aggregate searches for all the keywords segmented by device
       for the specified time.
       Supports the following device types: MOBILE, TABLET, DESKTOP.
      
       This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set
       in the KeywordPlanAggregateMetrics field in the request.
       
      repeated .google.ads.googleads.v18.common.KeywordPlanDeviceSearches device_searches = 1;