Uses of Class
io.envoyproxy.envoy.config.grpc_credential.v2alpha.FileBasedMetadataConfig.Builder
Packages that use FileBasedMetadataConfig.Builder
-
Uses of FileBasedMetadataConfig.Builder in io.envoyproxy.envoy.config.grpc_credential.v2alpha
Methods in io.envoyproxy.envoy.config.grpc_credential.v2alpha that return FileBasedMetadataConfig.BuilderModifier and TypeMethodDescriptionFileBasedMetadataConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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 usedFileBasedMetadataConfig.Builder.clearHeaderPrefix()Prefix to prepend to the secret in the metadata header if no prefix is set, the default is to use no prefixFileBasedMetadataConfig.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 connectionFileBasedMetadataConfig.Builder.clone()FileBasedMetadataConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FileBasedMetadataConfig.Builder.mergeFrom(com.google.protobuf.Message other) FileBasedMetadataConfig.Builder.mergeFrom(FileBasedMetadataConfig 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 connectionFileBasedMetadataConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FileBasedMetadataConfig.newBuilder()FileBasedMetadataConfig.newBuilder(FileBasedMetadataConfig prototype) FileBasedMetadataConfig.newBuilderForType()protected FileBasedMetadataConfig.BuilderFileBasedMetadataConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) 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 usedFileBasedMetadataConfig.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 usedFileBasedMetadataConfig.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 prefixFileBasedMetadataConfig.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 prefixFileBasedMetadataConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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 connectionFileBasedMetadataConfig.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 connectionFileBasedMetadataConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FileBasedMetadataConfig.toBuilder()