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 classMetadataA list of metadata pairs, used in the payload of client header, server header, and server trailer.static classMetadata.BuilderA list of metadata pairs, used in the payload of client header, server header, and server trailer.Fields in io.grpc.binarylog.v1 with type parameters of type MetadataOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Metadata,Metadata.Builder,MetadataOrBuilder>ClientHeader.Builder. metadataBuilder_private com.google.protobuf.SingleFieldBuilder<Metadata,Metadata.Builder,MetadataOrBuilder>ServerHeader.Builder. metadataBuilder_private com.google.protobuf.SingleFieldBuilder<Metadata,Metadata.Builder,MetadataOrBuilder>Trailer.Builder. metadataBuilder_Methods in io.grpc.binarylog.v1 that return MetadataOrBuilder Modifier and Type Method Description MetadataOrBuilderClientHeader.Builder. getMetadataOrBuilder()This contains only the metadata from the application.MetadataOrBuilderClientHeader. getMetadataOrBuilder()This contains only the metadata from the application.MetadataOrBuilderClientHeaderOrBuilder. getMetadataOrBuilder()This contains only the metadata from the application.MetadataOrBuilderServerHeader.Builder. getMetadataOrBuilder()This contains only the metadata from the application.MetadataOrBuilderServerHeader. getMetadataOrBuilder()This contains only the metadata from the application.MetadataOrBuilderServerHeaderOrBuilder. getMetadataOrBuilder()This contains only the metadata from the application.MetadataOrBuilderTrailer.Builder. getMetadataOrBuilder()This contains only the metadata from the application.MetadataOrBuilderTrailer. getMetadataOrBuilder()This contains only the metadata from the application.MetadataOrBuilderTrailerOrBuilder. getMetadataOrBuilder()This contains only the metadata from the application.Methods in io.grpc.binarylog.v1 that return types with arguments of type MetadataOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Metadata,Metadata.Builder,MetadataOrBuilder>ClientHeader.Builder. getMetadataFieldBuilder()This contains only the metadata from the application.private com.google.protobuf.SingleFieldBuilder<Metadata,Metadata.Builder,MetadataOrBuilder>ServerHeader.Builder. getMetadataFieldBuilder()This contains only the metadata from the application.private com.google.protobuf.SingleFieldBuilder<Metadata,Metadata.Builder,MetadataOrBuilder>Trailer.Builder. getMetadataFieldBuilder()This contains only the metadata from the application.
-