com.google.ads.googleads.v17.resources.MobileDeviceConstantOrBuilder 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/resources/mobile_device_constant.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface MobileDeviceConstantOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.MobileDeviceConstant)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The resource name of the mobile device constant.
* Mobile device constant resource names have the form:
*
* `mobileDeviceConstants/{criterion_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The resourceName.
*/
java.lang.String getResourceName();
/**
*
* Output only. The resource name of the mobile device constant.
* Mobile device constant resource names have the form:
*
* `mobileDeviceConstants/{criterion_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Output only. The ID of the mobile device constant.
*
*
* optional int64 id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the id field is set.
*/
boolean hasId();
/**
*
* Output only. The ID of the mobile device constant.
*
*
* optional int64 id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The id.
*/
long getId();
/**
*
* Output only. The name of the mobile device.
*
*
* optional string name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the name field is set.
*/
boolean hasName();
/**
*
* Output only. The name of the mobile device.
*
*
* optional string name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The name.
*/
java.lang.String getName();
/**
*
* Output only. The name of the mobile device.
*
*
* optional string name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* Output only. The manufacturer of the mobile device.
*
*
* optional string manufacturer_name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the manufacturerName field is set.
*/
boolean hasManufacturerName();
/**
*
* Output only. The manufacturer of the mobile device.
*
*
* optional string manufacturer_name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The manufacturerName.
*/
java.lang.String getManufacturerName();
/**
*
* Output only. The manufacturer of the mobile device.
*
*
* optional string manufacturer_name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for manufacturerName.
*/
com.google.protobuf.ByteString
getManufacturerNameBytes();
/**
*
* Output only. The operating system of the mobile device.
*
*
* optional string operating_system_name = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the operatingSystemName field is set.
*/
boolean hasOperatingSystemName();
/**
*
* Output only. The operating system of the mobile device.
*
*
* optional string operating_system_name = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The operatingSystemName.
*/
java.lang.String getOperatingSystemName();
/**
*
* Output only. The operating system of the mobile device.
*
*
* optional string operating_system_name = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for operatingSystemName.
*/
com.google.protobuf.ByteString
getOperatingSystemNameBytes();
/**
*
* Output only. The type of mobile device.
*
*
* .google.ads.googleads.v17.enums.MobileDeviceTypeEnum.MobileDeviceType type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
*
* Output only. The type of mobile device.
*
*
* .google.ads.googleads.v17.enums.MobileDeviceTypeEnum.MobileDeviceType type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The type.
*/
com.google.ads.googleads.v17.enums.MobileDeviceTypeEnum.MobileDeviceType getType();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy