eventstoredb.generated.event_store.client#

Subpackages#

Package Contents#

Classes#

Uuid

The base class for protobuf messages, all generated messages will inherit from

UuidStructured

The base class for protobuf messages, all generated messages will inherit from

Empty

The base class for protobuf messages, all generated messages will inherit from

StreamIdentifier

The base class for protobuf messages, all generated messages will inherit from

AllStreamPosition

The base class for protobuf messages, all generated messages will inherit from

WrongExpectedVersion

The base class for protobuf messages, all generated messages will inherit from

AccessDenied

The base class for protobuf messages, all generated messages will inherit from

StreamDeleted

The base class for protobuf messages, all generated messages will inherit from

Timeout

The base class for protobuf messages, all generated messages will inherit from

Unknown

The base class for protobuf messages, all generated messages will inherit from

InvalidTransaction

The base class for protobuf messages, all generated messages will inherit from

MaximumAppendSizeExceeded

The base class for protobuf messages, all generated messages will inherit from

BadRequest

The base class for protobuf messages, all generated messages will inherit from

class eventstoredb.generated.event_store.client.Uuid[source]#

Bases: betterproto.Message

The base class for protobuf messages, all generated messages will inherit from this. This class registers the message fields which are used by the serializers and parsers to go between the Python, binary and JSON representations of the message.

bytes(x)

Calls __bytes__().

bool(x)

Calls __bool__().

structured: UuidStructured#
string: str#
class eventstoredb.generated.event_store.client.UuidStructured[source]#

Bases: betterproto.Message

The base class for protobuf messages, all generated messages will inherit from this. This class registers the message fields which are used by the serializers and parsers to go between the Python, binary and JSON representations of the message.

bytes(x)

Calls __bytes__().

bool(x)

Calls __bool__().

most_significant_bits: int#
least_significant_bits: int#
class eventstoredb.generated.event_store.client.Empty[source]#

Bases: betterproto.Message

The base class for protobuf messages, all generated messages will inherit from this. This class registers the message fields which are used by the serializers and parsers to go between the Python, binary and JSON representations of the message.

bytes(x)

Calls __bytes__().

bool(x)

Calls __bool__().

class eventstoredb.generated.event_store.client.StreamIdentifier[source]#

Bases: betterproto.Message

The base class for protobuf messages, all generated messages will inherit from this. This class registers the message fields which are used by the serializers and parsers to go between the Python, binary and JSON representations of the message.

bytes(x)

Calls __bytes__().

bool(x)

Calls __bool__().

stream_name: bytes#
class eventstoredb.generated.event_store.client.AllStreamPosition[source]#

Bases: betterproto.Message

The base class for protobuf messages, all generated messages will inherit from this. This class registers the message fields which are used by the serializers and parsers to go between the Python, binary and JSON representations of the message.

bytes(x)

Calls __bytes__().

bool(x)

Calls __bool__().

commit_position: int#
prepare_position: int#
class eventstoredb.generated.event_store.client.WrongExpectedVersion[source]#

Bases: betterproto.Message

The base class for protobuf messages, all generated messages will inherit from this. This class registers the message fields which are used by the serializers and parsers to go between the Python, binary and JSON representations of the message.

bytes(x)

Calls __bytes__().

bool(x)

Calls __bool__().

current_stream_revision: int#
current_no_stream: betterproto.lib.google.protobuf.Empty#
expected_stream_position: int#
expected_any: betterproto.lib.google.protobuf.Empty#
expected_stream_exists: betterproto.lib.google.protobuf.Empty#
expected_no_stream: betterproto.lib.google.protobuf.Empty#
class eventstoredb.generated.event_store.client.AccessDenied[source]#

Bases: betterproto.Message

The base class for protobuf messages, all generated messages will inherit from this. This class registers the message fields which are used by the serializers and parsers to go between the Python, binary and JSON representations of the message.

bytes(x)

Calls __bytes__().

bool(x)

Calls __bool__().

class eventstoredb.generated.event_store.client.StreamDeleted[source]#

Bases: betterproto.Message

The base class for protobuf messages, all generated messages will inherit from this. This class registers the message fields which are used by the serializers and parsers to go between the Python, binary and JSON representations of the message.

bytes(x)

Calls __bytes__().

bool(x)

Calls __bool__().

stream_identifier: StreamIdentifier#
class eventstoredb.generated.event_store.client.Timeout[source]#

Bases: betterproto.Message

The base class for protobuf messages, all generated messages will inherit from this. This class registers the message fields which are used by the serializers and parsers to go between the Python, binary and JSON representations of the message.

bytes(x)

Calls __bytes__().

bool(x)

Calls __bool__().

class eventstoredb.generated.event_store.client.Unknown[source]#

Bases: betterproto.Message

The base class for protobuf messages, all generated messages will inherit from this. This class registers the message fields which are used by the serializers and parsers to go between the Python, binary and JSON representations of the message.

bytes(x)

Calls __bytes__().

bool(x)

Calls __bool__().

class eventstoredb.generated.event_store.client.InvalidTransaction[source]#

Bases: betterproto.Message

The base class for protobuf messages, all generated messages will inherit from this. This class registers the message fields which are used by the serializers and parsers to go between the Python, binary and JSON representations of the message.

bytes(x)

Calls __bytes__().

bool(x)

Calls __bool__().

class eventstoredb.generated.event_store.client.MaximumAppendSizeExceeded[source]#

Bases: betterproto.Message

The base class for protobuf messages, all generated messages will inherit from this. This class registers the message fields which are used by the serializers and parsers to go between the Python, binary and JSON representations of the message.

bytes(x)

Calls __bytes__().

bool(x)

Calls __bool__().

max_append_size: int#
class eventstoredb.generated.event_store.client.BadRequest[source]#

Bases: betterproto.Message

The base class for protobuf messages, all generated messages will inherit from this. This class registers the message fields which are used by the serializers and parsers to go between the Python, binary and JSON representations of the message.

bytes(x)

Calls __bytes__().

bool(x)

Calls __bool__().

message: str#