public static interface TestDefinition.TestOrBuilder extends MessageOrBuilder
Implements
com.google.protobuf.MessageOrBuilderMethods
getComment()
public abstract String getComment()
a comment describing the behavior being tested
string comment = 10;
Type | Description |
java.lang.String | The comment. |
getCommentBytes()
public abstract ByteString getCommentBytes()
a comment describing the behavior being tested
string comment = 10;
Type | Description |
com.google.protobuf.ByteString | The bytes for comment. |
getCreate()
public abstract TestDefinition.CreateTest getCreate()
.google.cloud.conformance.firestore.v1.CreateTest create = 3;
Type | Description |
TestDefinition.CreateTest | The create. |
getCreateOrBuilder()
public abstract TestDefinition.CreateTestOrBuilder getCreateOrBuilder()
.google.cloud.conformance.firestore.v1.CreateTest create = 3;
Type | Description |
TestDefinition.CreateTestOrBuilder |
getDelete()
public abstract TestDefinition.DeleteTest getDelete()
.google.cloud.conformance.firestore.v1.DeleteTest delete = 7;
Type | Description |
TestDefinition.DeleteTest | The delete. |
getDeleteOrBuilder()
public abstract TestDefinition.DeleteTestOrBuilder getDeleteOrBuilder()
.google.cloud.conformance.firestore.v1.DeleteTest delete = 7;
Type | Description |
TestDefinition.DeleteTestOrBuilder |
getDescription()
public abstract String getDescription()
short description of the test
string description = 1;
Type | Description |
java.lang.String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
short description of the test
string description = 1;
Type | Description |
com.google.protobuf.ByteString | The bytes for description. |
getGet()
public abstract TestDefinition.GetTest getGet()
.google.cloud.conformance.firestore.v1.GetTest get = 2;
Type | Description |
TestDefinition.GetTest | The get. |
getGetOrBuilder()
public abstract TestDefinition.GetTestOrBuilder getGetOrBuilder()
.google.cloud.conformance.firestore.v1.GetTest get = 2;
Type | Description |
TestDefinition.GetTestOrBuilder |
getListen()
public abstract TestDefinition.ListenTest getListen()
.google.cloud.conformance.firestore.v1.ListenTest listen = 9;
Type | Description |
TestDefinition.ListenTest | The listen. |
getListenOrBuilder()
public abstract TestDefinition.ListenTestOrBuilder getListenOrBuilder()
.google.cloud.conformance.firestore.v1.ListenTest listen = 9;
Type | Description |
TestDefinition.ListenTestOrBuilder |
getQuery()
public abstract TestDefinition.QueryTest getQuery()
.google.cloud.conformance.firestore.v1.QueryTest query = 8;
Type | Description |
TestDefinition.QueryTest | The query. |
getQueryOrBuilder()
public abstract TestDefinition.QueryTestOrBuilder getQueryOrBuilder()
.google.cloud.conformance.firestore.v1.QueryTest query = 8;
Type | Description |
TestDefinition.QueryTestOrBuilder |
getSet()
public abstract TestDefinition.SetTest getSet()
.google.cloud.conformance.firestore.v1.SetTest set = 4;
Type | Description |
TestDefinition.SetTest | The set. |
getSetOrBuilder()
public abstract TestDefinition.SetTestOrBuilder getSetOrBuilder()
.google.cloud.conformance.firestore.v1.SetTest set = 4;
Type | Description |
TestDefinition.SetTestOrBuilder |
getTestCase()
public abstract TestDefinition.Test.TestCase getTestCase()
Type | Description |
TestDefinition.Test.TestCase |
getUpdate()
public abstract TestDefinition.UpdateTest getUpdate()
.google.cloud.conformance.firestore.v1.UpdateTest update = 5;
Type | Description |
TestDefinition.UpdateTest | The update. |
getUpdateOrBuilder()
public abstract TestDefinition.UpdateTestOrBuilder getUpdateOrBuilder()
.google.cloud.conformance.firestore.v1.UpdateTest update = 5;
Type | Description |
TestDefinition.UpdateTestOrBuilder |
getUpdatePaths()
public abstract TestDefinition.UpdatePathsTest getUpdatePaths()
.google.cloud.conformance.firestore.v1.UpdatePathsTest update_paths = 6;
Type | Description |
TestDefinition.UpdatePathsTest | The updatePaths. |
getUpdatePathsOrBuilder()
public abstract TestDefinition.UpdatePathsTestOrBuilder getUpdatePathsOrBuilder()
.google.cloud.conformance.firestore.v1.UpdatePathsTest update_paths = 6;
Type | Description |
TestDefinition.UpdatePathsTestOrBuilder |
hasCreate()
public abstract boolean hasCreate()
.google.cloud.conformance.firestore.v1.CreateTest create = 3;
Type | Description |
boolean | Whether the create field is set. |
hasDelete()
public abstract boolean hasDelete()
.google.cloud.conformance.firestore.v1.DeleteTest delete = 7;
Type | Description |
boolean | Whether the delete field is set. |
hasGet()
public abstract boolean hasGet()
.google.cloud.conformance.firestore.v1.GetTest get = 2;
Type | Description |
boolean | Whether the get field is set. |
hasListen()
public abstract boolean hasListen()
.google.cloud.conformance.firestore.v1.ListenTest listen = 9;
Type | Description |
boolean | Whether the listen field is set. |
hasQuery()
public abstract boolean hasQuery()
.google.cloud.conformance.firestore.v1.QueryTest query = 8;
Type | Description |
boolean | Whether the query field is set. |
hasSet()
public abstract boolean hasSet()
.google.cloud.conformance.firestore.v1.SetTest set = 4;
Type | Description |
boolean | Whether the set field is set. |
hasUpdate()
public abstract boolean hasUpdate()
.google.cloud.conformance.firestore.v1.UpdateTest update = 5;
Type | Description |
boolean | Whether the update field is set. |
hasUpdatePaths()
public abstract boolean hasUpdatePaths()
.google.cloud.conformance.firestore.v1.UpdatePathsTest update_paths = 6;
Type | Description |
boolean | Whether the updatePaths field is set. |