GoogleCloudApigeeV1RuntimeTraceConfig constructor

GoogleCloudApigeeV1RuntimeTraceConfig({
  1. String? endpoint,
  2. String? exporter,
  3. GoogleCloudApigeeV1RuntimeTraceConfigOtelMtlsConfig? mTlsConfig,
  4. String? name,
  5. bool? openTelemetryProtocolEnabled,
  6. String? otelCollectorSecurityScheme,
  7. List<GoogleCloudApigeeV1RuntimeTraceConfigOverride>? overrides,
  8. String? revisionCreateTime,
  9. String? revisionId,
  10. GoogleCloudApigeeV1RuntimeTraceSamplingConfig? samplingConfig,
  11. String? spanSemantics,
  12. 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,
});