Class MobileDevice (0.39.0)

public final class MobileDevice extends GeneratedMessageV3 implements MobileDeviceOrBuilder

Represents a mobile device.

Protobuf type google.ads.admanager.v1.MobileDevice

Static Fields

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

MANUFACTURER_FIELD_NUMBER

public static final int MANUFACTURER_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static MobileDevice getDefaultInstance()
Returns
Type Description
MobileDevice

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static MobileDevice.Builder newBuilder()
Returns
Type Description
MobileDevice.Builder

newBuilder(MobileDevice prototype)

public static MobileDevice.Builder newBuilder(MobileDevice prototype)
Parameter
Name Description
prototype MobileDevice
Returns
Type Description
MobileDevice.Builder

parseDelimitedFrom(InputStream input)

public static MobileDevice parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
MobileDevice
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MobileDevice parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MobileDevice
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static MobileDevice parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
MobileDevice
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MobileDevice parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MobileDevice
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MobileDevice parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
MobileDevice
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MobileDevice parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MobileDevice
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MobileDevice parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
MobileDevice
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MobileDevice parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MobileDevice
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static MobileDevice parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
MobileDevice
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MobileDevice parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MobileDevice
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static MobileDevice parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
MobileDevice
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MobileDevice parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MobileDevice
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<MobileDevice> parser()
Returns
Type Description
Parser<MobileDevice>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public MobileDevice getDefaultInstanceForType()
Returns
Type Description
MobileDevice

getDisplayName()

public String getDisplayName()

Output only. The localized name of the mobile device.

optional string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Output only. The localized name of the mobile device.

optional string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for displayName.

getManufacturer()

public String getManufacturer()

Output only. The manufacturer associated with the mobile device. Format: networks/{network_code}/deviceManufacturers/{device_manufacturer}

optional string manufacturer = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The manufacturer.

getManufacturerBytes()

public ByteString getManufacturerBytes()

Output only. The manufacturer associated with the mobile device. Format: networks/{network_code}/deviceManufacturers/{device_manufacturer}

optional string manufacturer = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for manufacturer.

getName()

public String getName()

Identifier. The resource name of the MobileDevice. Format: networks/{network_code}/mobileDevices/{mobile_device}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Identifier. The resource name of the MobileDevice. Format: networks/{network_code}/mobileDevices/{mobile_device}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<MobileDevice> getParserForType()
Returns
Type Description
Parser<MobileDevice>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasDisplayName()

public boolean hasDisplayName()

Output only. The localized name of the mobile device.

optional string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the displayName field is set.

hasManufacturer()

public boolean hasManufacturer()

Output only. The manufacturer associated with the mobile device. Format: networks/{network_code}/deviceManufacturers/{device_manufacturer}

optional string manufacturer = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
boolean

Whether the manufacturer field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public MobileDevice.Builder newBuilderForType()
Returns
Type Description
MobileDevice.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected MobileDevice.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
MobileDevice.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public MobileDevice.Builder toBuilder()
Returns
Type Description
MobileDevice.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException