View Source GoogleApi.BigQueryConnection.V1.Model.SparkProperties (google_api_big_query_connection v0.12.1)

Container for connection properties to execute stored procedures for Apache Spark.

Attributes

  • metastoreServiceConfig (type: GoogleApi.BigQueryConnection.V1.Model.MetastoreServiceConfig.t, default: nil) - Optional. Dataproc Metastore Service configuration for the connection.
  • serviceAccountId (type: String.t, default: nil) - Output only. The account ID of the service created for the purpose of this connection. The service account does not have any permissions associated with it when it is created. After creation, customers delegate permissions to the service account. When the connection is used in the context of a stored procedure for Apache Spark in BigQuery, the service account is used to connect to the desired resources in Google Cloud. The account ID is in the form of: bqcx--@gcp-sa-bigquery-consp.iam.gserviceaccount.com
  • sparkHistoryServerConfig (type: GoogleApi.BigQueryConnection.V1.Model.SparkHistoryServerConfig.t, default: nil) - Optional. Spark History Server configuration for the connection.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQueryConnection.V1.Model.SparkProperties{
  metastoreServiceConfig:
    GoogleApi.BigQueryConnection.V1.Model.MetastoreServiceConfig.t() | nil,
  serviceAccountId: String.t() | nil,
  sparkHistoryServerConfig:
    GoogleApi.BigQueryConnection.V1.Model.SparkHistoryServerConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.