Interface EnvironmentConfigOrBuilder (3.1.2)

public interface EnvironmentConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExecutionConfig()

public abstract ExecutionConfig getExecutionConfig()

Optional. Execution configuration for a workload.

.google.cloud.dataproc.v1.ExecutionConfig execution_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ExecutionConfig

The executionConfig.

getExecutionConfigOrBuilder()

public abstract ExecutionConfigOrBuilder getExecutionConfigOrBuilder()

Optional. Execution configuration for a workload.

.google.cloud.dataproc.v1.ExecutionConfig execution_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ExecutionConfigOrBuilder

getPeripheralsConfig()

public abstract PeripheralsConfig getPeripheralsConfig()

Optional. Peripherals configuration that workload has access to.

.google.cloud.dataproc.v1.PeripheralsConfig peripherals_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PeripheralsConfig

The peripheralsConfig.

getPeripheralsConfigOrBuilder()

public abstract PeripheralsConfigOrBuilder getPeripheralsConfigOrBuilder()

Optional. Peripherals configuration that workload has access to.

.google.cloud.dataproc.v1.PeripheralsConfig peripherals_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PeripheralsConfigOrBuilder

hasExecutionConfig()

public abstract boolean hasExecutionConfig()

Optional. Execution configuration for a workload.

.google.cloud.dataproc.v1.ExecutionConfig execution_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the executionConfig field is set.

hasPeripheralsConfig()

public abstract boolean hasPeripheralsConfig()

Optional. Peripherals configuration that workload has access to.

.google.cloud.dataproc.v1.PeripheralsConfig peripherals_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the peripheralsConfig field is set.