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

Reference documentation and code samples for the BigQuery Connection V1 API class Google::Cloud::Bigquery::Connection::V1::UpdateConnectionRequest.

The request for ConnectionService.UpdateConnection.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#connection

def connection() -> ::Google::Cloud::Bigquery::Connection::V1::Connection
Returns

#connection=

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

#name

def name() -> ::String
Returns
  • (::String) — Required. Name of the connection to update, for example: projects/{project_id}/locations/{location_id}/connections/{connection_id}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the connection to update, for example: projects/{project_id}/locations/{location_id}/connections/{connection_id}
Returns
  • (::String) — Required. Name of the connection to update, for example: projects/{project_id}/locations/{location_id}/connections/{connection_id}

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns