View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Point (google_api_apigee v0.46.0)

Point is a group of information collected by runtime plane at critical points of the message flow of the processed API request. This is a list of supported point IDs, categorized to three major buckets. For each category, debug points that we are currently supporting are listed below: - Flow status debug points: StateChange FlowInfo Condition Execution DebugMask Error - Flow control debug points: FlowCallout Paused Resumed FlowReturn BreakFlow Error - Runtime debug points: ScriptExecutor FlowCalloutStepDefinition CustomTarget StepDefinition Oauth2ServicePoint RaiseFault NodeJS The detail information of the given debug point is stored in a list of results.

Attributes

  • id (type: String.t, default: nil) - Name of a step in the transaction.
  • results (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Result.t), default: nil) - List of results extracted from a given debug point.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Point{
  id: String.t() | nil,
  results: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Result.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.