GoogleCloudApigeeV1RuntimeTraceConfig class
NEXT ID: 8 RuntimeTraceConfig defines the configurations for distributed trace in an environment.
Constructors
-
GoogleCloudApigeeV1RuntimeTraceConfig({String? endpoint, String? exporter, String? name, List<
GoogleCloudApigeeV1RuntimeTraceConfigOverride> ? overrides, String? revisionCreateTime, String? revisionId, GoogleCloudApigeeV1RuntimeTraceSamplingConfig? samplingConfig}) - GoogleCloudApigeeV1RuntimeTraceConfig.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
- name ↔ String?
-
Name of the trace config in the following format:
organizations/{org}/environment/{env}/traceConfig
getter/setter pair -
overrides
↔ List<
GoogleCloudApigeeV1RuntimeTraceConfigOverride> ? -
List of trace configuration overrides for spicific API proxies.
getter/setter pair
- revisionCreateTime ↔ String?
-
The timestamp that the revision was created or updated.
getter/setter pair
- revisionId ↔ String?
-
Revision number which can be used by the runtime to detect if the trace
config has changed between two versions.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samplingConfig ↔ GoogleCloudApigeeV1RuntimeTraceSamplingConfig?
-
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