Uses of Class
com.google.cloud.logging.HttpRequest
-
Packages that use HttpRequest Package Description com.google.cloud.logging A client for Cloud Logging - Real-time log management and analysis. -
-
Uses of HttpRequest in com.google.cloud.logging
Fields in com.google.cloud.logging declared as HttpRequest Modifier and Type Field Description static HttpRequest
HttpRequest. EMPTY
Methods in com.google.cloud.logging that return HttpRequest Modifier and Type Method Description HttpRequest
HttpRequest.Builder. build()
Creates aHttpRequest
object for this builder.HttpRequest
Context. getHttpRequest()
HttpRequest
LogEntry. getHttpRequest()
Returns information about the HTTP request associated with this log entry, if applicable.Methods in com.google.cloud.logging with parameters of type HttpRequest Modifier and Type Method 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.
-