Class UpdateConnectionRequest (1.1.1)

UpdateConnectionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for ConnectionService.UpdateConnection.

Attributes

NameDescription
name str
Required. Name of the connection to update, for example: projects/{project_id}/locations/{location_id}/connections/{connection_id}
connection google.cloud.bigquery_connection_v1.types.Connection
Required. Connection containing the updated fields.
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. Update mask for the connection fields to be updated.