google_api_tool_results v0.23.3 GoogleApi.ToolResults.V1beta3.Model.NonSdkApiInsight View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ToolResults.V1beta3.Model.NonSdkApiInsight{ exampleTraceMessages: [String.t()], matcherId: String.t(), pendingGoogleUpdateInsight: GoogleApi.ToolResults.V1beta3.Model.PendingGoogleUpdateInsight.t(), upgradeInsight: GoogleApi.ToolResults.V1beta3.Model.UpgradeInsight.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.