Class RealtimeSessionCreateResponse.Tracing.TracingConfiguration
-
- All Implemented Interfaces:
public final class RealtimeSessionCreateResponse.Tracing.TracingConfigurationGranular configuration for tracing.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRealtimeSessionCreateResponse.Tracing.TracingConfiguration.BuilderA builder for TracingConfiguration.
-
Method Summary
Modifier and Type Method Description final Optional<String>groupId()The group id to attach to this trace to enable filtering and grouping in the Traces Dashboard. final JsonValue_metadata()The arbitrary metadata to attach to this trace to enable filtering in the Traces Dashboard. final Optional<String>workflowName()The name of the workflow to attach to this trace. final JsonField<String>_groupId()Returns the raw JSON value of groupId. final JsonField<String>_workflowName()Returns the raw JSON value of workflowName. final Map<String, JsonValue>_additionalProperties()final RealtimeSessionCreateResponse.Tracing.TracingConfiguration.BuildertoBuilder()final RealtimeSessionCreateResponse.Tracing.TracingConfigurationvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RealtimeSessionCreateResponse.Tracing.TracingConfiguration.Builderbuilder()Returns a mutable builder for constructing an instance of TracingConfiguration. -
-
Method Detail
-
groupId
final Optional<String> groupId()
The group id to attach to this trace to enable filtering and grouping in the Traces Dashboard.
-
_metadata
final JsonValue _metadata()
The arbitrary metadata to attach to this trace to enable filtering in the Traces Dashboard.
-
workflowName
final Optional<String> workflowName()
The name of the workflow to attach to this trace. This is used to name the trace in the Traces Dashboard.
-
_groupId
final JsonField<String> _groupId()
Returns the raw JSON value of groupId.
Unlike groupId, this method doesn't throw if the JSON field has an unexpected type.
-
_workflowName
final JsonField<String> _workflowName()
Returns the raw JSON value of workflowName.
Unlike workflowName, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RealtimeSessionCreateResponse.Tracing.TracingConfiguration.Builder toBuilder()
-
validate
final RealtimeSessionCreateResponse.Tracing.TracingConfiguration validate()
-
builder
final static RealtimeSessionCreateResponse.Tracing.TracingConfiguration.Builder builder()
Returns a mutable builder for constructing an instance of TracingConfiguration.
-
-
-
-