Interface CrawledUrlOrBuilder (2.41.0)

public interface CrawledUrlOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBody()

public abstract String getBody()

Output only. 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()

Output only. 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()

Output only. 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()

Output only. 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()

Output only. The URL that was crawled.

string url = 2;

Returns
TypeDescription
String

The url.

getUrlBytes()

public abstract ByteString getUrlBytes()

Output only. The URL that was crawled.

string url = 2;

Returns
TypeDescription
ByteString

The bytes for url.