Interface BrowserOrBuilder (0.3.0)

public interface BrowserOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBrowserType()

public abstract Browser.BrowserType getBrowserType()

The browser that recorded the history entry (e.g. "Chrome", "Firefox", "Safari", etc.).

.google.backstory.Browser.BrowserType browser_type = 1;

Returns
Type Description
Browser.BrowserType

The browserType.

getBrowserTypeValue()

public abstract int getBrowserTypeValue()

The browser that recorded the history entry (e.g. "Chrome", "Firefox", "Safari", etc.).

.google.backstory.Browser.BrowserType browser_type = 1;

Returns
Type Description
int

The enum numeric value on the wire for browserType.

getBrowserVersion()

public abstract String getBrowserVersion()

The browser version.

string browser_version = 2;

Returns
Type Description
String

The browserVersion.

getBrowserVersionBytes()

public abstract ByteString getBrowserVersionBytes()

The browser version.

string browser_version = 2;

Returns
Type Description
ByteString

The bytes for browserVersion.

getCookies(int index)

public abstract Browser.Cookie getCookies(int index)

Information about the cookies.

repeated .google.backstory.Browser.Cookie cookies = 14;

Parameter
Name Description
index int
Returns
Type Description
Browser.Cookie

getCookiesCount()

public abstract int getCookiesCount()

Information about the cookies.

repeated .google.backstory.Browser.Cookie cookies = 14;

Returns
Type Description
int

getCookiesList()

public abstract List<Browser.Cookie> getCookiesList()

Information about the cookies.

repeated .google.backstory.Browser.Cookie cookies = 14;

Returns
Type Description
List<Cookie>

getCookiesOrBuilder(int index)

public abstract Browser.CookieOrBuilder getCookiesOrBuilder(int index)

Information about the cookies.

repeated .google.backstory.Browser.Cookie cookies = 14;

Parameter
Name Description
index int
Returns
Type Description
Browser.CookieOrBuilder

getCookiesOrBuilderList()

public abstract List<? extends Browser.CookieOrBuilder> getCookiesOrBuilderList()

Information about the cookies.

repeated .google.backstory.Browser.Cookie cookies = 14;

Returns
Type Description
List<? extends com.google.backstory.Browser.CookieOrBuilder>

getFirstBookmarkedTime()

public abstract Timestamp getFirstBookmarkedTime()

The timestamp indicating the first time the URL was bookmarked.

.google.protobuf.Timestamp first_bookmarked_time = 13;

Returns
Type Description
Timestamp

The firstBookmarkedTime.

getFirstBookmarkedTimeOrBuilder()

public abstract TimestampOrBuilder getFirstBookmarkedTimeOrBuilder()

The timestamp indicating the first time the URL was bookmarked.

.google.protobuf.Timestamp first_bookmarked_time = 13;

Returns
Type Description
TimestampOrBuilder

getFirstVisitTime()

public abstract Timestamp getFirstVisitTime()

The timestamp indicating the initial visit to the URL.

.google.protobuf.Timestamp first_visit_time = 3;

Returns
Type Description
Timestamp

The firstVisitTime.

getFirstVisitTimeOrBuilder()

public abstract TimestampOrBuilder getFirstVisitTimeOrBuilder()

The timestamp indicating the initial visit to the URL.

.google.protobuf.Timestamp first_visit_time = 3;

Returns
Type Description
TimestampOrBuilder

getHidden()

public abstract boolean getHidden()

A boolean value indicating if the history entry is hidden.

bool hidden = 8;

Returns
Type Description
boolean

The hidden.

getIndexedContent()

public abstract String getIndexedContent()

Represents the textual content of a web page. This field should be kept short. Large strings may affect latency and payload sizes.

string indexed_content = 12;

Returns
Type Description
String

The indexedContent.

getIndexedContentBytes()

public abstract ByteString getIndexedContentBytes()

Represents the textual content of a web page. This field should be kept short. Large strings may affect latency and payload sizes.

string indexed_content = 12;

Returns
Type Description
ByteString

The bytes for indexedContent.

getLastVisitTime()

public abstract Timestamp getLastVisitTime()

The timestamp indicating the most recent visit to the URL.

.google.protobuf.Timestamp last_visit_time = 4;

Returns
Type Description
Timestamp

The lastVisitTime.

getLastVisitTimeOrBuilder()

public abstract TimestampOrBuilder getLastVisitTimeOrBuilder()

The timestamp indicating the most recent visit to the URL.

.google.protobuf.Timestamp last_visit_time = 4;

Returns
Type Description
TimestampOrBuilder

getProfile()

public abstract String getProfile()

The browser profile associated with the history entry.

string profile = 5;

Returns
Type Description
String

The profile.

getProfileBytes()

public abstract ByteString getProfileBytes()

The browser profile associated with the history entry.

string profile = 5;

Returns
Type Description
ByteString

The bytes for profile.

getRequestOriginUri()

public abstract String getRequestOriginUri()

Indicates the URI from which the current visit originated.

string request_origin_uri = 9;

Returns
Type Description
String

The requestOriginUri.

getRequestOriginUriBytes()

public abstract ByteString getRequestOriginUriBytes()

Indicates the URI from which the current visit originated.

string request_origin_uri = 9;

Returns
Type Description
ByteString

The bytes for requestOriginUri.

getTyped()

public abstract boolean getTyped()

A boolean value indicating if the URL was typed by the user.

bool typed = 6;

Returns
Type Description
boolean

The typed.

getTypedCount()

public abstract long getTypedCount()

The number of times the URL was visited with this specific visit type and visit source.

int64 typed_count = 15;

Returns
Type Description
long

The typedCount.

getVisitCount()

public abstract long getVisitCount()

The total number of times the Url has been visited.

int64 visit_count = 10;

Returns
Type Description
long

The visitCount.

getVisitCountCriteria()

public abstract String getVisitCountCriteria()

Describes the criteria used to calculate the visit_count.

string visit_count_criteria = 11;

Returns
Type Description
String

The visitCountCriteria.

getVisitCountCriteriaBytes()

public abstract ByteString getVisitCountCriteriaBytes()

Describes the criteria used to calculate the visit_count.

string visit_count_criteria = 11;

Returns
Type Description
ByteString

The bytes for visitCountCriteria.

getVisitSource()

public abstract Browser.VisitSource getVisitSource()

The source of the visit.

.google.backstory.Browser.VisitSource visit_source = 16;

Returns
Type Description
Browser.VisitSource

The visitSource.

getVisitSourceValue()

public abstract int getVisitSourceValue()

The source of the visit.

.google.backstory.Browser.VisitSource visit_source = 16;

Returns
Type Description
int

The enum numeric value on the wire for visitSource.

getVisitType()

public abstract Browser.UrlVisitType getVisitType()

Describes the type of navigation or visit (e.g., direct, redirect, etc.).

.google.backstory.Browser.UrlVisitType visit_type = 7;

Returns
Type Description
Browser.UrlVisitType

The visitType.

getVisitTypeValue()

public abstract int getVisitTypeValue()

Describes the type of navigation or visit (e.g., direct, redirect, etc.).

.google.backstory.Browser.UrlVisitType visit_type = 7;

Returns
Type Description
int

The enum numeric value on the wire for visitType.

hasFirstBookmarkedTime()

public abstract boolean hasFirstBookmarkedTime()

The timestamp indicating the first time the URL was bookmarked.

.google.protobuf.Timestamp first_bookmarked_time = 13;

Returns
Type Description
boolean

Whether the firstBookmarkedTime field is set.

hasFirstVisitTime()

public abstract boolean hasFirstVisitTime()

The timestamp indicating the initial visit to the URL.

.google.protobuf.Timestamp first_visit_time = 3;

Returns
Type Description
boolean

Whether the firstVisitTime field is set.

hasLastVisitTime()

public abstract boolean hasLastVisitTime()

The timestamp indicating the most recent visit to the URL.

.google.protobuf.Timestamp last_visit_time = 4;

Returns
Type Description
boolean

Whether the lastVisitTime field is set.