Class GoogleChromeManagementVersionsV1ConnectorConfigStatus
The status of the connector config.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1ConnectorConfigStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FailureStartTime
object representation of FailureStartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use FailureStartTimeDateTimeOffset instead.")]
public virtual object FailureStartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
FailureStartTimeDateTimeOffset
DateTimeOffset representation of FailureStartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? FailureStartTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
FailureStartTimeRaw
Output only. Field recording time of the earliest failure since the last success event. This field is only
set when the state is DISABLED_BY_FAILURES.
Declaration
[JsonProperty("failureStartTime")]
public virtual string FailureStartTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. The state of the connector config. The connector state is disabled if the connector has not successfully sent an event in the last 24 hours.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
UpdateTimeRaw
Output only. Field recording time of most recent modification of the status. For ENABLED, this is the time
the status was changed to ENABLED. For DISABLED_BY_FAILURES, this is the time of the most recent failed
attempt to send an event to this config.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |