| Modifier and Type | Method and Description |
|---|---|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.addAllIncludeHttpHeaders(Iterable<String> values)
Allows HTTP request headers (by name) to be used in the cache key.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.addAllIncludeNamedCookies(Iterable<String> values)
Allows HTTP cookies (by name) to be used in the cache key.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.addAllQueryStringBlacklist(Iterable<String> values)
Names of query string parameters to exclude in cache keys.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.addAllQueryStringWhitelist(Iterable<String> values)
Names of query string parameters to include in cache keys.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.addIncludeHttpHeaders(String value)
Allows HTTP request headers (by name) to be used in the cache key.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.addIncludeHttpHeadersBytes(com.google.protobuf.ByteString value)
Allows HTTP request headers (by name) to be used in the cache key.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.addIncludeNamedCookies(String value)
Allows HTTP cookies (by name) to be used in the cache key.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.addIncludeNamedCookiesBytes(com.google.protobuf.ByteString value)
Allows HTTP cookies (by name) to be used in the cache key.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.addQueryStringBlacklist(String value)
Names of query string parameters to exclude in cache keys.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.addQueryStringBlacklistBytes(com.google.protobuf.ByteString value)
Names of query string parameters to exclude in cache keys.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.addQueryStringWhitelist(String value)
Names of query string parameters to include in cache keys.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.addQueryStringWhitelistBytes(com.google.protobuf.ByteString value)
Names of query string parameters to include in cache keys.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.clear() |
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.clearIncludeHost()
If true, requests to different hosts will be cached separately.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.clearIncludeHttpHeaders()
Allows HTTP request headers (by name) to be used in the cache key.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.clearIncludeNamedCookies()
Allows HTTP cookies (by name) to be used in the cache key.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.clearIncludeProtocol()
If true, http and https requests will be cached separately.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.clearIncludeQueryString()
If true, include query string parameters in the cache key according to query_string_whitelist and query_string_blacklist.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.clearQueryStringBlacklist()
Names of query string parameters to exclude in cache keys.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.clearQueryStringWhitelist()
Names of query string parameters to include in cache keys.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.clone() |
CacheKeyPolicy.Builder |
BackendServiceCdnPolicy.Builder.getCacheKeyPolicyBuilder()
The CacheKeyPolicy for this CdnPolicy.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.mergeFrom(CacheKeyPolicy other) |
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.mergeFrom(com.google.protobuf.Message other) |
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static CacheKeyPolicy.Builder |
CacheKeyPolicy.newBuilder() |
static CacheKeyPolicy.Builder |
CacheKeyPolicy.newBuilder(CacheKeyPolicy prototype) |
CacheKeyPolicy.Builder |
CacheKeyPolicy.newBuilderForType() |
protected CacheKeyPolicy.Builder |
CacheKeyPolicy.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.setIncludeHost(boolean value)
If true, requests to different hosts will be cached separately.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.setIncludeHttpHeaders(int index,
String value)
Allows HTTP request headers (by name) to be used in the cache key.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.setIncludeNamedCookies(int index,
String value)
Allows HTTP cookies (by name) to be used in the cache key.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.setIncludeProtocol(boolean value)
If true, http and https requests will be cached separately.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.setIncludeQueryString(boolean value)
If true, include query string parameters in the cache key according to query_string_whitelist and query_string_blacklist.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.setQueryStringBlacklist(int index,
String value)
Names of query string parameters to exclude in cache keys.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.setQueryStringWhitelist(int index,
String value)
Names of query string parameters to include in cache keys.
|
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CacheKeyPolicy.Builder |
CacheKeyPolicy.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CacheKeyPolicy.Builder |
CacheKeyPolicy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
BackendServiceCdnPolicy.Builder |
BackendServiceCdnPolicy.Builder.setCacheKeyPolicy(CacheKeyPolicy.Builder builderForValue)
The CacheKeyPolicy for this CdnPolicy.
|
Copyright © 2023 Google LLC. All rights reserved.