public interface FileBasedMetadataConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHeaderKey()
Metadata header key to use for sending the secret data
if no header key is set, "authorization" header will be used
string header_key = 2; |
com.google.protobuf.ByteString |
getHeaderKeyBytes()
Metadata header key to use for sending the secret data
if no header key is set, "authorization" header will be used
string header_key = 2; |
String |
getHeaderPrefix()
Prefix to prepend to the secret in the metadata header
if no prefix is set, the default is to use no prefix
string header_prefix = 3; |
com.google.protobuf.ByteString |
getHeaderPrefixBytes()
Prefix to prepend to the secret in the metadata header
if no prefix is set, the default is to use no prefix
string header_prefix = 3; |
DataSource |
getSecretData()
Location or inline data of secret to use for authentication of the Google gRPC connection
this secret will be attached to a header of the gRPC connection
.envoy.api.v2.core.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true]; |
DataSourceOrBuilder |
getSecretDataOrBuilder()
Location or inline data of secret to use for authentication of the Google gRPC connection
this secret will be attached to a header of the gRPC connection
.envoy.api.v2.core.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true]; |
boolean |
hasSecretData()
Location or inline data of secret to use for authentication of the Google gRPC connection
this secret will be attached to a header of the gRPC connection
.envoy.api.v2.core.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSecretData()
Location or inline data of secret to use for authentication of the Google gRPC connection this secret will be attached to a header of the gRPC connection
.envoy.api.v2.core.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true];DataSource getSecretData()
Location or inline data of secret to use for authentication of the Google gRPC connection this secret will be attached to a header of the gRPC connection
.envoy.api.v2.core.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true];DataSourceOrBuilder getSecretDataOrBuilder()
Location or inline data of secret to use for authentication of the Google gRPC connection this secret will be attached to a header of the gRPC connection
.envoy.api.v2.core.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true];String getHeaderKey()
Metadata header key to use for sending the secret data if no header key is set, "authorization" header will be used
string header_key = 2;com.google.protobuf.ByteString getHeaderKeyBytes()
Metadata header key to use for sending the secret data if no header key is set, "authorization" header will be used
string header_key = 2;String getHeaderPrefix()
Prefix to prepend to the secret in the metadata header if no prefix is set, the default is to use no prefix
string header_prefix = 3;com.google.protobuf.ByteString getHeaderPrefixBytes()
Prefix to prepend to the secret in the metadata header if no prefix is set, the default is to use no prefix
string header_prefix = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.