Class CreateConnectionRequest (0.3.1)

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

The request for ConnectionService.CreateConnection.

Attributes

NameDescription
parent str
Required. Parent resource name. Must be in the format ``projects/{project_id}/locations/{location_id}``
connection_id str
Optional. Connection id that should be assigned to the created connection.
connection `.gcbc_connection.Connection`
Required. Connection to create.

Inheritance

builtins.object > proto.message.Message > CreateConnectionRequest