Class PollingOptions
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.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 |