Uses of Class
io.grpc.Attributes.Builder
Packages that use Attributes.Builder
-
Uses of Attributes.Builder in io.grpc
Methods in io.grpc that return Attributes.BuilderModifier and TypeMethodDescriptionAttributes.Builder.discard(Attributes.Key<T> key) Removes the key and associated value from the attributes.static Attributes.BuilderAttributes.newBuilder()Create a new builder.static Attributes.BuilderAttributes.newBuilder(Attributes base) Deprecated.Attributes.Builder.set(Attributes.Key<T> key, T value) Attributes.Builder.setAll(Attributes other) Attributes.toBuilder()Creates a new builder that is pre-populated with the content of this container.
Attributes.toBuilder()on theAttributesinstance instead.