public static class CacheInvalidationRule.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CacheInvalidationRule |
build() |
CacheInvalidationRule.Builder |
clone() |
String |
getHost()
If set, this invalidation rule will only apply to requests with a Host header matching host.
|
String |
getPath() |
CacheInvalidationRule.Builder |
mergeFrom(CacheInvalidationRule other) |
CacheInvalidationRule.Builder |
setHost(String host)
If set, this invalidation rule will only apply to requests with a Host header matching host.
|
CacheInvalidationRule.Builder |
setPath(String path) |
public CacheInvalidationRule.Builder mergeFrom(CacheInvalidationRule other)
public String getHost()
public CacheInvalidationRule.Builder setHost(String host)
public String getPath()
public CacheInvalidationRule.Builder setPath(String path)
public CacheInvalidationRule build()
public CacheInvalidationRule.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.