Send feedback
Class HttpRequestContext (0.138.0-beta)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.138.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 Type Description int
REFERRER_FIELD_NUMBER
public static final int REFERRER_FIELD_NUMBER
Field Value Type Description int
REMOTE_IP_FIELD_NUMBER
public static final int REMOTE_IP_FIELD_NUMBER
Field Value Type Description int
RESPONSE_STATUS_CODE_FIELD_NUMBER
public static final int RESPONSE_STATUS_CODE_FIELD_NUMBER
Field Value Type Description int
URL_FIELD_NUMBER
public static final int URL_FIELD_NUMBER
Field Value Type Description int
USER_AGENT_FIELD_NUMBER
public static final int USER_AGENT_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static HttpRequestContext getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static HttpRequestContext . Builder newBuilder ()
newBuilder(HttpRequestContext prototype)
public static HttpRequestContext . Builder newBuilder ( HttpRequestContext prototype )
parseDelimitedFrom(InputStream input)
public static HttpRequestContext parseDelimitedFrom ( InputStream input )
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static HttpRequestContext parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static HttpRequestContext parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static HttpRequestContext parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static HttpRequestContext parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static HttpRequestContext parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
parseFrom(CodedInputStream input)
public static HttpRequestContext parseFrom ( CodedInputStream input )
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static HttpRequestContext parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(InputStream input)
public static HttpRequestContext parseFrom ( InputStream input )
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static HttpRequestContext parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static HttpRequestContext parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static HttpRequestContext parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<HttpRequestContext> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public HttpRequestContext getDefaultInstanceForType ()
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 Type Description ByteString
The bytes for method.
getParserForType()
public Parser<HttpRequestContext> getParserForType ()
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 Type Description ByteString
The bytes for referrer.
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 Type Description ByteString
The bytes for remoteIp.
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 Type Description int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
getUrl()
The URL of the request.
string url = 2;
Returns Type Description String
The url.
getUrlBytes()
public ByteString getUrlBytes ()
The URL of the request.
string url = 2;
Returns Type Description ByteString
The bytes for url.
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 Type Description ByteString
The bytes for userAgent.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public HttpRequestContext . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected HttpRequestContext . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public HttpRequestContext . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
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-02-14 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-02-14 UTC."],[],[]]