Class: Google::Cloud::Bigquery::Connection::V1::Connection

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/connection/v1/connection.rb

Overview

Configuration parameters to establish connection with an external data source, except the credential attributes.

Instance Attribute Summary collapse

Instance Attribute Details

#aws::Google::Cloud::Bigquery::Connection::V1::AwsProperties

Returns Amazon Web Services (AWS) properties.

Note: The following fields are mutually exclusive: aws, cloud_sql, azure, cloud_spanner, cloud_resource, spark, salesforce_data_cloud. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Bigquery::Connection::V1::AwsProperties)

    Amazon Web Services (AWS) properties.

    Note: The following fields are mutually exclusive: aws, cloud_sql, azure, cloud_spanner, cloud_resource, spark, salesforce_data_cloud. If a field in that set is populated, all other fields in the set will automatically be cleared.



168
169
170
171
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 168

class Connection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#azure::Google::Cloud::Bigquery::Connection::V1::AzureProperties

Returns Azure properties.

Note: The following fields are mutually exclusive: azure, cloud_sql, aws, cloud_spanner, cloud_resource, spark, salesforce_data_cloud. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Bigquery::Connection::V1::AzureProperties)

    Azure properties.

    Note: The following fields are mutually exclusive: azure, cloud_sql, aws, cloud_spanner, cloud_resource, spark, salesforce_data_cloud. If a field in that set is populated, all other fields in the set will automatically be cleared.



168
169
170
171
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 168

class Connection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#cloud_resource::Google::Cloud::Bigquery::Connection::V1::CloudResourceProperties

Returns Cloud Resource properties.

Note: The following fields are mutually exclusive: cloud_resource, cloud_sql, aws, azure, cloud_spanner, spark, salesforce_data_cloud. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Bigquery::Connection::V1::CloudResourceProperties)

    Cloud Resource properties.

    Note: The following fields are mutually exclusive: cloud_resource, cloud_sql, aws, azure, cloud_spanner, spark, salesforce_data_cloud. If a field in that set is populated, all other fields in the set will automatically be cleared.



168
169
170
171
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 168

class Connection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#cloud_spanner::Google::Cloud::Bigquery::Connection::V1::CloudSpannerProperties

Returns Cloud Spanner properties.

Note: The following fields are mutually exclusive: cloud_spanner, cloud_sql, aws, azure, cloud_resource, spark, salesforce_data_cloud. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Bigquery::Connection::V1::CloudSpannerProperties)

    Cloud Spanner properties.

    Note: The following fields are mutually exclusive: cloud_spanner, cloud_sql, aws, azure, cloud_resource, spark, salesforce_data_cloud. If a field in that set is populated, all other fields in the set will automatically be cleared.



168
169
170
171
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 168

class Connection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#cloud_sql::Google::Cloud::Bigquery::Connection::V1::CloudSqlProperties

Returns Cloud SQL properties.

Note: The following fields are mutually exclusive: cloud_sql, aws, azure, cloud_spanner, cloud_resource, spark, salesforce_data_cloud. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Bigquery::Connection::V1::CloudSqlProperties)

    Cloud SQL properties.

    Note: The following fields are mutually exclusive: cloud_sql, aws, azure, cloud_spanner, cloud_resource, spark, salesforce_data_cloud. If a field in that set is populated, all other fields in the set will automatically be cleared.



168
169
170
171
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 168

class Connection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#creation_time::Integer (readonly)

Returns Output only. The creation timestamp of the connection.

Returns:

  • (::Integer)

    Output only. The creation timestamp of the connection.



168
169
170
171
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 168

class Connection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#description::String

Returns User provided description.

Returns:

  • (::String)

    User provided description.



168
169
170
171
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 168

class Connection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#friendly_name::String

Returns User provided display name for the connection.

Returns:

  • (::String)

    User provided display name for the connection.



168
169
170
171
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 168

class Connection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#has_credential::Boolean (readonly)

Returns Output only. True, if credential is configured for this connection.

Returns:

  • (::Boolean)

    Output only. True, if credential is configured for this connection.



168
169
170
171
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 168

class Connection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#last_modified_time::Integer (readonly)

Returns Output only. The last update timestamp of the connection.

Returns:

  • (::Integer)

    Output only. The last update timestamp of the connection.



168
169
170
171
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 168

class Connection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns The resource name of the connection in the form of: projects/{project_id}/locations/{location_id}/connections/{connection_id}.

Returns:

  • (::String)

    The resource name of the connection in the form of: projects/{project_id}/locations/{location_id}/connections/{connection_id}



168
169
170
171
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 168

class Connection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#salesforce_data_cloud::Google::Cloud::Bigquery::Connection::V1::SalesforceDataCloudProperties

Returns Optional. Salesforce DataCloud properties. This field is intended for use only by Salesforce partner projects. This field contains properties for your Salesforce DataCloud connection.

Note: The following fields are mutually exclusive: salesforce_data_cloud, cloud_sql, aws, azure, cloud_spanner, cloud_resource, spark. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Bigquery::Connection::V1::SalesforceDataCloudProperties)

    Optional. Salesforce DataCloud properties. This field is intended for use only by Salesforce partner projects. This field contains properties for your Salesforce DataCloud connection.

    Note: The following fields are mutually exclusive: salesforce_data_cloud, cloud_sql, aws, azure, cloud_spanner, cloud_resource, spark. If a field in that set is populated, all other fields in the set will automatically be cleared.



168
169
170
171
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 168

class Connection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#spark::Google::Cloud::Bigquery::Connection::V1::SparkProperties

Returns Spark properties.

Note: The following fields are mutually exclusive: spark, cloud_sql, aws, azure, cloud_spanner, cloud_resource, salesforce_data_cloud. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Bigquery::Connection::V1::SparkProperties)

    Spark properties.

    Note: The following fields are mutually exclusive: spark, cloud_sql, aws, azure, cloud_spanner, cloud_resource, salesforce_data_cloud. If a field in that set is populated, all other fields in the set will automatically be cleared.



168
169
170
171
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 168

class Connection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end