GoogleApi.Dataproc.V1.Model.PeripheralsConfig (google_api_dataproc v0.59.0)

View Source

Auxiliary services configuration for a workload.

Attributes

  • metastoreService (type: String.t, default: nil) - Optional. Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[region]/services/[service_id]
  • sparkHistoryServerConfig (type: GoogleApi.Dataproc.V1.Model.SparkHistoryServerConfig.t, default: nil) - Optional. The Spark History Server configuration for the workload.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.PeripheralsConfig{
  metastoreService: String.t() | nil,
  sparkHistoryServerConfig:
    GoogleApi.Dataproc.V1.Model.SparkHistoryServerConfig.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.