GoogleCloudApigeeV1TraceConfig class
TraceConfig defines the configurations in an environment of distributed trace.
Constructors
- GoogleCloudApigeeV1TraceConfig({String? endpoint, String? exporter, GoogleCloudApigeeV1TraceConfigOtelMtlsConfig? mtlsConfig, String? otelCollectorSecurityScheme, GoogleCloudApigeeV1TraceSamplingConfig? samplingConfig, String? spanSemantics, String? traceProtocol})
- GoogleCloudApigeeV1TraceConfig.fromJson(Map json_)
Properties
- endpoint ↔ String?
-
Endpoint of the exporter.
getter/setter pair
- exporter ↔ String?
-
Exporter that is used to view the distributed trace captured using the
chosen trace protocol.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mtlsConfig ↔ GoogleCloudApigeeV1TraceConfigOtelMtlsConfig?
-
mTLS configuration for the OTel Collector endpoint.
getter/setter pair
- otelCollectorSecurityScheme ↔ String?
-
The security scheme for the OTel Collector endpoint.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samplingConfig ↔ GoogleCloudApigeeV1RuntimeTraceSamplingConfig?
-
Distributed trace configuration for all API proxies in an environment.
getter/setter pair
- spanSemantics ↔ String?
-
The span semantics to use.
getter/setter pair
- traceProtocol ↔ String?
-
The trace protocol to use.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited