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