Interface MobileDeviceConstantOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MobileDeviceConstant,MobileDeviceConstant.Builder
public interface MobileDeviceConstantOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetId()Output only.java.lang.StringgetManufacturerName()Output only.com.google.protobuf.ByteStringgetManufacturerNameBytes()Output only.java.lang.StringgetName()Output only.com.google.protobuf.ByteStringgetNameBytes()Output only.java.lang.StringgetOperatingSystemName()Output only.com.google.protobuf.ByteStringgetOperatingSystemNameBytes()Output only.java.lang.StringgetResourceName()Output only.com.google.protobuf.ByteStringgetResourceNameBytes()Output only.MobileDeviceTypeEnum.MobileDeviceTypegetType()Output only.intgetTypeValue()Output only.booleanhasId()Output only.booleanhasManufacturerName()Output only.booleanhasName()Output only.booleanhasOperatingSystemName()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
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) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
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) = { ... }- Returns:
- The bytes for resourceName.
-
hasId
boolean hasId()
Output only. The ID of the mobile device constant.
optional int64 id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the id field is set.
-
getId
long getId()
Output only. The ID of the mobile device constant.
optional int64 id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The id.
-
hasName
boolean hasName()
Output only. The name of the mobile device.
optional string name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the name field is set.
-
getName
java.lang.String getName()
Output only. The name of the mobile device.
optional string name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Output only. The name of the mobile device.
optional string name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for name.
-
hasManufacturerName
boolean hasManufacturerName()
Output only. The manufacturer of the mobile device.
optional string manufacturer_name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the manufacturerName field is set.
-
getManufacturerName
java.lang.String getManufacturerName()
Output only. The manufacturer of the mobile device.
optional string manufacturer_name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The manufacturerName.
-
getManufacturerNameBytes
com.google.protobuf.ByteString getManufacturerNameBytes()
Output only. The manufacturer of the mobile device.
optional string manufacturer_name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for manufacturerName.
-
hasOperatingSystemName
boolean hasOperatingSystemName()
Output only. The operating system of the mobile device.
optional string operating_system_name = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the operatingSystemName field is set.
-
getOperatingSystemName
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];- Returns:
- The operatingSystemName.
-
getOperatingSystemNameBytes
com.google.protobuf.ByteString getOperatingSystemNameBytes()
Output only. The operating system of the mobile device.
optional string operating_system_name = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for operatingSystemName.
-
getTypeValue
int getTypeValue()
Output only. The type of mobile device.
.google.ads.googleads.v10.enums.MobileDeviceTypeEnum.MobileDeviceType type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for type.
-
getType
MobileDeviceTypeEnum.MobileDeviceType getType()
Output only. The type of mobile device.
.google.ads.googleads.v10.enums.MobileDeviceTypeEnum.MobileDeviceType type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The type.
-
-