Reference documentation and code samples for the BigQuery Connection V1 API class Google::Cloud::Bigquery::Connection::V1::CreateConnectionRequest.
The request for ConnectionService.CreateConnection.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#connection
def connection() -> ::Google::Cloud::Bigquery::Connection::V1::Connection
Returns
- (::Google::Cloud::Bigquery::Connection::V1::Connection) — Required. Connection to create.
#connection=
def connection=(value) -> ::Google::Cloud::Bigquery::Connection::V1::Connection
Parameter
- value (::Google::Cloud::Bigquery::Connection::V1::Connection) — Required. Connection to create.
Returns
- (::Google::Cloud::Bigquery::Connection::V1::Connection) — Required. Connection to create.
#connection_id
def connection_id() -> ::String
Returns
- (::String) — Optional. Connection id that should be assigned to the created connection.
#connection_id=
def connection_id=(value) -> ::String
Parameter
- value (::String) — Optional. Connection id that should be assigned to the created connection.
Returns
- (::String) — Optional. Connection id that should be assigned to the created connection.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Parent resource name.
Must be in the format
projects/{project_id}/locations/{location_id}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Parent resource name.
Must be in the format
projects/{project_id}/locations/{location_id}
Returns
-
(::String) — Required. Parent resource name.
Must be in the format
projects/{project_id}/locations/{location_id}