Show / Hide Table of Contents

Class AnalyzeOperationMetadata

Metadata describing the Analyze operation.

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

Properties

AnalyzedWorkloadName

Output only. name of the workload being analyzed.

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

AnalyzedWorkloadType

Output only. Type of the workload being analyzed.

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

AnalyzedWorkloadUuid

Output only. unique identifier of the workload typically generated by control plane. E.g. batch uuid.

Declaration
[JsonProperty("analyzedWorkloadUuid")]
public virtual string AnalyzedWorkloadUuid { 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>

Warnings

Output only. Warnings encountered during operation execution.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX