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 HttpRequestHttpRequest. EMPTYMethods in com.google.cloud.logging that return HttpRequest Modifier and Type Method Description HttpRequestHttpRequest.Builder. build()Creates aHttpRequestobject for this builder.HttpRequestContext. getHttpRequest()HttpRequestLogEntry. 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.BuilderLogEntry.Builder. setHttpRequest(HttpRequest httpRequest)Sets information about the HTTP request associated with this log entry, if applicable.Context.BuilderContext.Builder. setRequest(HttpRequest request)Sets the HTTP request.
-