Show / Hide Table of Contents

Class ConnectionSchemaMetadata

ConnectionSchemaMetadata is the singleton resource of each connection. It includes the entity and action names of runtime resources exposed by a connection backend.

Inheritance
object
ConnectionSchemaMetadata
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 ConnectionSchemaMetadata : IDirectResponseSchema

Properties

Actions

Output only. List of actions.

Declaration
[JsonProperty("actions")]
public virtual IList<string> Actions { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

Entities

Output only. List of entity names.

Declaration
[JsonProperty("entities")]
public virtual IList<string> Entities { get; set; }
Property Value
Type Description
IList<string>

ErrorMessage

Error message for users.

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

Name

Output only. Resource name. Format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata

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

RefreshTime

object representation of RefreshTimeRaw.

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

RefreshTimeDateTimeOffset

DateTimeOffset representation of RefreshTimeRaw.

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

RefreshTimeRaw

Output only. Timestamp when the connection runtime schema refresh was triggered.

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

State

Output only. The current state of runtime schema.

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. Timestamp when the connection runtime schema was updated.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX