public interface BundleMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Time at which the documents snapshot is taken for this bundle.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Time at which the documents snapshot is taken for this bundle.
|
String |
getId()
The ID of the bundle.
|
com.google.protobuf.ByteString |
getIdBytes()
The ID of the bundle.
|
long |
getTotalBytes()
The size of the bundle in bytes, excluding this `BundleMetadata`.
|
int |
getTotalDocuments()
The number of documents in the bundle.
|
int |
getVersion()
The schema version of the bundle.
|
boolean |
hasCreateTime()
Time at which the documents snapshot is taken for this bundle.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getId()
The ID of the bundle.
string id = 1;
com.google.protobuf.ByteString getIdBytes()
The ID of the bundle.
string id = 1;
boolean hasCreateTime()
Time at which the documents snapshot is taken for this bundle.
.google.protobuf.Timestamp create_time = 2;
com.google.protobuf.Timestamp getCreateTime()
Time at which the documents snapshot is taken for this bundle.
.google.protobuf.Timestamp create_time = 2;
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Time at which the documents snapshot is taken for this bundle.
.google.protobuf.Timestamp create_time = 2;
int getVersion()
The schema version of the bundle.
uint32 version = 3;
int getTotalDocuments()
The number of documents in the bundle.
uint32 total_documents = 4;
long getTotalBytes()
The size of the bundle in bytes, excluding this `BundleMetadata`.
uint64 total_bytes = 5;
Copyright © 2023 Google LLC. All rights reserved.