GoogleCloudApigeeV1TraceConfig constructor
GoogleCloudApigeeV1TraceConfig({
- String? endpoint,
- String? exporter,
- GoogleCloudApigeeV1TraceConfigOtelMtlsConfig? mtlsConfig,
- String? otelCollectorSecurityScheme,
- GoogleCloudApigeeV1TraceSamplingConfig? samplingConfig,
- String? spanSemantics,
- String? traceProtocol,
Implementation
GoogleCloudApigeeV1TraceConfig({
this.endpoint,
this.exporter,
this.mtlsConfig,
this.otelCollectorSecurityScheme,
this.samplingConfig,
this.spanSemantics,
this.traceProtocol,
});