Interface PeripheralsConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    PeripheralsConfig, PeripheralsConfig.Builder

    public interface PeripheralsConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getMetastoreService

        String getMetastoreService()
         Optional. Resource name of an existing Dataproc Metastore service.
        
         Example:
        
         * `projects/[project_id]/locations/[region]/services/[service_id]`
         
        string metastore_service = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Returns:
        The metastoreService.
      • getMetastoreServiceBytes

        com.google.protobuf.ByteString getMetastoreServiceBytes()
         Optional. Resource name of an existing Dataproc Metastore service.
        
         Example:
        
         * `projects/[project_id]/locations/[region]/services/[service_id]`
         
        string metastore_service = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for metastoreService.
      • hasSparkHistoryServerConfig

        boolean hasSparkHistoryServerConfig()
         Optional. The Spark History Server configuration for the workload.
         
        .google.cloud.dataproc.v1.SparkHistoryServerConfig spark_history_server_config = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the sparkHistoryServerConfig field is set.
      • getSparkHistoryServerConfig

        SparkHistoryServerConfig getSparkHistoryServerConfig()
         Optional. The Spark History Server configuration for the workload.
         
        .google.cloud.dataproc.v1.SparkHistoryServerConfig spark_history_server_config = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The sparkHistoryServerConfig.
      • getSparkHistoryServerConfigOrBuilder

        SparkHistoryServerConfigOrBuilder getSparkHistoryServerConfigOrBuilder()
         Optional. The Spark History Server configuration for the workload.
         
        .google.cloud.dataproc.v1.SparkHistoryServerConfig spark_history_server_config = 2 [(.google.api.field_behavior) = OPTIONAL];