Google Cloud Dataproc V1 Client - Class RuntimeConfig (3.2.2)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class RuntimeConfig.

Runtime configuration for a workload.

Generated from protobuf message google.cloud.dataproc.v1.RuntimeConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ version string

Optional. Version of the batch runtime.

↳ container_image string

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

↳ properties array|Google\Protobuf\Internal\MapField

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

getVersion

Optional. Version of the batch runtime.

Generated from protobuf field string version = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
string

setVersion

Optional. Version of the batch runtime.

Generated from protobuf field string version = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getContainerImage

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

Generated from protobuf field string container_image = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
string

setContainerImage

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

Generated from protobuf field string container_image = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProperties

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

Generated from protobuf field map<string, string> properties = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setProperties

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

Generated from protobuf field map<string, string> properties = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this