Uses of Class
io.grpc.Attributes.Builder
-
Packages that use Attributes.Builder Package Description io.grpc The gRPC core public API. -
-
Uses of Attributes.Builder in io.grpc
Methods in io.grpc that return Attributes.Builder Modifier and Type Method Description <T> Attributes.BuilderAttributes.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.UseAttributes.toBuilder()on theAttributesinstance instead.<T> Attributes.BuilderAttributes.Builder. set(Attributes.Key<T> key, T value)Attributes.BuilderAttributes.Builder. setAll(Attributes other)Attributes.BuilderAttributes. toBuilder()Creates a new builder that is pre-populated with the content of this container.
-