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
Type Description
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
Type Description
int

The index.

getRevision()

public abstract int getRevision()

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

int32 revision = 1;

Returns
Type Description
int

The revision.