public interface CrawledUrlOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBody()
public abstract String getBody()Output only. The body of the request that was used to visit the URL.
string body = 3;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| ByteString | The bytes for httpMethod. |
getUrl()
public abstract String getUrl()Output only. The URL that was crawled.
string url = 2;
| Type | Description |
| String | The url. |
getUrlBytes()
public abstract ByteString getUrlBytes()Output only. The URL that was crawled.
string url = 2;
| Type | Description |
| ByteString | The bytes for url. |