getRequestIdBytes

open fun getRequestIdBytes(): ByteString
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

The bytes for requestId.