public interface EnvironmentConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ExecutionConfig |
getExecutionConfig()
Optional.
|
ExecutionConfigOrBuilder |
getExecutionConfigOrBuilder()
Optional.
|
PeripheralsConfig |
getPeripheralsConfig()
Optional.
|
PeripheralsConfigOrBuilder |
getPeripheralsConfigOrBuilder()
Optional.
|
boolean |
hasExecutionConfig()
Optional.
|
boolean |
hasPeripheralsConfig()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasExecutionConfig()
Optional. Execution configuration for a workload.
.google.cloud.dataproc.v1.ExecutionConfig execution_config = 1 [(.google.api.field_behavior) = OPTIONAL];
ExecutionConfig getExecutionConfig()
Optional. Execution configuration for a workload.
.google.cloud.dataproc.v1.ExecutionConfig execution_config = 1 [(.google.api.field_behavior) = OPTIONAL];
ExecutionConfigOrBuilder getExecutionConfigOrBuilder()
Optional. Execution configuration for a workload.
.google.cloud.dataproc.v1.ExecutionConfig execution_config = 1 [(.google.api.field_behavior) = OPTIONAL];
boolean hasPeripheralsConfig()
Optional. Peripherals configuration that workload has access to.
.google.cloud.dataproc.v1.PeripheralsConfig peripherals_config = 2 [(.google.api.field_behavior) = OPTIONAL];
PeripheralsConfig getPeripheralsConfig()
Optional. Peripherals configuration that workload has access to.
.google.cloud.dataproc.v1.PeripheralsConfig peripherals_config = 2 [(.google.api.field_behavior) = OPTIONAL];
PeripheralsConfigOrBuilder getPeripheralsConfigOrBuilder()
Optional. Peripherals configuration that workload has access to.
.google.cloud.dataproc.v1.PeripheralsConfig peripherals_config = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2022 Google LLC. All rights reserved.