Class WatchVariableRequest
Request for the WatchVariable()
method.
Implements
Inherited Members
Namespace: Google.Apis.CloudRuntimeConfig.v1beta1.Data
Assembly: Google.Apis.CloudRuntimeConfig.v1beta1.dll
Syntax
public class WatchVariableRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NewerThan
object representation of NewerThanRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use NewerThanDateTimeOffset instead.")]
public virtual object NewerThan { get; set; }
Property Value
Type | Description |
---|---|
object |
NewerThanDateTimeOffset
DateTimeOffset representation of NewerThanRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? NewerThanDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
NewerThanRaw
If specified, checks the current timestamp of the variable and if the current timestamp is newer than
newerThan
timestamp, the method returns immediately. If not specified or the variable has an older
timestamp, the watcher waits for a the value to change before returning.
Declaration
[JsonProperty("newerThan")]
public virtual string NewerThanRaw { get; set; }
Property Value
Type | Description |
---|---|
string |