setRequestIdBytes

open fun setRequestIdBytes(value: ByteString): CallMetadata.Builder
Specifies an optional "request ID," which can be used to identify this invocation cycle in logging or telemetry
systems. Request IDs should always be attached to tracing which results from a given request cycle.
string request_id = 2;

Return

This builder for chaining.

Parameters

value

The bytes for requestId to set.