Class ObjectId (1.3.1)

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

An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.

Attribute

NameDescription
object_id_path Sequence[int]
Required. The parts of an OID path. The most significant parts of the path come first.

Inheritance

builtins.object > proto.message.Message > ObjectId