Uses of Class
com.google.cloud.logging.HttpRequest
Packages that use HttpRequest
Package
Description
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 HttpRequestMethods in com.google.cloud.logging that return HttpRequestModifier and TypeMethodDescriptionHttpRequest.Builder.build()Creates aHttpRequestobject for this builder.Context.getHttpRequest()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 HttpRequestModifier and TypeMethodDescriptionLogEntry.Builder.setHttpRequest(HttpRequest httpRequest) Sets information about the HTTP request associated with this log entry, if applicable.Context.Builder.setRequest(HttpRequest request) Sets the HTTP request.