View Source GoogleApi.ToolResults.V1beta3.Model.NonSdkApiInsight (google_api_tool_results v0.34.0)

Non-SDK API insights (to address debugging solutions).

Attributes

  • exampleTraceMessages (type: list(String.t), default: nil) - Optional sample stack traces, for which this insight applies (there should be at least one).
  • matcherId (type: String.t, default: nil) - A unique ID, to be used for determining the effectiveness of this particular insight in the context of a matcher. (required)
  • pendingGoogleUpdateInsight (type: GoogleApi.ToolResults.V1beta3.Model.PendingGoogleUpdateInsight.t, default: nil) - An insight indicating that the hidden API usage originates from a Google-provided library.
  • upgradeInsight (type: GoogleApi.ToolResults.V1beta3.Model.UpgradeInsight.t, default: nil) - An insight indicating that the hidden API usage originates from the use of a library that needs to be upgraded.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ToolResults.V1beta3.Model.NonSdkApiInsight{
  exampleTraceMessages: [String.t()] | nil,
  matcherId: String.t() | nil,
  pendingGoogleUpdateInsight:
    GoogleApi.ToolResults.V1beta3.Model.PendingGoogleUpdateInsight.t() | nil,
  upgradeInsight: GoogleApi.ToolResults.V1beta3.Model.UpgradeInsight.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.