public interface BackendBucketCdnPolicyCacheKeyPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIncludeHttpHeaders(int index)
Allows HTTP request headers (by name) to be used in the cache key.
|
com.google.protobuf.ByteString |
getIncludeHttpHeadersBytes(int index)
Allows HTTP request headers (by name) to be used in the cache key.
|
int |
getIncludeHttpHeadersCount()
Allows HTTP request headers (by name) to be used in the cache key.
|
List<String> |
getIncludeHttpHeadersList()
Allows HTTP request headers (by name) to be used in the cache key.
|
String |
getQueryStringWhitelist(int index)
Names of query string parameters to include in cache keys.
|
com.google.protobuf.ByteString |
getQueryStringWhitelistBytes(int index)
Names of query string parameters to include in cache keys.
|
int |
getQueryStringWhitelistCount()
Names of query string parameters to include in cache keys.
|
List<String> |
getQueryStringWhitelistList()
Names of query string parameters to include in cache keys.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getIncludeHttpHeadersList()
Allows HTTP request headers (by name) to be used in the cache key.
repeated string include_http_headers = 2489606;int getIncludeHttpHeadersCount()
Allows HTTP request headers (by name) to be used in the cache key.
repeated string include_http_headers = 2489606;String getIncludeHttpHeaders(int index)
Allows HTTP request headers (by name) to be used in the cache key.
repeated string include_http_headers = 2489606;index - The index of the element to return.com.google.protobuf.ByteString getIncludeHttpHeadersBytes(int index)
Allows HTTP request headers (by name) to be used in the cache key.
repeated string include_http_headers = 2489606;index - The index of the value to return.List<String> getQueryStringWhitelistList()
Names of query string parameters to include in cache keys. Default parameters are always included. '&' and '=' will be percent encoded and not treated as delimiters.
repeated string query_string_whitelist = 52456496;int getQueryStringWhitelistCount()
Names of query string parameters to include in cache keys. Default parameters are always included. '&' and '=' will be percent encoded and not treated as delimiters.
repeated string query_string_whitelist = 52456496;String getQueryStringWhitelist(int index)
Names of query string parameters to include in cache keys. Default parameters are always included. '&' and '=' will be percent encoded and not treated as delimiters.
repeated string query_string_whitelist = 52456496;index - The index of the element to return.com.google.protobuf.ByteString getQueryStringWhitelistBytes(int index)
Names of query string parameters to include in cache keys. Default parameters are always included. '&' and '=' will be percent encoded and not treated as delimiters.
repeated string query_string_whitelist = 52456496;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.