Package | Description |
---|---|
com.google.cloud.logging |
A client for Cloud Logging - Real-time log management and analysis.
|
Modifier and Type | Field and Description |
---|---|
static HttpRequest |
HttpRequest.EMPTY |
Modifier and Type | Method and Description |
---|---|
HttpRequest |
HttpRequest.Builder.build()
Creates a
HttpRequest object for this builder. |
HttpRequest |
Context.getHttpRequest() |
HttpRequest |
LogEntry.getHttpRequest()
Returns information about the HTTP request associated with this log entry, if applicable.
|
Modifier and Type | Method and Description |
---|---|
LogEntry.Builder |
LogEntry.Builder.setHttpRequest(HttpRequest httpRequest)
Sets information about the HTTP request associated with this log entry, if applicable.
|
Context.Builder |
Context.Builder.setRequest(HttpRequest request)
Sets the HTTP request.
|
Copyright © 2023 Google LLC. All rights reserved.