All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.common.KeywordPlanAggregateMetricResultsOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/common/keyword_plan_common.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface KeywordPlanAggregateMetricResultsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.KeywordPlanAggregateMetricResults)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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.v17.common.KeywordPlanDeviceSearches device_searches = 1; */ java.util.List 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.v17.common.KeywordPlanDeviceSearches device_searches = 1; */ com.google.ads.googleads.v17.common.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.v17.common.KeywordPlanDeviceSearches device_searches = 1; */ 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.v17.common.KeywordPlanDeviceSearches device_searches = 1; */ java.util.List 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.v17.common.KeywordPlanDeviceSearches device_searches = 1; */ com.google.ads.googleads.v17.common.KeywordPlanDeviceSearchesOrBuilder getDeviceSearchesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy