Uses of Interface
io.grpc.binarylog.v1.MetadataOrBuilder
-
Packages that use MetadataOrBuilder Package Description io.grpc.binarylog.v1 -
-
Uses of MetadataOrBuilder in io.grpc.binarylog.v1
Classes in io.grpc.binarylog.v1 that implement MetadataOrBuilder Modifier and Type Class Description class
Metadata
A list of metadata pairs, used in the payload of client header, server header, and server trailer.static class
Metadata.Builder
A list of metadata pairs, used in the payload of client header, server header, and server trailer.Methods in io.grpc.binarylog.v1 that return MetadataOrBuilder Modifier and Type Method Description MetadataOrBuilder
ClientHeader.Builder. getMetadataOrBuilder()
This contains only the metadata from the application.MetadataOrBuilder
ClientHeader. getMetadataOrBuilder()
This contains only the metadata from the application.MetadataOrBuilder
ClientHeaderOrBuilder. getMetadataOrBuilder()
This contains only the metadata from the application.MetadataOrBuilder
ServerHeader.Builder. getMetadataOrBuilder()
This contains only the metadata from the application.MetadataOrBuilder
ServerHeader. getMetadataOrBuilder()
This contains only the metadata from the application.MetadataOrBuilder
ServerHeaderOrBuilder. getMetadataOrBuilder()
This contains only the metadata from the application.MetadataOrBuilder
Trailer.Builder. getMetadataOrBuilder()
This contains only the metadata from the application.MetadataOrBuilder
Trailer. getMetadataOrBuilder()
This contains only the metadata from the application.MetadataOrBuilder
TrailerOrBuilder. getMetadataOrBuilder()
This contains only the metadata from the application.
-