Class UpdateConnectionRequest (0.3.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 `.gcbc_connection.Connection`
Required. Connection containing the updated fields.
update_mask `.field_mask.FieldMask`
Required. Update mask for the connection fields to be updated.

Inheritance

builtins.object > proto.message.Message > UpdateConnectionRequest