public interface CrawledUrlOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBody()
The body of the request that was used to visit the URL.
|
ByteString |
getBodyBytes()
The body of the request that was used to visit the URL.
|
String |
getHttpMethod()
The http method of the request that was used to visit the URL, in
uppercase.
|
ByteString |
getHttpMethodBytes()
The http method of the request that was used to visit the URL, in
uppercase.
|
String |
getUrl()
The URL that was crawled.
|
ByteString |
getUrlBytes()
The URL that was crawled.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getHttpMethod()
The http method of the request that was used to visit the URL, in uppercase.
string http_method = 1;
ByteString getHttpMethodBytes()
The http method of the request that was used to visit the URL, in uppercase.
string http_method = 1;
String getUrl()
The URL that was crawled.
string url = 2;
ByteString getUrlBytes()
The URL that was crawled.
string url = 2;
String getBody()
The body of the request that was used to visit the URL.
string body = 3;
ByteString getBodyBytes()
The body of the request that was used to visit the URL.
string body = 3;
Copyright © 2022 Google LLC. All rights reserved.