Interface CrawledUrlOrBuilder (2.36.0)

public interface CrawledUrlOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBody()

public abstract String getBody()

The body of the request that was used to visit the URL.

string body = 3;

Returns
TypeDescription
String

The body.

getBodyBytes()

public abstract ByteString getBodyBytes()

The body of the request that was used to visit the URL.

string body = 3;

Returns
TypeDescription
ByteString

The bytes for body.

getHttpMethod()

public abstract String getHttpMethod()

The http method of the request that was used to visit the URL, in uppercase.

string http_method = 1;

Returns
TypeDescription
String

The httpMethod.

getHttpMethodBytes()

public abstract ByteString getHttpMethodBytes()

The http method of the request that was used to visit the URL, in uppercase.

string http_method = 1;

Returns
TypeDescription
ByteString

The bytes for httpMethod.

getUrl()

public abstract String getUrl()

The URL that was crawled.

string url = 2;

Returns
TypeDescription
String

The url.

getUrlBytes()

public abstract ByteString getUrlBytes()

The URL that was crawled.

string url = 2;

Returns
TypeDescription
ByteString

The bytes for url.