Class: Google::Cloud::Bigquery::Connection::V1::SparkProperties
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Connection::V1::SparkProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/connection/v1/connection.rb
Overview
Container for connection properties to execute stored procedures for Apache Spark.
Instance Attribute Summary collapse
-
#metastore_service_config ⇒ ::Google::Cloud::Bigquery::Connection::V1::MetastoreServiceConfig
Optional.
-
#service_account_id ⇒ ::String
readonly
Output only.
-
#spark_history_server_config ⇒ ::Google::Cloud::Bigquery::Connection::V1::SparkHistoryServerConfig
Optional.
Instance Attribute Details
#metastore_service_config ⇒ ::Google::Cloud::Bigquery::Connection::V1::MetastoreServiceConfig
Returns Optional. Dataproc Metastore Service configuration for the connection.
406 407 408 409 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 406 class SparkProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_account_id ⇒ ::String (readonly)
Returns 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-
406 407 408 409 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 406 class SparkProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#spark_history_server_config ⇒ ::Google::Cloud::Bigquery::Connection::V1::SparkHistoryServerConfig
Returns Optional. Spark History Server configuration for the connection.
406 407 408 409 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 406 class SparkProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |