Interface Document.Provenance.ParentOrBuilder (2.1.9)

public static interface Document.Provenance.ParentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getId()

public abstract int getId()

The id of the parent provenance.

int32 id = 2 [deprecated = true];

Returns
TypeDescription
int

The id.

getIndex()

public abstract int getIndex()

The index of the parent revisions corresponding collection of items (eg. list of entities, properties within entities, etc.)

int32 index = 3;

Returns
TypeDescription
int

The index.

getRevision()

public abstract int getRevision()

The index of the [Document.revisions] identifying the parent revision.

int32 revision = 1;

Returns
TypeDescription
int

The revision.