public interface CacheInvalidationRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
If set, this invalidation rule will only apply to requests with a Host header matching host.
|
com.google.protobuf.ByteString |
getHostBytes()
If set, this invalidation rule will only apply to requests with a Host header matching host.
|
String |
getPath()
optional string path = 3433509; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 3433509; |
boolean |
hasHost()
If set, this invalidation rule will only apply to requests with a Host header matching host.
|
boolean |
hasPath()
optional string path = 3433509; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHost()
If set, this invalidation rule will only apply to requests with a Host header matching host.
optional string host = 3208616;String getHost()
If set, this invalidation rule will only apply to requests with a Host header matching host.
optional string host = 3208616;com.google.protobuf.ByteString getHostBytes()
If set, this invalidation rule will only apply to requests with a Host header matching host.
optional string host = 3208616;boolean hasPath()
optional string path = 3433509;String getPath()
optional string path = 3433509;com.google.protobuf.ByteString getPathBytes()
optional string path = 3433509;Copyright © 2023 Google LLC. All rights reserved.