GoogleCloudApigeeV1RuntimeTraceConfig constructor
GoogleCloudApigeeV1RuntimeTraceConfig({
- String? endpoint,
- String? exporter,
- GoogleCloudApigeeV1RuntimeTraceConfigOtelMtlsConfig? mTlsConfig,
- String? name,
- bool? openTelemetryProtocolEnabled,
- String? otelCollectorSecurityScheme,
- List<
GoogleCloudApigeeV1RuntimeTraceConfigOverride> ? overrides, - String? revisionCreateTime,
- String? revisionId,
- GoogleCloudApigeeV1RuntimeTraceSamplingConfig? samplingConfig,
- String? spanSemantics,
- String? traceProtocol,
Implementation
GoogleCloudApigeeV1RuntimeTraceConfig({
this.endpoint,
this.exporter,
this.mTlsConfig,
this.name,
this.openTelemetryProtocolEnabled,
this.otelCollectorSecurityScheme,
this.overrides,
this.revisionCreateTime,
this.revisionId,
this.samplingConfig,
this.spanSemantics,
this.traceProtocol,
});