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 TypeMethodDescriptiongetDeviceSearches(int index) The aggregate searches for all the keywords segmented by device for the specified time.intThe 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.getDeviceSearchesOrBuilder(int index) The aggregate searches for all the keywords segmented by device for the specified time.List<? extends KeywordPlanDeviceSearchesOrBuilder>The aggregate searches for all the keywords segmented by device for the specified time.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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
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;
-