GoogleCloudApigeeV1RuntimeSpecGenerationAddonConfig class

Runtime configuration for the Spec Generation add-on.

All fields are proto3 primitives (bool, string, double) rather than google.protobuf.*Value wrappers because the runtime consumer deserializes the JSON via Gson field reflection with no registered type adapters. Wrapper types would serialize as JSON objects/null that Gson cannot bind to Java primitive fields.

Constructors

GoogleCloudApigeeV1RuntimeSpecGenerationAddonConfig({String? apiObservationsPubsubTopic, bool? enabled, String? enabledUntil, String? rawObservationsPubsubTopic, double? samplingRate})
GoogleCloudApigeeV1RuntimeSpecGenerationAddonConfig.fromJson(Map json_)

Properties

apiObservationsPubsubTopic String?
Full Pub/Sub topic path in the Apigee Runtime Tenant Project where the Schema Inferring Engine publishes inferred ApiObservation messages.
getter/setter pair
enabled bool?
Whether the Spec Generation add-on is active for this environment.
getter/setter pair
enabledUntil String?
ISO-8601 timestamp until which Spec Generation remains active (e.g. "2026-12-31T23:59:59Z").
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rawObservationsPubsubTopic String?
Full Pub/Sub topic path in the Apigee Runtime Tenant Project where the message processor publishes captured RawObservation messages.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samplingRate double?
Fraction of eligible transactions to capture, in [0.0, 1.0].
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