public static interface Document.Provenance.ParentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Deprecated.
google.cloud.documentai.v1beta2.Document.Provenance.Parent.id is deprecated.
See google/cloud/documentai/v1beta2/document.proto;l=813
|
int |
getIndex()
The index of the parent item in the corresponding item list (eg.
|
int |
getRevision()
The index of the index into current revision's parent_ids list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getRevision()
The index of the index into current revision's parent_ids list.
int32 revision = 1;int getIndex()
The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.
int32 index = 3;@Deprecated int getId()
The id of the parent provenance.
int32 id = 2 [deprecated = true];Copyright © 2024 Google LLC. All rights reserved.