Show / Hide Table of Contents

Class WatchVariableRequest

Request for the WatchVariable() method.

Inheritance
object
WatchVariableRequest
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX