com.google.ads.googleads.v17.common.MobileDeviceInfoOrBuilder 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/criteria.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface MobileDeviceInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.MobileDeviceInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* The mobile device constant resource name.
*
*
* optional string mobile_device_constant = 2 [(.google.api.resource_reference) = { ... }
* @return Whether the mobileDeviceConstant field is set.
*/
boolean hasMobileDeviceConstant();
/**
*
* The mobile device constant resource name.
*
*
* optional string mobile_device_constant = 2 [(.google.api.resource_reference) = { ... }
* @return The mobileDeviceConstant.
*/
java.lang.String getMobileDeviceConstant();
/**
*
* The mobile device constant resource name.
*
*
* optional string mobile_device_constant = 2 [(.google.api.resource_reference) = { ... }
* @return The bytes for mobileDeviceConstant.
*/
com.google.protobuf.ByteString
getMobileDeviceConstantBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy