BigQuery Connection V1 API - Class Google::Cloud::Bigquery::Connection::V1::SparkProperties (v0.18.0)

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
Returns

#metastore_service_config=

def metastore_service_config=(value) -> ::Google::Cloud::Bigquery::Connection::V1::MetastoreServiceConfig
Parameter
Returns

#service_account_id

def service_account_id() -> ::String
Returns
  • (::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 is 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
Returns

#spark_history_server_config=

def spark_history_server_config=(value) -> ::Google::Cloud::Bigquery::Connection::V1::SparkHistoryServerConfig
Parameter
Returns