Uses of Class
io.envoyproxy.envoy.extensions.grpc_service.call_credentials.file_based_metadata.v3.FileBasedMetadataCallCredentials.Builder
Packages that use FileBasedMetadataCallCredentials.Builder
Package
Description
-
Uses of FileBasedMetadataCallCredentials.Builder in io.envoyproxy.envoy.extensions.grpc_service.call_credentials.file_based_metadata.v3
Methods in io.envoyproxy.envoy.extensions.grpc_service.call_credentials.file_based_metadata.v3 that return FileBasedMetadataCallCredentials.BuilderModifier and TypeMethodDescriptionFileBasedMetadataCallCredentials.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FileBasedMetadataCallCredentials.Builder.clear()FileBasedMetadataCallCredentials.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) FileBasedMetadataCallCredentials.Builder.clearHeaderKey()Metadata header key to use for sending the secret data if no header key is set, "authorization" header will be usedFileBasedMetadataCallCredentials.Builder.clearHeaderPrefix()Prefix to prepend to the secret in the metadata header if no prefix is set, the default is to use no prefixFileBasedMetadataCallCredentials.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) FileBasedMetadataCallCredentials.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 connectionFileBasedMetadataCallCredentials.Builder.clone()FileBasedMetadataCallCredentials.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FileBasedMetadataCallCredentials.Builder.mergeFrom(com.google.protobuf.Message other) FileBasedMetadataCallCredentials.Builder.mergeFrom(FileBasedMetadataCallCredentials other) FileBasedMetadataCallCredentials.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 connectionFileBasedMetadataCallCredentials.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FileBasedMetadataCallCredentials.newBuilder()FileBasedMetadataCallCredentials.newBuilder(FileBasedMetadataCallCredentials prototype) FileBasedMetadataCallCredentials.newBuilderForType()protected FileBasedMetadataCallCredentials.BuilderFileBasedMetadataCallCredentials.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FileBasedMetadataCallCredentials.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FileBasedMetadataCallCredentials.Builder.setHeaderKey(String value) Metadata header key to use for sending the secret data if no header key is set, "authorization" header will be usedFileBasedMetadataCallCredentials.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 usedFileBasedMetadataCallCredentials.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 prefixFileBasedMetadataCallCredentials.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 prefixFileBasedMetadataCallCredentials.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FileBasedMetadataCallCredentials.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 connectionFileBasedMetadataCallCredentials.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 connectionFileBasedMetadataCallCredentials.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FileBasedMetadataCallCredentials.toBuilder()