Interface TestDefinition.TestOrBuilder

public static interface TestDefinition.TestOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getComment()

public abstract String getComment()

a comment describing the behavior being tested

string comment = 10;

Returns
TypeDescription
java.lang.String

The comment.

getCommentBytes()

public abstract ByteString getCommentBytes()

a comment describing the behavior being tested

string comment = 10;

Returns
TypeDescription
com.google.protobuf.ByteString

The bytes for comment.

getCreate()

public abstract TestDefinition.CreateTest getCreate()

.google.cloud.conformance.firestore.v1.CreateTest create = 3;

Returns
TypeDescription
TestDefinition.CreateTest

The create.

getCreateOrBuilder()

public abstract TestDefinition.CreateTestOrBuilder getCreateOrBuilder()

.google.cloud.conformance.firestore.v1.CreateTest create = 3;

Returns
TypeDescription
TestDefinition.CreateTestOrBuilder

getDelete()

public abstract TestDefinition.DeleteTest getDelete()

.google.cloud.conformance.firestore.v1.DeleteTest delete = 7;

Returns
TypeDescription
TestDefinition.DeleteTest

The delete.

getDeleteOrBuilder()

public abstract TestDefinition.DeleteTestOrBuilder getDeleteOrBuilder()

.google.cloud.conformance.firestore.v1.DeleteTest delete = 7;

Returns
TypeDescription
TestDefinition.DeleteTestOrBuilder

getDescription()

public abstract String getDescription()

short description of the test

string description = 1;

Returns
TypeDescription
java.lang.String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

short description of the test

string description = 1;

Returns
TypeDescription
com.google.protobuf.ByteString

The bytes for description.

getGet()

public abstract TestDefinition.GetTest getGet()

.google.cloud.conformance.firestore.v1.GetTest get = 2;

Returns
TypeDescription
TestDefinition.GetTest

The get.

getGetOrBuilder()

public abstract TestDefinition.GetTestOrBuilder getGetOrBuilder()

.google.cloud.conformance.firestore.v1.GetTest get = 2;

Returns
TypeDescription
TestDefinition.GetTestOrBuilder

getListen()

public abstract TestDefinition.ListenTest getListen()

.google.cloud.conformance.firestore.v1.ListenTest listen = 9;

Returns
TypeDescription
TestDefinition.ListenTest

The listen.

getListenOrBuilder()

public abstract TestDefinition.ListenTestOrBuilder getListenOrBuilder()

.google.cloud.conformance.firestore.v1.ListenTest listen = 9;

Returns
TypeDescription
TestDefinition.ListenTestOrBuilder

getQuery()

public abstract TestDefinition.QueryTest getQuery()

.google.cloud.conformance.firestore.v1.QueryTest query = 8;

Returns
TypeDescription
TestDefinition.QueryTest

The query.

getQueryOrBuilder()

public abstract TestDefinition.QueryTestOrBuilder getQueryOrBuilder()

.google.cloud.conformance.firestore.v1.QueryTest query = 8;

Returns
TypeDescription
TestDefinition.QueryTestOrBuilder

getSet()

public abstract TestDefinition.SetTest getSet()

.google.cloud.conformance.firestore.v1.SetTest set = 4;

Returns
TypeDescription
TestDefinition.SetTest

The set.

getSetOrBuilder()

public abstract TestDefinition.SetTestOrBuilder getSetOrBuilder()

.google.cloud.conformance.firestore.v1.SetTest set = 4;

Returns
TypeDescription
TestDefinition.SetTestOrBuilder

getTestCase()

public abstract TestDefinition.Test.TestCase getTestCase()
Returns
TypeDescription
TestDefinition.Test.TestCase

getUpdate()

public abstract TestDefinition.UpdateTest getUpdate()

.google.cloud.conformance.firestore.v1.UpdateTest update = 5;

Returns
TypeDescription
TestDefinition.UpdateTest

The update.

getUpdateOrBuilder()

public abstract TestDefinition.UpdateTestOrBuilder getUpdateOrBuilder()

.google.cloud.conformance.firestore.v1.UpdateTest update = 5;

Returns
TypeDescription
TestDefinition.UpdateTestOrBuilder

getUpdatePaths()

public abstract TestDefinition.UpdatePathsTest getUpdatePaths()

.google.cloud.conformance.firestore.v1.UpdatePathsTest update_paths = 6;

Returns
TypeDescription
TestDefinition.UpdatePathsTest

The updatePaths.

getUpdatePathsOrBuilder()

public abstract TestDefinition.UpdatePathsTestOrBuilder getUpdatePathsOrBuilder()

.google.cloud.conformance.firestore.v1.UpdatePathsTest update_paths = 6;

Returns
TypeDescription
TestDefinition.UpdatePathsTestOrBuilder

hasCreate()

public abstract boolean hasCreate()

.google.cloud.conformance.firestore.v1.CreateTest create = 3;

Returns
TypeDescription
boolean

Whether the create field is set.

hasDelete()

public abstract boolean hasDelete()

.google.cloud.conformance.firestore.v1.DeleteTest delete = 7;

Returns
TypeDescription
boolean

Whether the delete field is set.

hasGet()

public abstract boolean hasGet()

.google.cloud.conformance.firestore.v1.GetTest get = 2;

Returns
TypeDescription
boolean

Whether the get field is set.

hasListen()

public abstract boolean hasListen()

.google.cloud.conformance.firestore.v1.ListenTest listen = 9;

Returns
TypeDescription
boolean

Whether the listen field is set.

hasQuery()

public abstract boolean hasQuery()

.google.cloud.conformance.firestore.v1.QueryTest query = 8;

Returns
TypeDescription
boolean

Whether the query field is set.

hasSet()

public abstract boolean hasSet()

.google.cloud.conformance.firestore.v1.SetTest set = 4;

Returns
TypeDescription
boolean

Whether the set field is set.

hasUpdate()

public abstract boolean hasUpdate()

.google.cloud.conformance.firestore.v1.UpdateTest update = 5;

Returns
TypeDescription
boolean

Whether the update field is set.

hasUpdatePaths()

public abstract boolean hasUpdatePaths()

.google.cloud.conformance.firestore.v1.UpdatePathsTest update_paths = 6;

Returns
TypeDescription
boolean

Whether the updatePaths field is set.