Uses of Class
io.grpc.binarylog.v1.Metadata.Builder
Packages that use Metadata.Builder
-
Uses of Metadata.Builder in io.grpc.binarylog.v1
Subclasses with type arguments of type Metadata.Builder in io.grpc.binarylog.v1Modifier and TypeClassDescriptionstatic final classA list of metadata pairs, used in the payload of client header, server header, and server trailer.Methods in io.grpc.binarylog.v1 that return Metadata.BuilderModifier and TypeMethodDescriptionMetadata.Builder.addAllEntry(Iterable<? extends MetadataEntry> values) repeated .grpc.binarylog.v1.MetadataEntry entry = 1;Metadata.Builder.addEntry(int index, MetadataEntry value) repeated .grpc.binarylog.v1.MetadataEntry entry = 1;Metadata.Builder.addEntry(int index, MetadataEntry.Builder builderForValue) repeated .grpc.binarylog.v1.MetadataEntry entry = 1;Metadata.Builder.addEntry(MetadataEntry value) repeated .grpc.binarylog.v1.MetadataEntry entry = 1;Metadata.Builder.addEntry(MetadataEntry.Builder builderForValue) repeated .grpc.binarylog.v1.MetadataEntry entry = 1;Metadata.Builder.clear()Metadata.Builder.clearEntry()repeated .grpc.binarylog.v1.MetadataEntry entry = 1;ClientHeader.Builder.getMetadataBuilder()This contains only the metadata from the application.ServerHeader.Builder.getMetadataBuilder()This contains only the metadata from the application.Trailer.Builder.getMetadataBuilder()This contains only the metadata from the application.Metadata.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Metadata.Builder.mergeFrom(com.google.protobuf.Message other) static Metadata.BuilderMetadata.newBuilder()static Metadata.BuilderMetadata.newBuilder(Metadata prototype) Metadata.newBuilderForType()protected Metadata.BuilderMetadata.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Metadata.Builder.removeEntry(int index) repeated .grpc.binarylog.v1.MetadataEntry entry = 1;Metadata.Builder.setEntry(int index, MetadataEntry value) repeated .grpc.binarylog.v1.MetadataEntry entry = 1;Metadata.Builder.setEntry(int index, MetadataEntry.Builder builderForValue) repeated .grpc.binarylog.v1.MetadataEntry entry = 1;Metadata.toBuilder()Methods in io.grpc.binarylog.v1 with parameters of type Metadata.BuilderModifier and TypeMethodDescriptionClientHeader.Builder.setMetadata(Metadata.Builder builderForValue) This contains only the metadata from the application.ServerHeader.Builder.setMetadata(Metadata.Builder builderForValue) This contains only the metadata from the application.Trailer.Builder.setMetadata(Metadata.Builder builderForValue) This contains only the metadata from the application.