Google Cloud Dataproc v1 API - Class RuntimeInfo (5.3.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

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
MapField<String, String>

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