public interface CdnLoopConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCdnId()
The CDN identifier to use for loop checks and to append to the
CDN-Loop header.
|
com.google.protobuf.ByteString |
getCdnIdBytes()
The CDN identifier to use for loop checks and to append to the
CDN-Loop header.
|
int |
getMaxAllowedOccurrences()
The maximum allowed count of cdn_id in the downstream CDN-Loop
request header.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCdnId()
The CDN identifier to use for loop checks and to append to the CDN-Loop header. RFC 8586 calls this the cdn-id. The cdn-id can either be a pseudonym or hostname the CDN is in control of. cdn_id must not be empty.
string cdn_id = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getCdnIdBytes()
The CDN identifier to use for loop checks and to append to the CDN-Loop header. RFC 8586 calls this the cdn-id. The cdn-id can either be a pseudonym or hostname the CDN is in control of. cdn_id must not be empty.
string cdn_id = 1 [(.validate.rules) = { ... }int getMaxAllowedOccurrences()
The maximum allowed count of cdn_id in the downstream CDN-Loop request header. The default of 0 means a request can transit the CdnLoopFilter once. A value of 1 means that a request can transit the CdnLoopFilter twice and so on.
uint32 max_allowed_occurrences = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.