com.google.ads.googleads.v17.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-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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 extends com.google.ads.googleads.v17.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.v17.common.KeywordPlanDeviceSearches device_searches = 1;
*/
com.google.ads.googleads.v17.common.KeywordPlanDeviceSearchesOrBuilder getDeviceSearchesOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy