| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
HttpCacheControlResponseHeader |
HttpCacheControlResponseHeader.clone() |
HttpCacheControlResponseHeader |
GetJSONWebKeysResponse.getCacheHeader()
OnePlatform automatically extracts this field and uses it to set the HTTP Cache-Control header.
|
HttpCacheControlResponseHeader |
GetOpenIDConfigResponse.getCacheHeader()
OnePlatform automatically extracts this field and uses it to set the HTTP Cache-Control header.
|
HttpCacheControlResponseHeader |
HttpCacheControlResponseHeader.set(java.lang.String fieldName,
java.lang.Object value) |
HttpCacheControlResponseHeader |
HttpCacheControlResponseHeader.setAge(java.lang.Long age)
14.6 response cache age, in seconds since the response is generated
|
HttpCacheControlResponseHeader |
HttpCacheControlResponseHeader.setDirective(java.lang.String directive)
14.9 request and response directives
|
HttpCacheControlResponseHeader |
HttpCacheControlResponseHeader.setExpires(java.lang.String expires)
14.21 response cache expires, in RFC 1123 date format
|
| Modifier and Type | Method and Description |
|---|---|
GetJSONWebKeysResponse |
GetJSONWebKeysResponse.setCacheHeader(HttpCacheControlResponseHeader cacheHeader)
OnePlatform automatically extracts this field and uses it to set the HTTP Cache-Control header.
|
GetOpenIDConfigResponse |
GetOpenIDConfigResponse.setCacheHeader(HttpCacheControlResponseHeader cacheHeader)
OnePlatform automatically extracts this field and uses it to set the HTTP Cache-Control header.
|