Package com.google.cloud.dataproc.v1
Interface EnvironmentConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EnvironmentConfig,EnvironmentConfig.Builder
public interface EnvironmentConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionConfiggetExecutionConfig()Optional.ExecutionConfigOrBuildergetExecutionConfigOrBuilder()Optional.PeripheralsConfiggetPeripheralsConfig()Optional.PeripheralsConfigOrBuildergetPeripheralsConfigOrBuilder()Optional.booleanhasExecutionConfig()Optional.booleanhasPeripheralsConfig()Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasExecutionConfig
boolean hasExecutionConfig()
Optional. Execution configuration for a workload.
.google.cloud.dataproc.v1.ExecutionConfig execution_config = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the executionConfig field is set.
-
getExecutionConfig
ExecutionConfig getExecutionConfig()
Optional. Execution configuration for a workload.
.google.cloud.dataproc.v1.ExecutionConfig execution_config = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The executionConfig.
-
getExecutionConfigOrBuilder
ExecutionConfigOrBuilder getExecutionConfigOrBuilder()
Optional. Execution configuration for a workload.
.google.cloud.dataproc.v1.ExecutionConfig execution_config = 1 [(.google.api.field_behavior) = OPTIONAL];
-
hasPeripheralsConfig
boolean hasPeripheralsConfig()
Optional. Peripherals configuration that workload has access to.
.google.cloud.dataproc.v1.PeripheralsConfig peripherals_config = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the peripheralsConfig field is set.
-
getPeripheralsConfig
PeripheralsConfig getPeripheralsConfig()
Optional. Peripherals configuration that workload has access to.
.google.cloud.dataproc.v1.PeripheralsConfig peripherals_config = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The peripheralsConfig.
-
getPeripheralsConfigOrBuilder
PeripheralsConfigOrBuilder getPeripheralsConfigOrBuilder()
Optional. Peripherals configuration that workload has access to.
.google.cloud.dataproc.v1.PeripheralsConfig peripherals_config = 2 [(.google.api.field_behavior) = OPTIONAL];
-
-