CallMetadata
Common metadata for a call through Elide's invocation API; this record carries metadata which is pertinent to the
call itself, and to logging records which describe the call.
Content copied to clipboard
elide.call.CallMetadata
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies an optional "application ID," which can be used to identify the app being invoked.
Content copied to clipboard
string app_id = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.
Content copied to clipboard
string request_id = 2;
Link copied to clipboard
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.
Content copied to clipboard
string request_id = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): CallMetadata
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard