public static interface Document.RevisionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAgent()
If the change was made by a person specify the name or id of that
person.
|
com.google.protobuf.ByteString |
getAgentBytes()
If the change was made by a person specify the name or id of that
person.
|
com.google.protobuf.Timestamp |
getCreateTime()
The time that the revision was created, internally generated by
doc proto storage at the time of create.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The time that the revision was created, internally generated by
doc proto storage at the time of create.
|
Document.Revision.HumanReview |
getHumanReview()
Human Review information of this revision.
|
Document.Revision.HumanReviewOrBuilder |
getHumanReviewOrBuilder()
Human Review information of this revision.
|
String |
getId()
Id of the revision, internally generated by doc proto storage.
|
com.google.protobuf.ByteString |
getIdBytes()
Id of the revision, internally generated by doc proto storage.
|
int |
getParent(int index)
Deprecated.
google.cloud.documentai.v1beta2.Document.Revision.parent is deprecated. See
google/cloud/documentai/v1beta2/document.proto;l=892
|
int |
getParentCount()
Deprecated.
google.cloud.documentai.v1beta2.Document.Revision.parent is deprecated. See
google/cloud/documentai/v1beta2/document.proto;l=892
|
String |
getParentIds(int index)
The revisions that this revision is based on.
|
com.google.protobuf.ByteString |
getParentIdsBytes(int index)
The revisions that this revision is based on.
|
int |
getParentIdsCount()
The revisions that this revision is based on.
|
List<String> |
getParentIdsList()
The revisions that this revision is based on.
|
List<Integer> |
getParentList()
Deprecated.
google.cloud.documentai.v1beta2.Document.Revision.parent is deprecated. See
google/cloud/documentai/v1beta2/document.proto;l=892
|
String |
getProcessor()
If the annotation was made by processor identify the processor by its
resource name.
|
com.google.protobuf.ByteString |
getProcessorBytes()
If the annotation was made by processor identify the processor by its
resource name.
|
Document.Revision.SourceCase |
getSourceCase() |
boolean |
hasAgent()
If the change was made by a person specify the name or id of that
person.
|
boolean |
hasCreateTime()
The time that the revision was created, internally generated by
doc proto storage at the time of create.
|
boolean |
hasHumanReview()
Human Review information of this revision.
|
boolean |
hasProcessor()
If the annotation was made by processor identify the processor by its
resource name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAgent()
If the change was made by a person specify the name or id of that person.
string agent = 4;String getAgent()
If the change was made by a person specify the name or id of that person.
string agent = 4;com.google.protobuf.ByteString getAgentBytes()
If the change was made by a person specify the name or id of that person.
string agent = 4;boolean hasProcessor()
If the annotation was made by processor identify the processor by its resource name.
string processor = 5;String getProcessor()
If the annotation was made by processor identify the processor by its resource name.
string processor = 5;com.google.protobuf.ByteString getProcessorBytes()
If the annotation was made by processor identify the processor by its resource name.
string processor = 5;String getId()
Id of the revision, internally generated by doc proto storage. Unique within the context of the document.
string id = 1;com.google.protobuf.ByteString getIdBytes()
Id of the revision, internally generated by doc proto storage. Unique within the context of the document.
string id = 1;@Deprecated List<Integer> getParentList()
The revisions that this revision is based on. This can include one or more parent (when documents are merged.) This field represents the index into the `revisions` field.
repeated int32 parent = 2 [deprecated = true];@Deprecated int getParentCount()
The revisions that this revision is based on. This can include one or more parent (when documents are merged.) This field represents the index into the `revisions` field.
repeated int32 parent = 2 [deprecated = true];@Deprecated int getParent(int index)
The revisions that this revision is based on. This can include one or more parent (when documents are merged.) This field represents the index into the `revisions` field.
repeated int32 parent = 2 [deprecated = true];index - The index of the element to return.List<String> getParentIdsList()
The revisions that this revision is based on. Must include all the ids that have anything to do with this revision - eg. there are `provenance.parent.revision` fields that index into this field.
repeated string parent_ids = 7;int getParentIdsCount()
The revisions that this revision is based on. Must include all the ids that have anything to do with this revision - eg. there are `provenance.parent.revision` fields that index into this field.
repeated string parent_ids = 7;String getParentIds(int index)
The revisions that this revision is based on. Must include all the ids that have anything to do with this revision - eg. there are `provenance.parent.revision` fields that index into this field.
repeated string parent_ids = 7;index - The index of the element to return.com.google.protobuf.ByteString getParentIdsBytes(int index)
The revisions that this revision is based on. Must include all the ids that have anything to do with this revision - eg. there are `provenance.parent.revision` fields that index into this field.
repeated string parent_ids = 7;index - The index of the value to return.boolean hasCreateTime()
The time that the revision was created, internally generated by doc proto storage at the time of create.
.google.protobuf.Timestamp create_time = 3;com.google.protobuf.Timestamp getCreateTime()
The time that the revision was created, internally generated by doc proto storage at the time of create.
.google.protobuf.Timestamp create_time = 3;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time that the revision was created, internally generated by doc proto storage at the time of create.
.google.protobuf.Timestamp create_time = 3;boolean hasHumanReview()
Human Review information of this revision.
.google.cloud.documentai.v1beta2.Document.Revision.HumanReview human_review = 6;Document.Revision.HumanReview getHumanReview()
Human Review information of this revision.
.google.cloud.documentai.v1beta2.Document.Revision.HumanReview human_review = 6;Document.Revision.HumanReviewOrBuilder getHumanReviewOrBuilder()
Human Review information of this revision.
.google.cloud.documentai.v1beta2.Document.Revision.HumanReview human_review = 6;Document.Revision.SourceCase getSourceCase()
Copyright © 2023 Google LLC. All rights reserved.