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
424 425 426 427 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 424 class SparkProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_account_id ⇒ ::String (readonly)
424 425 426 427 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 424 class SparkProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#spark_history_server_config ⇒ ::Google::Cloud::Bigquery::Connection::V1::SparkHistoryServerConfig
424 425 426 427 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 424 class SparkProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |