GoogleCloudApigeeV1TraceConfig class
TraceConfig defines the configurations in an environment of distributed trace.
Constructors
- GoogleCloudApigeeV1TraceConfig({String? endpoint, String? exporter, GoogleCloudApigeeV1TraceSamplingConfig? samplingConfig})
- 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
OpenCensus.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samplingConfig ↔ GoogleCloudApigeeV1TraceSamplingConfig?
-
Distributed trace configuration for all API proxies in an environment.
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