Show / Hide Table of Contents

Class PublishStatus

Publish status of a custom connector.

Inheritance
object
PublishStatus
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.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class PublishStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PublishState

Output only. Publish state of the custom connector.

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

PublishTime

object representation of PublishTimeRaw.

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

PublishTimeDateTimeOffset

DateTimeOffset representation of PublishTimeRaw.

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

PublishTimeRaw

Output only. Publish time.

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

PublishedAs

Output only. Partner connector name. Will be set on the custom connector. Format: providers/partner/connectors//versions/

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

PublishedSource

Output only. Custom connector name. Will be set on the partner connector. Format: providers/customconnectors/connectors//versions/

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX