com.google.ads.googleads.v17.common.KeywordPlanDeviceSearchesOrBuilder 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 KeywordPlanDeviceSearchesOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.KeywordPlanDeviceSearches)
com.google.protobuf.MessageOrBuilder {
/**
*
* The device type.
*
*
* .google.ads.googleads.v17.enums.DeviceEnum.Device device = 1;
* @return The enum numeric value on the wire for device.
*/
int getDeviceValue();
/**
*
* The device type.
*
*
* .google.ads.googleads.v17.enums.DeviceEnum.Device device = 1;
* @return The device.
*/
com.google.ads.googleads.v17.enums.DeviceEnum.Device getDevice();
/**
*
* The total searches for the device.
*
*
* optional int64 search_count = 2;
* @return Whether the searchCount field is set.
*/
boolean hasSearchCount();
/**
*
* The total searches for the device.
*
*
* optional int64 search_count = 2;
* @return The searchCount.
*/
long getSearchCount();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy