@Generated(value="by GAPIC") @BetaApi public final class CacheInvalidationRule extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
CacheInvalidationRule.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static CacheInvalidationRule |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getHost()
If set, this invalidation rule will only apply to requests with a Host header matching host.
|
String |
getPath() |
int |
hashCode() |
static CacheInvalidationRule.Builder |
newBuilder() |
static CacheInvalidationRule.Builder |
newBuilder(CacheInvalidationRule prototype) |
CacheInvalidationRule.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public String getHost()
public String getPath()
public static CacheInvalidationRule.Builder newBuilder()
public static CacheInvalidationRule.Builder newBuilder(CacheInvalidationRule prototype)
public CacheInvalidationRule.Builder toBuilder()
public static CacheInvalidationRule getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.