Uses of Class
io.grpc.binarylog.v1.Metadata
Packages that use Metadata
-
Uses of Metadata in io.grpc.binarylog.v1
Methods in io.grpc.binarylog.v1 that return MetadataModifier and TypeMethodDescriptionMetadata.Builder.build()Metadata.Builder.buildPartial()static MetadataMetadata.getDefaultInstance()Metadata.Builder.getDefaultInstanceForType()Metadata.getDefaultInstanceForType()ClientHeader.Builder.getMetadata()This contains only the metadata from the application.ClientHeader.getMetadata()This contains only the metadata from the application.ClientHeaderOrBuilder.getMetadata()This contains only the metadata from the application.ServerHeader.Builder.getMetadata()This contains only the metadata from the application.ServerHeader.getMetadata()This contains only the metadata from the application.ServerHeaderOrBuilder.getMetadata()This contains only the metadata from the application.Trailer.Builder.getMetadata()This contains only the metadata from the application.Trailer.getMetadata()This contains only the metadata from the application.TrailerOrBuilder.getMetadata()This contains only the metadata from the application.static MetadataMetadata.parseDelimitedFrom(InputStream input) static MetadataMetadata.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataMetadata.parseFrom(byte[] data) static MetadataMetadata.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataMetadata.parseFrom(com.google.protobuf.ByteString data) static MetadataMetadata.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataMetadata.parseFrom(com.google.protobuf.CodedInputStream input) static MetadataMetadata.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataMetadata.parseFrom(InputStream input) static MetadataMetadata.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetadataMetadata.parseFrom(ByteBuffer data) static MetadataMetadata.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.binarylog.v1 that return types with arguments of type MetadataModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Metadata> Metadata.getParserForType()static com.google.protobuf.Parser<Metadata> Metadata.parser()Methods in io.grpc.binarylog.v1 with parameters of type MetadataModifier and TypeMethodDescriptionClientHeader.Builder.mergeMetadata(Metadata value) This contains only the metadata from the application.ServerHeader.Builder.mergeMetadata(Metadata value) This contains only the metadata from the application.Trailer.Builder.mergeMetadata(Metadata value) This contains only the metadata from the application.static Metadata.BuilderMetadata.newBuilder(Metadata prototype) ClientHeader.Builder.setMetadata(Metadata value) This contains only the metadata from the application.ServerHeader.Builder.setMetadata(Metadata value) This contains only the metadata from the application.Trailer.Builder.setMetadata(Metadata value) This contains only the metadata from the application.