setAppIdBytes

open fun setAppIdBytes(value: ByteString): CallMetadata.Builder
Specifies an optional "application ID," which can be used to identify the app being invoked.
string app_id = 1;

Return

This builder for chaining.

Parameters

value

The bytes for appId to set.