Show / Hide Table of Contents

Class GoogleApiServiceusageV2alphaAnalysisResult

An analysis result including blockers and warnings.

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

Properties

Blockers

Blocking information that would prevent the policy changes at runtime.

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

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<GoogleApiServiceusageV2alphaImpact> Warnings { get; set; }
Property Value
Type Description
IList<GoogleApiServiceusageV2alphaImpact>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX