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 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];