Interface TestDefinition.SnapshotOrBuilder

public static interface TestDefinition.SnapshotOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getChanges(int index)

public abstract TestDefinition.DocChange getChanges(int index)

repeated .google.cloud.conformance.firestore.v1.DocChange changes = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
TestDefinition.DocChange

getChangesCount()

public abstract int getChangesCount()

repeated .google.cloud.conformance.firestore.v1.DocChange changes = 2;

Returns
TypeDescription
int

getChangesList()

public abstract List<TestDefinition.DocChange> getChangesList()

repeated .google.cloud.conformance.firestore.v1.DocChange changes = 2;

Returns
TypeDescription
java.util.List<DocChange>

getChangesOrBuilder(int index)

public abstract TestDefinition.DocChangeOrBuilder getChangesOrBuilder(int index)

repeated .google.cloud.conformance.firestore.v1.DocChange changes = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
TestDefinition.DocChangeOrBuilder

getChangesOrBuilderList()

public abstract List<? extends TestDefinition.DocChangeOrBuilder> getChangesOrBuilderList()

repeated .google.cloud.conformance.firestore.v1.DocChange changes = 2;

Returns
TypeDescription
java.util.List<? extends com.google.cloud.conformance.firestore.v1.TestDefinition.DocChangeOrBuilder>

getDocs(int index)

public abstract Document getDocs(int index)

repeated .google.firestore.v1.Document docs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
com.google.firestore.v1.Document

getDocsCount()

public abstract int getDocsCount()

repeated .google.firestore.v1.Document docs = 1;

Returns
TypeDescription
int

getDocsList()

public abstract List<Document> getDocsList()

repeated .google.firestore.v1.Document docs = 1;

Returns
TypeDescription
java.util.List<com.google.firestore.v1.Document>

getDocsOrBuilder(int index)

public abstract DocumentOrBuilder getDocsOrBuilder(int index)

repeated .google.firestore.v1.Document docs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
com.google.firestore.v1.DocumentOrBuilder

getDocsOrBuilderList()

public abstract List<? extends DocumentOrBuilder> getDocsOrBuilderList()

repeated .google.firestore.v1.Document docs = 1;

Returns
TypeDescription
java.util.List<? extends com.google.firestore.v1.DocumentOrBuilder>

getReadTime()

public abstract Timestamp getReadTime()

.google.protobuf.Timestamp read_time = 3;

Returns
TypeDescription
com.google.protobuf.Timestamp

The readTime.

getReadTimeOrBuilder()

public abstract TimestampOrBuilder getReadTimeOrBuilder()

.google.protobuf.Timestamp read_time = 3;

Returns
TypeDescription
com.google.protobuf.TimestampOrBuilder

hasReadTime()

public abstract boolean hasReadTime()

.google.protobuf.Timestamp read_time = 3;

Returns
TypeDescription
boolean

Whether the readTime field is set.