Google Cloud Dataproc v1 API - Class RuntimeInfo (5.7.0)

public sealed class RuntimeInfo : IMessage<RuntimeInfo>, IEquatable<RuntimeInfo>, IDeepCloneable<RuntimeInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class RuntimeInfo.

Runtime information about workload execution.

Inheritance

object > RuntimeInfo

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

RuntimeInfo()

public RuntimeInfo()

RuntimeInfo(RuntimeInfo)

public RuntimeInfo(RuntimeInfo other)
Parameter
NameDescription
otherRuntimeInfo

Properties

ApproximateUsage

public UsageMetrics ApproximateUsage { get; set; }

Output only. Approximate workload resource usage calculated after workload finishes (see Dataproc Serverless pricing).

Property Value
TypeDescription
UsageMetrics

CurrentUsage

public UsageSnapshot CurrentUsage { get; set; }

Output only. Snapshot of current workload resource usage.

Property Value
TypeDescription
UsageSnapshot

DiagnosticOutputUri

public string DiagnosticOutputUri { get; set; }

Output only. A URI pointing to the location of the diagnostics tarball.

Property Value
TypeDescription
string

Endpoints

public MapField<string, string> Endpoints { get; }

Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.

Property Value
TypeDescription
MapFieldstringstring

OutputUri

public string OutputUri { get; set; }

Output only. A URI pointing to the location of the stdout and stderr of the workload.

Property Value
TypeDescription
string