CallMetadataOrBuilder
Functions
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
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
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