Reference documentation and code samples for the BigQuery Connection V1 API class Google::Cloud::Bigquery::Connection::V1::SparkProperties.
Container for connection properties to execute stored procedures for Apache Spark.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#metastore_service_config
def metastore_service_config() -> ::Google::Cloud::Bigquery::Connection::V1::MetastoreServiceConfig
- (::Google::Cloud::Bigquery::Connection::V1::MetastoreServiceConfig) — Optional. Dataproc Metastore Service configuration for the connection.
#metastore_service_config=
def metastore_service_config=(value) -> ::Google::Cloud::Bigquery::Connection::V1::MetastoreServiceConfig
- value (::Google::Cloud::Bigquery::Connection::V1::MetastoreServiceConfig) — Optional. Dataproc Metastore Service configuration for the connection.
- (::Google::Cloud::Bigquery::Connection::V1::MetastoreServiceConfig) — Optional. Dataproc Metastore Service configuration for the connection.
#service_account_id
def service_account_id() -> ::String
-
(::String) — 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 will be used to connect to the desired resources in Google Cloud.
The account ID is in the form of: bqcx-
#spark_history_server_config
def spark_history_server_config() -> ::Google::Cloud::Bigquery::Connection::V1::SparkHistoryServerConfig
- (::Google::Cloud::Bigquery::Connection::V1::SparkHistoryServerConfig) — Optional. Spark History Server configuration for the connection.
#spark_history_server_config=
def spark_history_server_config=(value) -> ::Google::Cloud::Bigquery::Connection::V1::SparkHistoryServerConfig
- value (::Google::Cloud::Bigquery::Connection::V1::SparkHistoryServerConfig) — Optional. Spark History Server configuration for the connection.
- (::Google::Cloud::Bigquery::Connection::V1::SparkHistoryServerConfig) — Optional. Spark History Server configuration for the connection.