Enum LinkedDeviceVisibilityEnum.LinkedDeviceVisibility (0.52.0)

public enum LinkedDeviceVisibilityEnum.LinkedDeviceVisibility extends Enum<LinkedDeviceVisibilityEnum.LinkedDeviceVisibility> implements ProtocolMessageEnum

Represents the visibility of a LinkedDevice.

Protobuf enum google.ads.admanager.v1.LinkedDeviceVisibilityEnum.LinkedDeviceVisibility

Implements

ProtocolMessageEnum

Static Fields

Name Description
LINKED_DEVICE_VISIBILITY_UNSPECIFIED

Default value. This value is unused.

LINKED_DEVICE_VISIBILITY_UNSPECIFIED = 0;

LINKED_DEVICE_VISIBILITY_UNSPECIFIED_VALUE

Default value. This value is unused.

LINKED_DEVICE_VISIBILITY_UNSPECIFIED = 0;

PRIVATE

The linked device can only be used by the user who owns the device linking.

PRIVATE = 2;

PRIVATE_VALUE

The linked device can only be used by the user who owns the device linking.

PRIVATE = 2;

PUBLIC

The linked device can be used by anyone on the network.

PUBLIC = 3;

PUBLIC_VALUE

The linked device can be used by anyone on the network.

PUBLIC = 3;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()