Package | Description |
---|---|
com.google.api.services.servicecontrol.v2.model |
Modifier and Type | Method and Description |
---|---|
Response |
Response.clone() |
Response |
AttributeContext.getResponse()
Represents a network response, such as an HTTP response.
|
Response |
Response.set(String fieldName,
Object value) |
Response |
Response.setBackendLatency(String backendLatency)
The amount of time it takes the backend service to fully respond to a request.
|
Response |
Response.setCode(Long code)
The HTTP response status code, such as `200` and `404`.
|
Response |
Response.setHeaders(Map<String,String> headers)
The HTTP response headers.
|
Response |
Response.setSize(Long size)
The HTTP response size in bytes.
|
Response |
Response.setTime(String time)
The timestamp when the `destination` service sends the last byte of the response.
|
Modifier and Type | Method and Description |
---|---|
AttributeContext |
AttributeContext.setResponse(Response response)
Represents a network response, such as an HTTP response.
|
Copyright © 2011–2024 Google. All rights reserved.