Interface TestDefinition.ListenTestOrBuilder

public static interface TestDefinition.ListenTestOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getIsError()

public abstract boolean getIsError()

bool is_error = 3;

Returns
TypeDescription
boolean

The isError.

getResponses(int index)

public abstract ListenResponse getResponses(int index)

repeated .google.firestore.v1.ListenResponse responses = 1;

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

getResponsesCount()

public abstract int getResponsesCount()

repeated .google.firestore.v1.ListenResponse responses = 1;

Returns
TypeDescription
int

getResponsesList()

public abstract List<ListenResponse> getResponsesList()

repeated .google.firestore.v1.ListenResponse responses = 1;

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

getResponsesOrBuilder(int index)

public abstract ListenResponseOrBuilder getResponsesOrBuilder(int index)

repeated .google.firestore.v1.ListenResponse responses = 1;

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

getResponsesOrBuilderList()

public abstract List<? extends ListenResponseOrBuilder> getResponsesOrBuilderList()

repeated .google.firestore.v1.ListenResponse responses = 1;

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

getSnapshots(int index)

public abstract TestDefinition.Snapshot getSnapshots(int index)

repeated .google.cloud.conformance.firestore.v1.Snapshot snapshots = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
TestDefinition.Snapshot

getSnapshotsCount()

public abstract int getSnapshotsCount()

repeated .google.cloud.conformance.firestore.v1.Snapshot snapshots = 2;

Returns
TypeDescription
int

getSnapshotsList()

public abstract List<TestDefinition.Snapshot> getSnapshotsList()

repeated .google.cloud.conformance.firestore.v1.Snapshot snapshots = 2;

Returns
TypeDescription
java.util.List<Snapshot>

getSnapshotsOrBuilder(int index)

public abstract TestDefinition.SnapshotOrBuilder getSnapshotsOrBuilder(int index)

repeated .google.cloud.conformance.firestore.v1.Snapshot snapshots = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
TestDefinition.SnapshotOrBuilder

getSnapshotsOrBuilderList()

public abstract List<? extends TestDefinition.SnapshotOrBuilder> getSnapshotsOrBuilderList()

repeated .google.cloud.conformance.firestore.v1.Snapshot snapshots = 2;

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