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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeywordPlanDeviceSearchesgetDeviceSearches(int index)The aggregate searches for all the keywords segmented by device for the specified time.intgetDeviceSearchesCount()The aggregate searches for all the keywords segmented by device for the specified time.java.util.List<KeywordPlanDeviceSearches>getDeviceSearchesList()The aggregate searches for all the keywords segmented by device for the specified time.KeywordPlanDeviceSearchesOrBuildergetDeviceSearchesOrBuilder(int index)The aggregate searches for all the keywords segmented by device for the specified time.java.util.List<? extends KeywordPlanDeviceSearchesOrBuilder>getDeviceSearchesOrBuilderList()The aggregate searches for all the keywords segmented by device for the specified time.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-