Uses of Class
io.grpc.binarylog.v1.Metadata.Builder
Packages that use Metadata.Builder
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of Metadata.Builder in io.grpc.binarylog.v1
Fields in io.grpc.binarylog.v1 with type parameters of type Metadata.BuilderModifier and TypeFieldDescriptionprivate 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 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 that return types with arguments of type Metadata.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<Metadata, Metadata.Builder, MetadataOrBuilder> ClientHeader.Builder.internalGetMetadataFieldBuilder()This contains only the metadata from the application.private com.google.protobuf.SingleFieldBuilder<Metadata, Metadata.Builder, MetadataOrBuilder> ServerHeader.Builder.internalGetMetadataFieldBuilder()This contains only the metadata from the application.private com.google.protobuf.SingleFieldBuilder<Metadata, Metadata.Builder, MetadataOrBuilder> Trailer.Builder.internalGetMetadataFieldBuilder()This contains only the metadata from the application.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. -
Uses of Metadata.Builder in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return types with arguments of type Metadata.BuilderModifier and TypeMethodDescription(package private) static BinlogHelper.MaybeTruncated<Metadata.Builder> BinlogHelper.createMetadataProto(Metadata metadata, int maxHeaderBytes)