Google Cloud Dataproc v1 API - Class RuntimeConfig (5.10.0)

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

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

Runtime configuration for a workload.

Inheritance

object > RuntimeConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

RuntimeConfig()

public RuntimeConfig()

RuntimeConfig(RuntimeConfig)

public RuntimeConfig(RuntimeConfig other)
Parameter
NameDescription
otherRuntimeConfig

Properties

ContainerImage

public string ContainerImage { get; set; }

Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.

Property Value
TypeDescription
string

Properties

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

Optional. A mapping of property names to values, which are used to configure workload execution.

Property Value
TypeDescription
MapFieldstringstring

RepositoryConfig

public RepositoryConfig RepositoryConfig { get; set; }

Optional. Dependency repository configuration.

Property Value
TypeDescription
RepositoryConfig

Version

public string Version { get; set; }

Optional. Version of the batch runtime.

Property Value
TypeDescription
string