Package | Description |
---|---|
com.google.api.services.servicecontrol.v2.model |
Modifier and Type | Method and Description |
---|---|
Request |
Request.clone() |
Request |
AttributeContext.getRequest()
Represents a network request, such as an HTTP request.
|
Request |
RequestMetadata.getRequestAttributes()
Request attributes used in IAM condition evaluation.
|
Request |
Request.set(String fieldName,
Object value) |
Request |
Request.setAuth(Auth auth)
The request authentication.
|
Request |
Request.setHeaders(Map<String,String> headers)
The HTTP request headers.
|
Request |
Request.setHost(String host)
The HTTP request `Host` header value.
|
Request |
Request.setId(String id)
The unique ID for a request, which can be propagated to downstream systems.
|
Request |
Request.setMethod(String method)
The HTTP request method, such as `GET`, `POST`.
|
Request |
Request.setPath(String path)
The HTTP URL path, excluding the query parameters.
|
Request |
Request.setProtocol(String protocol)
The network protocol used with the request, such as "http/1.1", "spdy/3", "h2", "h2c",
"webrtc", "tcp", "udp", "quic".
|
Request |
Request.setQuery(String query)
The HTTP URL query in the format of `name1=value1=value2`, as it appears in the first line of
the HTTP request.
|
Request |
Request.setReason(String reason)
A special parameter for request reason.
|
Request |
Request.setScheme(String scheme)
The HTTP URL scheme, such as `http` and `https`.
|
Request |
Request.setSize(Long size)
The HTTP request size in bytes.
|
Request |
Request.setTime(String time)
The timestamp when the `destination` service receives the last byte of the request.
|
Modifier and Type | Method and Description |
---|---|
AttributeContext |
AttributeContext.setRequest(Request request)
Represents a network request, such as an HTTP request.
|
RequestMetadata |
RequestMetadata.setRequestAttributes(Request requestAttributes)
Request attributes used in IAM condition evaluation.
|
Copyright © 2011–2023 Google. All rights reserved.