public static interface LedgerIdentityServiceOuterClass.GetLedgerIdentityRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
TraceContextOuterClass.TraceContext |
getTraceContext()
Server side tracing will be registered as a child of the submitted context.
|
TraceContextOuterClass.TraceContextOrBuilder |
getTraceContextOrBuilder()
Server side tracing will be registered as a child of the submitted context.
|
boolean |
hasTraceContext()
Server side tracing will be registered as a child of the submitted context.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTraceContext()
Server side tracing will be registered as a child of the submitted context. This field is a future extension point and is currently not supported. Optional
.com.daml.ledger.api.v1.TraceContext trace_context = 1000[json_name = "traceContext"];
TraceContextOuterClass.TraceContext getTraceContext()
Server side tracing will be registered as a child of the submitted context. This field is a future extension point and is currently not supported. Optional
.com.daml.ledger.api.v1.TraceContext trace_context = 1000[json_name = "traceContext"];
TraceContextOuterClass.TraceContextOrBuilder getTraceContextOrBuilder()
Server side tracing will be registered as a child of the submitted context. This field is a future extension point and is currently not supported. Optional
.com.daml.ledger.api.v1.TraceContext trace_context = 1000[json_name = "traceContext"];