public static interface TestDefinition.SnapshotOrBuilder extends MessageOrBuilder
Implements
com.google.protobuf.MessageOrBuilder
Methods
public abstract TestDefinition.DocChange getChanges(int index)
repeated .google.cloud.conformance.firestore.v1.DocChange changes = 2;
Parameter
Returns
public abstract int getChangesCount()
repeated .google.cloud.conformance.firestore.v1.DocChange changes = 2;
Returns
public abstract List<TestDefinition.DocChange> getChangesList()
repeated .google.cloud.conformance.firestore.v1.DocChange changes = 2;
Returns
public abstract TestDefinition.DocChangeOrBuilder getChangesOrBuilder(int index)
repeated .google.cloud.conformance.firestore.v1.DocChange changes = 2;
Parameter
Returns
public abstract List<? extends TestDefinition.DocChangeOrBuilder> getChangesOrBuilderList()
repeated .google.cloud.conformance.firestore.v1.DocChange changes = 2;
Returns
Type | Description |
java.util.List<? extends com.google.cloud.conformance.firestore.v1.TestDefinition.DocChangeOrBuilder> | |
public abstract Document getDocs(int index)
repeated .google.firestore.v1.Document docs = 1;
Parameter
Returns
Type | Description |
com.google.firestore.v1.Document | |
public abstract int getDocsCount()
repeated .google.firestore.v1.Document docs = 1;
Returns
public abstract List<Document> getDocsList()
repeated .google.firestore.v1.Document docs = 1;
Returns
Type | Description |
java.util.List<com.google.firestore.v1.Document> | |
public abstract DocumentOrBuilder getDocsOrBuilder(int index)
repeated .google.firestore.v1.Document docs = 1;
Parameter
Returns
Type | Description |
com.google.firestore.v1.DocumentOrBuilder | |
public abstract List<? extends DocumentOrBuilder> getDocsOrBuilderList()
repeated .google.firestore.v1.Document docs = 1;
Returns
Type | Description |
java.util.List<? extends com.google.firestore.v1.DocumentOrBuilder> | |
public abstract Timestamp getReadTime()
.google.protobuf.Timestamp read_time = 3;
Returns
Type | Description |
com.google.protobuf.Timestamp | The readTime.
|
public abstract TimestampOrBuilder getReadTimeOrBuilder()
.google.protobuf.Timestamp read_time = 3;
Returns
Type | Description |
com.google.protobuf.TimestampOrBuilder | |
public abstract boolean hasReadTime()
.google.protobuf.Timestamp read_time = 3;
Returns
Type | Description |
boolean | Whether the readTime field is set.
|