public enum Browser.VisitSource extends Enum<Browser.VisitSource> implements ProtocolMessageEnumThe source of the visit.
Protobuf enum google.backstory.Browser.VisitSource
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BROWSER |
The visit was from a browser. |
BROWSER_VALUE |
The visit was from a browser. |
EXTENSION |
The visit was from an extension. |
EXTENSION_VALUE |
The visit was from an extension. |
IMPORTED |
The visit was imported from another browser application. |
IMPORTED_VALUE |
The visit was imported from another browser application. |
SYNCED |
The visit was synced from another device. |
SYNCED_VALUE |
The visit was synced from another device. |
UNRECOGNIZED |
|
VISIT_SOURCE_UNSPECIFIED |
Default value. |
VISIT_SOURCE_UNSPECIFIED_VALUE |
Default value. |
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() |
|