public static interface TestDefinition.UpdateTestOrBuilder extends MessageOrBuilder
Implements
com.google.protobuf.MessageOrBuilderMethods
getDocRefPath()
public abstract String getDocRefPath()
path of doc
string doc_ref_path = 1;
Type | Description |
java.lang.String | The docRefPath. |
getDocRefPathBytes()
public abstract ByteString getDocRefPathBytes()
path of doc
string doc_ref_path = 1;
Type | Description |
com.google.protobuf.ByteString | The bytes for docRefPath. |
getIsError()
public abstract boolean getIsError()
call signals an error
bool is_error = 5;
Type | Description |
boolean | The isError. |
getJsonData()
public abstract String getJsonData()
data (see CreateTest.json_data)
string json_data = 3;
Type | Description |
java.lang.String | The jsonData. |
getJsonDataBytes()
public abstract ByteString getJsonDataBytes()
data (see CreateTest.json_data)
string json_data = 3;
Type | Description |
com.google.protobuf.ByteString | The bytes for jsonData. |
getPrecondition()
public abstract Precondition getPrecondition()
precondition in call, if any
.google.firestore.v1.Precondition precondition = 2;
Type | Description |
com.google.firestore.v1.Precondition | The precondition. |
getPreconditionOrBuilder()
public abstract PreconditionOrBuilder getPreconditionOrBuilder()
precondition in call, if any
.google.firestore.v1.Precondition precondition = 2;
Type | Description |
com.google.firestore.v1.PreconditionOrBuilder |
getRequest()
public abstract CommitRequest getRequest()
expected request
.google.firestore.v1.CommitRequest request = 4;
Type | Description |
com.google.firestore.v1.CommitRequest | The request. |
getRequestOrBuilder()
public abstract CommitRequestOrBuilder getRequestOrBuilder()
expected request
.google.firestore.v1.CommitRequest request = 4;
Type | Description |
com.google.firestore.v1.CommitRequestOrBuilder |
hasPrecondition()
public abstract boolean hasPrecondition()
precondition in call, if any
.google.firestore.v1.Precondition precondition = 2;
Type | Description |
boolean | Whether the precondition field is set. |
hasRequest()
public abstract boolean hasRequest()
expected request
.google.firestore.v1.CommitRequest request = 4;
Type | Description |
boolean | Whether the request field is set. |