Show / Hide Table of Contents

Class PollingOptions

Inheritance
object
PollingOptions
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.DeploymentManager.v2beta.Data
Assembly: Google.Apis.DeploymentManager.v2beta.dll
Syntax
public class PollingOptions : IDirectResponseSchema

Properties

Diagnostics

An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.

Declaration
[JsonProperty("diagnostics")]
public virtual IList<Diagnostic> Diagnostics { get; set; }
Property Value
Type Description
IList<Diagnostic>

ETag

The ETag of the item.

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

FailCondition

JsonPath expression that determines if the request failed.

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

FinishCondition

JsonPath expression that determines if the request is completed.

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

PollingLink

JsonPath expression that evaluates to string, it indicates where to poll.

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

TargetLink

JsonPath expression, after polling is completed, indicates where to fetch the resource.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX