class documentation

class PaperDocCreateUpdateResult(bb.Struct): (source)

View In Hierarchy

:ivar paper.PaperDocCreateUpdateResult.doc_id: Doc ID of the newly created doc. :ivar paper.PaperDocCreateUpdateResult.revision: The Paper doc revision. Simply an ever increasing number. :ivar paper.PaperDocCreateUpdateResult.title: The Paper doc title.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable doc_id Undocumented
Instance Variable revision Undocumented
Instance Variable title Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _doc_id_value Undocumented
Instance Variable _revision_value Undocumented
Instance Variable _title_value Undocumented
def __init__(self, doc_id=None, revision=None, title=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

revision = (source)

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_doc_id_value = (source)

Undocumented

_revision_value = (source)

Undocumented

_title_value = (source)

Undocumented