com.google.ads.googleads.v10.common.KeywordPlanAggregateMetricResultsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/keyword_plan_common.proto
package com.google.ads.googleads.v10.common;
public interface KeywordPlanAggregateMetricResultsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.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.v10.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.v10.common.KeywordPlanDeviceSearches device_searches = 1;
*/
com.google.ads.googleads.v10.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.v10.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.v10.common.KeywordPlanDeviceSearches device_searches = 1;
*/
java.util.List extends com.google.ads.googleads.v10.common.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;
*/
com.google.ads.googleads.v10.common.KeywordPlanDeviceSearchesOrBuilder getDeviceSearchesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy