public interface CrawledUrlOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
Output only.
|
com.google.protobuf.ByteString |
getBodyBytes()
Output only.
|
String |
getHttpMethod()
Output only.
|
com.google.protobuf.ByteString |
getHttpMethodBytes()
Output only.
|
String |
getUrl()
Output only.
|
com.google.protobuf.ByteString |
getUrlBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getHttpMethod()
Output only. The http method of the request that was used to visit the URL, in uppercase.
string http_method = 1;com.google.protobuf.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;com.google.protobuf.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;com.google.protobuf.ByteString getBodyBytes()
Output only. The body of the request that was used to visit the URL.
string body = 3;Copyright © 2019 Google LLC. All rights reserved.