Send feedback
Class HttpRequestContext (0.130.0-beta)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.130.0-beta keyboard_arrow_down
public final class HttpRequestContext extends GeneratedMessageV3 implements HttpRequestContextOrBuilder
HTTP request data that is related to a reported error.
This data should be provided by the application when reporting an error,
unless the
error report has been generated automatically from Google App Engine logs.
Protobuf type google.devtools.clouderrorreporting.v1beta1.HttpRequestContext
Static Fields
METHOD_FIELD_NUMBER
public static final int METHOD_FIELD_NUMBER
Field Value
REFERRER_FIELD_NUMBER
public static final int REFERRER_FIELD_NUMBER
Field Value
REMOTE_IP_FIELD_NUMBER
public static final int REMOTE_IP_FIELD_NUMBER
Field Value
RESPONSE_STATUS_CODE_FIELD_NUMBER
public static final int RESPONSE_STATUS_CODE_FIELD_NUMBER
Field Value
URL_FIELD_NUMBER
public static final int URL_FIELD_NUMBER
Field Value
USER_AGENT_FIELD_NUMBER
public static final int USER_AGENT_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static HttpRequestContext getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static HttpRequestContext . Builder newBuilder ()
Returns
newBuilder(HttpRequestContext prototype)
public static HttpRequestContext . Builder newBuilder ( HttpRequestContext prototype )
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static HttpRequestContext parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static HttpRequestContext parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static HttpRequestContext parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static HttpRequestContext parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static HttpRequestContext parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static HttpRequestContext parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static HttpRequestContext parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static HttpRequestContext parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static HttpRequestContext parseFrom ( InputStream input )
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static HttpRequestContext parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static HttpRequestContext parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static HttpRequestContext parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<HttpRequestContext> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public HttpRequestContext getDefaultInstanceForType ()
Returns
getMethod()
public String getMethod ()
The type of HTTP request, such as GET
, POST
, etc.
string method = 1;
Returns
Type Description String
The method.
getMethodBytes()
public ByteString getMethodBytes ()
The type of HTTP request, such as GET
, POST
, etc.
string method = 1;
Returns
getParserForType()
public Parser<HttpRequestContext> getParserForType ()
Returns
Overrides
getReferrer()
public String getReferrer ()
The referrer information that is provided with the request.
string referrer = 4;
Returns
Type Description String
The referrer.
getReferrerBytes()
public ByteString getReferrerBytes ()
The referrer information that is provided with the request.
string referrer = 4;
Returns
getRemoteIp()
public String getRemoteIp ()
The IP address from which the request originated.
This can be IPv4, IPv6, or a token which is derived from the
IP address, depending on the data that has been provided
in the error report.
string remote_ip = 6;
Returns
Type Description String
The remoteIp.
getRemoteIpBytes()
public ByteString getRemoteIpBytes ()
The IP address from which the request originated.
This can be IPv4, IPv6, or a token which is derived from the
IP address, depending on the data that has been provided
in the error report.
string remote_ip = 6;
Returns
getResponseStatusCode()
public int getResponseStatusCode ()
The HTTP response status code for the request.
int32 response_status_code = 5;
Returns
Type Description int
The responseStatusCode.
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
getUrl()
The URL of the request.
string url = 2;
Returns
getUrlBytes()
public ByteString getUrlBytes ()
The URL of the request.
string url = 2;
Returns
getUserAgent()
public String getUserAgent ()
The user agent information that is provided with the request.
string user_agent = 3;
Returns
Type Description String
The userAgent.
getUserAgentBytes()
public ByteString getUserAgentBytes ()
The user agent information that is provided with the request.
string user_agent = 3;
Returns
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public HttpRequestContext . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected HttpRequestContext . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public HttpRequestContext . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
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 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]