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.
Implements
IMessage<RuntimeConfig>, IEquatable<RuntimeConfig>, IDeepCloneable<RuntimeConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
RuntimeConfig()
public RuntimeConfig()
RuntimeConfig(RuntimeConfig)
public RuntimeConfig(RuntimeConfig other)
Parameter | |
---|---|
Name | Description |
other | RuntimeConfig |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
MapField<String, String> |
Version
public string Version { get; set; }
Optional. Version of the batch runtime.
Property Value | |
---|---|
Type | Description |
String |