Class GoogleCloudApihubV1Curation
A curation resource in the API Hub.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1Curation : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. The time at which the curation was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Optional. The description of the curation.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Required. The display name of the curation.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Endpoint
Required. The endpoint to be triggered for curation.
Declaration
[JsonProperty("endpoint")]
public virtual GoogleCloudApihubV1Endpoint Endpoint { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1Endpoint |
LastExecutionErrorCode
Output only. The error code of the last execution of the curation. The error code is populated only when the last execution state is failed.
Declaration
[JsonProperty("lastExecutionErrorCode")]
public virtual string LastExecutionErrorCode { get; set; }
Property Value
Type | Description |
---|---|
string |
LastExecutionErrorMessage
Output only. Error message describing the failure, if any, during the last execution of the curation.
Declaration
[JsonProperty("lastExecutionErrorMessage")]
public virtual string LastExecutionErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
LastExecutionState
Output only. The last execution state of the curation.
Declaration
[JsonProperty("lastExecutionState")]
public virtual string LastExecutionState { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. The name of the curation. Format: projects/{project}/locations/{location}/curations/{curation}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PluginInstanceActions
Output only. The plugin instances and associated actions that are using the curation. Note: A particular curation could be used by multiple plugin instances or multiple actions in a plugin instance.
Declaration
[JsonProperty("pluginInstanceActions")]
public virtual IList<GoogleCloudApihubV1PluginInstanceActionID> PluginInstanceActions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudApihubV1PluginInstanceActionID> |
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. The time at which the curation was last updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |