Interface URLFetchServicePb.URLFetchResponseOrBuilder (5.0.3)
Stay organized with collections
Save and categorize content based on your preferences.
public static interface URLFetchServicePb.URLFetchResponseOrBuilder extends MessageOrBuilder
Implements
com.google.protobuf.MessageOrBuilder
Methods
getApiBytesReceived()
public abstract long getApiBytesReceived()
| Returns |
| Type |
Description |
long |
|
getApiBytesSent()
public abstract long getApiBytesSent()
| Returns |
| Type |
Description |
long |
|
getApiCpuMilliseconds()
public abstract long getApiCpuMilliseconds()
| Returns |
| Type |
Description |
long |
|
getContent()
public abstract ByteString getContent()
| Returns |
| Type |
Description |
com.google.protobuf.ByteString |
|
getContentWasTruncated()
public abstract boolean getContentWasTruncated()
getExternalBytesReceived()
public abstract long getExternalBytesReceived()
| Returns |
| Type |
Description |
long |
|
getExternalBytesSent()
public abstract long getExternalBytesSent()
| Returns |
| Type |
Description |
long |
|
getFinalUrl()
public abstract String getFinalUrl()
| Returns |
| Type |
Description |
String |
|
getFinalUrlBytes()
public abstract ByteString getFinalUrlBytes()
| Returns |
| Type |
Description |
com.google.protobuf.ByteString |
|
public abstract URLFetchServicePb.URLFetchResponse.Header getHeader(int arg0)
| Parameter |
| Name |
Description |
arg0 |
int
|
| Returns |
| Type |
Description |
Header |
|
public abstract int getHeaderCount()
| Returns |
| Type |
Description |
int |
|
public abstract List<URLFetchServicePb.URLFetchResponse.Header> getHeaderList()
public abstract URLFetchServicePb.URLFetchResponse.HeaderOrBuilder getHeaderOrBuilder(int arg0)
| Parameter |
| Name |
Description |
arg0 |
int
|
public abstract List<? extends URLFetchServicePb.URLFetchResponse.HeaderOrBuilder> getHeaderOrBuilderList()
| Returns |
| Type |
Description |
List<? extends com.google.appengine.api.urlfetch.URLFetchServicePb.URLFetchResponse.HeaderOrBuilder> |
|
getStatusCode()
public abstract int getStatusCode()
| Returns |
| Type |
Description |
int |
|
hasApiBytesReceived()
public abstract boolean hasApiBytesReceived()
hasApiBytesSent()
public abstract boolean hasApiBytesSent()
hasApiCpuMilliseconds()
public abstract boolean hasApiCpuMilliseconds()
hasContent()
public abstract boolean hasContent()
hasContentWasTruncated()
public abstract boolean hasContentWasTruncated()
hasExternalBytesReceived()
public abstract boolean hasExternalBytesReceived()
hasExternalBytesSent()
public abstract boolean hasExternalBytesSent()
hasFinalUrl()
public abstract boolean hasFinalUrl()
hasStatusCode()
public abstract boolean hasStatusCode()
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-06-03 UTC.
[null,null,["Last updated 2026-06-03 UTC."],[],[]]