Show / Hide Table of Contents

Class AnalysisResult

An analysis result including blockers and warnings.

Inheritance
object
AnalysisResult
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.ServiceUsage.v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class AnalysisResult : IDirectResponseSchema

Properties

Blockers

Blocking information that would prevent the policy changes at runtime.

Declaration
[JsonProperty("blockers")]
public virtual IList<Impact> Blockers { get; set; }
Property Value
Type Description
IList<Impact>

ETag

The ETag of the item.

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

Warnings

Warning information indicating that the policy changes might be unsafe, but will not block the changes at runtime.

Declaration
[JsonProperty("warnings")]
public virtual IList<Impact> Warnings { get; set; }
Property Value
Type Description
IList<Impact>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX