Show / Hide Table of Contents

Class QueueingPolicy

Defines the policy of the QueuedRequest.

Inheritance
object
QueueingPolicy
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.TPU.v2alpha1.Data
Assembly: Google.Apis.TPU.v2alpha1.dll
Syntax
public class QueueingPolicy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ValidAfterDuration

A relative time after which resources may be created.

Declaration
[JsonProperty("validAfterDuration")]
public virtual object ValidAfterDuration { get; set; }
Property Value
Type Description
object

ValidAfterTime

object representation of ValidAfterTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ValidAfterTimeDateTimeOffset instead.")]
public virtual object ValidAfterTime { get; set; }
Property Value
Type Description
object

ValidAfterTimeDateTimeOffset

DateTimeOffset representation of ValidAfterTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ValidAfterTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ValidAfterTimeRaw

An absolute time at which resources may be created.

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

ValidInterval

An absolute time interval within which resources may be created.

Declaration
[JsonProperty("validInterval")]
public virtual Interval ValidInterval { get; set; }
Property Value
Type Description
Interval

ValidUntilDuration

A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.

Declaration
[JsonProperty("validUntilDuration")]
public virtual object ValidUntilDuration { get; set; }
Property Value
Type Description
object

ValidUntilTime

object representation of ValidUntilTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ValidUntilTimeDateTimeOffset instead.")]
public virtual object ValidUntilTime { get; set; }
Property Value
Type Description
object

ValidUntilTimeDateTimeOffset

DateTimeOffset representation of ValidUntilTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ValidUntilTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ValidUntilTimeRaw

An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX