Class AttachmentOperationMetadata
Metadata describing the Attachment operation.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class AttachmentOperationMetadata : IDirectResponseSchema
Properties
Attachment
Output only. Name of the attachment for the operation.
Declaration
[JsonProperty("attachment")]
public virtual string Attachment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AttachmentUuid
Output only. Attachment UUID for the operation.
Declaration
[JsonProperty("attachmentUuid")]
public virtual string AttachmentUuid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 when the operation was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Output only. Short description of the operation.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DoneTime
object representation of DoneTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DoneTimeDateTimeOffset instead.")]
public virtual object DoneTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
DoneTimeDateTimeOffset
DateTimeOffset representation of DoneTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? DoneTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
DoneTimeRaw
Output only. The time when the operation finished.
Declaration
[JsonProperty("doneTime")]
public virtual string DoneTimeRaw { 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 |
Labels
Output only. Labels associated with the operation.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
OperationType
Output only. The operation type.
Declaration
[JsonProperty("operationType")]
public virtual string OperationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Warnings
Output only. Warnings encountered during operation execution.
Declaration
[JsonProperty("warnings")]
public virtual IList<string> Warnings { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |