Interface KeywordPlanDeviceSearchesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeywordPlanDeviceSearches,KeywordPlanDeviceSearches.Builder
public interface KeywordPlanDeviceSearchesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceEnum.DevicegetDevice()The device type.intgetDeviceValue()The device type.longgetSearchCount()The total searches for the device.booleanhasSearchCount()The total searches for the device.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDeviceValue
int getDeviceValue()
The device type.
.google.ads.googleads.v10.enums.DeviceEnum.Device device = 1;- Returns:
- The enum numeric value on the wire for device.
-
getDevice
DeviceEnum.Device getDevice()
The device type.
.google.ads.googleads.v10.enums.DeviceEnum.Device device = 1;- Returns:
- The device.
-
hasSearchCount
boolean hasSearchCount()
The total searches for the device.
optional int64 search_count = 2;- Returns:
- Whether the searchCount field is set.
-
getSearchCount
long getSearchCount()
The total searches for the device.
optional int64 search_count = 2;- Returns:
- The searchCount.
-
-