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
- (::Google::Cloud::Bigquery::Connection::V1::Connection) — Required. Connection containing the updated fields.
#connection=
def connection=(value) -> ::Google::Cloud::Bigquery::Connection::V1::Connection
Parameter
- value (::Google::Cloud::Bigquery::Connection::V1::Connection) — Required. Connection containing the updated fields.
Returns
- (::Google::Cloud::Bigquery::Connection::V1::Connection) — Required. Connection containing the updated fields.
#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
- (::Google::Protobuf::FieldMask) — Required. Update mask for the connection fields to be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. Update mask for the connection fields to be updated.
Returns
- (::Google::Protobuf::FieldMask) — Required. Update mask for the connection fields to be updated.