| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
HttpCacheControlResponseHeader |
HttpCacheControlResponseHeader.clone() |
HttpCacheControlResponseHeader |
GetOpenIDConfigResponse.getCacheHeader()
For HTTP requests, this field is automatically extracted into the Cache-Control HTTP header.
|
HttpCacheControlResponseHeader |
GetJSONWebKeysResponse.getCacheHeader()
For HTTP requests, this field is automatically extracted into the Cache-Control HTTP header.
|
HttpCacheControlResponseHeader |
HttpCacheControlResponseHeader.set(String fieldName,
Object value) |
HttpCacheControlResponseHeader |
HttpCacheControlResponseHeader.setAge(Long age)
14.6 response cache age, in seconds since the response is generated
|
HttpCacheControlResponseHeader |
HttpCacheControlResponseHeader.setDirective(String directive)
14.9 request and response directives
|
HttpCacheControlResponseHeader |
HttpCacheControlResponseHeader.setExpires(String expires)
14.21 response cache expires, in RFC 1123 date format
|
| Modifier and Type | Method and Description |
|---|---|
GetOpenIDConfigResponse |
GetOpenIDConfigResponse.setCacheHeader(HttpCacheControlResponseHeader cacheHeader)
For HTTP requests, this field is automatically extracted into the Cache-Control HTTP header.
|
GetJSONWebKeysResponse |
GetJSONWebKeysResponse.setCacheHeader(HttpCacheControlResponseHeader cacheHeader)
For HTTP requests, this field is automatically extracted into the Cache-Control HTTP header.
|
Copyright © 2011–2025 Google. All rights reserved.