Show / Hide Table of Contents

Class NonSdkApiInsight

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

Inheritance
object
NonSdkApiInsight
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class NonSdkApiInsight : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExampleTraceMessages

Optional sample stack traces, for which this insight applies (there should be at least one).

Declaration
[JsonProperty("exampleTraceMessages")]
public virtual IList<string> ExampleTraceMessages { get; set; }
Property Value
Type Description
IList<string>

MatcherId

A unique ID, to be used for determining the effectiveness of this particular insight in the context of a matcher. (required)

Declaration
[JsonProperty("matcherId")]
public virtual string MatcherId { get; set; }
Property Value
Type Description
string

PendingGoogleUpdateInsight

An insight indicating that the hidden API usage originates from a Google-provided library.

Declaration
[JsonProperty("pendingGoogleUpdateInsight")]
public virtual PendingGoogleUpdateInsight PendingGoogleUpdateInsight { get; set; }
Property Value
Type Description
PendingGoogleUpdateInsight

UpgradeInsight

An insight indicating that the hidden API usage originates from the use of a library that needs to be upgraded.

Declaration
[JsonProperty("upgradeInsight")]
public virtual UpgradeInsight UpgradeInsight { get; set; }
Property Value
Type Description
UpgradeInsight

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX