Interface KeywordPlanAggregateMetricResultsOrBuilder

    • Method Detail

      • getDeviceSearchesList

        java.util.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.v10.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.v10.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.v10.common.KeywordPlanDeviceSearches device_searches = 1;
      • getDeviceSearchesOrBuilderList

        java.util.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.v10.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.v10.common.KeywordPlanDeviceSearches device_searches = 1;