Enum Browser.VisitSource (0.3.0)

public enum Browser.VisitSource extends Enum<Browser.VisitSource> implements ProtocolMessageEnum

The source of the visit.

Protobuf enum google.backstory.Browser.VisitSource

Implements

ProtocolMessageEnum

Static Fields

Name Description
BROWSER

The visit was from a browser.

BROWSER = 2;

BROWSER_VALUE

The visit was from a browser.

BROWSER = 2;

EXTENSION

The visit was from an extension.

EXTENSION = 3;

EXTENSION_VALUE

The visit was from an extension.

EXTENSION = 3;

IMPORTED

The visit was imported from another browser application.

IMPORTED = 4;

IMPORTED_VALUE

The visit was imported from another browser application.

IMPORTED = 4;

SYNCED

The visit was synced from another device.

SYNCED = 1;

SYNCED_VALUE

The visit was synced from another device.

SYNCED = 1;

UNRECOGNIZED
VISIT_SOURCE_UNSPECIFIED

Default value.

VISIT_SOURCE_UNSPECIFIED = 0;

VISIT_SOURCE_UNSPECIFIED_VALUE

Default value.

VISIT_SOURCE_UNSPECIFIED = 0;

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()