Class LogData (2.83.0)
Stay organized with collections
Save and categorize content based on your preferences.
public abstract class LogData
Static Methods
builder()
public static LogData.Builder builder()
Constructors
LogData()
Methods
httpMethod()
public abstract @Nullable String httpMethod()
| Returns |
| Type |
Description |
@org.jspecify.annotations.Nullable java.lang.String |
|
httpUrl()
public abstract @Nullable String httpUrl()
| Returns |
| Type |
Description |
@org.jspecify.annotations.Nullable java.lang.String |
|
public abstract @Nullable Map<String,String> requestHeaders()
| Returns |
| Type |
Description |
@org.jspecify.annotations.Nullable java.util.Map<String,String> |
|
requestId()
public abstract @Nullable String requestId()
| Returns |
| Type |
Description |
@org.jspecify.annotations.Nullable java.lang.String |
|
requestPayload()
public abstract @Nullable Map<String,Object> requestPayload()
| Returns |
| Type |
Description |
@org.jspecify.annotations.Nullable java.util.Map<String,Object> |
|
public abstract @Nullable Map<String,String> responseHeaders()
| Returns |
| Type |
Description |
@org.jspecify.annotations.Nullable java.util.Map<String,String> |
|
responsePayload()
public abstract @Nullable Map<String,Object> responsePayload()
| Returns |
| Type |
Description |
@org.jspecify.annotations.Nullable java.util.Map<String,Object> |
|
responseStatus()
public abstract @Nullable String responseStatus()
| Returns |
| Type |
Description |
@org.jspecify.annotations.Nullable java.lang.String |
|
rpcName()
public abstract @Nullable String rpcName()
| Returns |
| Type |
Description |
@org.jspecify.annotations.Nullable java.lang.String |
|
serviceName()
public abstract @Nullable String serviceName()
| Returns |
| Type |
Description |
@org.jspecify.annotations.Nullable java.lang.String |
|
toMapRequest()
public Map<String,Object> toMapRequest()
toMapResponse()
public Map<String,Object> toMapResponse()
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-08-04 UTC.
[null,null,["Last updated 2026-08-04 UTC."],[],[]]