public interface EnvironmentConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the peripheralsConfig field is set. |