public static final class FileBasedMetadataConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FileBasedMetadataConfig.Builder> implements FileBasedMetadataConfigOrBuilder
envoy.config.grpc_credential.v3.FileBasedMetadataConfig| Modifier and Type | Method and Description |
|---|---|
FileBasedMetadataConfig.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FileBasedMetadataConfig |
build() |
FileBasedMetadataConfig |
buildPartial() |
FileBasedMetadataConfig.Builder |
clear() |
FileBasedMetadataConfig.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FileBasedMetadataConfig.Builder |
clearHeaderKey()
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; |
FileBasedMetadataConfig.Builder |
clearHeaderPrefix()
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; |
FileBasedMetadataConfig.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FileBasedMetadataConfig.Builder |
clearSecretData()
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.config.core.v3.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true]; |
FileBasedMetadataConfig.Builder |
clone() |
FileBasedMetadataConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.config.core.v3.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true]; |
DataSource.Builder |
getSecretDataBuilder()
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.config.core.v3.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.config.core.v3.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.config.core.v3.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true]; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FileBasedMetadataConfig.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FileBasedMetadataConfig.Builder |
mergeFrom(FileBasedMetadataConfig other) |
FileBasedMetadataConfig.Builder |
mergeFrom(com.google.protobuf.Message other) |
FileBasedMetadataConfig.Builder |
mergeSecretData(DataSource value)
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.config.core.v3.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true]; |
FileBasedMetadataConfig.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FileBasedMetadataConfig.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FileBasedMetadataConfig.Builder |
setHeaderKey(String value)
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; |
FileBasedMetadataConfig.Builder |
setHeaderKeyBytes(com.google.protobuf.ByteString value)
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; |
FileBasedMetadataConfig.Builder |
setHeaderPrefix(String value)
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; |
FileBasedMetadataConfig.Builder |
setHeaderPrefixBytes(com.google.protobuf.ByteString value)
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; |
FileBasedMetadataConfig.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FileBasedMetadataConfig.Builder |
setSecretData(DataSource.Builder builderForValue)
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.config.core.v3.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true]; |
FileBasedMetadataConfig.Builder |
setSecretData(DataSource value)
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.config.core.v3.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true]; |
FileBasedMetadataConfig.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<FileBasedMetadataConfig.Builder>public FileBasedMetadataConfig.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<FileBasedMetadataConfig.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<FileBasedMetadataConfig.Builder>public FileBasedMetadataConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FileBasedMetadataConfig build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic FileBasedMetadataConfig buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic FileBasedMetadataConfig.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<FileBasedMetadataConfig.Builder>public FileBasedMetadataConfig.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<FileBasedMetadataConfig.Builder>public FileBasedMetadataConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<FileBasedMetadataConfig.Builder>public FileBasedMetadataConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<FileBasedMetadataConfig.Builder>public FileBasedMetadataConfig.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FileBasedMetadataConfig.Builder>public FileBasedMetadataConfig.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FileBasedMetadataConfig.Builder>public FileBasedMetadataConfig.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FileBasedMetadataConfig.Builder>public FileBasedMetadataConfig.Builder mergeFrom(FileBasedMetadataConfig other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<FileBasedMetadataConfig.Builder>public FileBasedMetadataConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FileBasedMetadataConfig.Builder>IOExceptionpublic 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.config.core.v3.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true];hasSecretData in interface FileBasedMetadataConfigOrBuilderpublic 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.config.core.v3.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true];getSecretData in interface FileBasedMetadataConfigOrBuilderpublic FileBasedMetadataConfig.Builder setSecretData(DataSource value)
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.config.core.v3.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true];public FileBasedMetadataConfig.Builder setSecretData(DataSource.Builder builderForValue)
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.config.core.v3.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true];public FileBasedMetadataConfig.Builder mergeSecretData(DataSource value)
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.config.core.v3.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true];public FileBasedMetadataConfig.Builder clearSecretData()
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.config.core.v3.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true];public DataSource.Builder getSecretDataBuilder()
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.config.core.v3.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true];public 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.config.core.v3.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true];getSecretDataOrBuilder in interface FileBasedMetadataConfigOrBuilderpublic 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;getHeaderKey in interface FileBasedMetadataConfigOrBuilderpublic 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;getHeaderKeyBytes in interface FileBasedMetadataConfigOrBuilderpublic FileBasedMetadataConfig.Builder setHeaderKey(String value)
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;public FileBasedMetadataConfig.Builder clearHeaderKey()
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;public FileBasedMetadataConfig.Builder setHeaderKeyBytes(com.google.protobuf.ByteString value)
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;public 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;getHeaderPrefix in interface FileBasedMetadataConfigOrBuilderpublic 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;getHeaderPrefixBytes in interface FileBasedMetadataConfigOrBuilderpublic FileBasedMetadataConfig.Builder setHeaderPrefix(String value)
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;public FileBasedMetadataConfig.Builder clearHeaderPrefix()
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;public FileBasedMetadataConfig.Builder setHeaderPrefixBytes(com.google.protobuf.ByteString value)
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;public final FileBasedMetadataConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FileBasedMetadataConfig.Builder>public final FileBasedMetadataConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FileBasedMetadataConfig.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.