Interface TestDefinition.UpdatePathsTestOrBuilder

public static interface TestDefinition.UpdatePathsTestOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getDocRefPath()

public abstract String getDocRefPath()

path of doc

string doc_ref_path = 1;

Returns
TypeDescription
java.lang.String

The docRefPath.

getDocRefPathBytes()

public abstract ByteString getDocRefPathBytes()

path of doc

string doc_ref_path = 1;

Returns
TypeDescription
com.google.protobuf.ByteString

The bytes for docRefPath.

getFieldPaths(int index)

public abstract TestDefinition.FieldPath getFieldPaths(int index)

parallel sequences: field_paths[i] corresponds to json_values[i]

repeated .google.cloud.conformance.firestore.v1.FieldPath field_paths = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
TestDefinition.FieldPath

getFieldPathsCount()

public abstract int getFieldPathsCount()

parallel sequences: field_paths[i] corresponds to json_values[i]

repeated .google.cloud.conformance.firestore.v1.FieldPath field_paths = 3;

Returns
TypeDescription
int

getFieldPathsList()

public abstract List<TestDefinition.FieldPath> getFieldPathsList()

parallel sequences: field_paths[i] corresponds to json_values[i]

repeated .google.cloud.conformance.firestore.v1.FieldPath field_paths = 3;

Returns
TypeDescription
java.util.List<FieldPath>

getFieldPathsOrBuilder(int index)

public abstract TestDefinition.FieldPathOrBuilder getFieldPathsOrBuilder(int index)

parallel sequences: field_paths[i] corresponds to json_values[i]

repeated .google.cloud.conformance.firestore.v1.FieldPath field_paths = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
TestDefinition.FieldPathOrBuilder

getFieldPathsOrBuilderList()

public abstract List<? extends TestDefinition.FieldPathOrBuilder> getFieldPathsOrBuilderList()

parallel sequences: field_paths[i] corresponds to json_values[i]

repeated .google.cloud.conformance.firestore.v1.FieldPath field_paths = 3;

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

getIsError()

public abstract boolean getIsError()

call signals an error

bool is_error = 6;

Returns
TypeDescription
boolean

The isError.

getJsonValues(int index)

public abstract String getJsonValues(int index)

the argument values, as JSON

repeated string json_values = 4;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
java.lang.String

The jsonValues at the given index.

getJsonValuesBytes(int index)

public abstract ByteString getJsonValuesBytes(int index)

the argument values, as JSON

repeated string json_values = 4;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
com.google.protobuf.ByteString

The bytes of the jsonValues at the given index.

getJsonValuesCount()

public abstract int getJsonValuesCount()

the argument values, as JSON

repeated string json_values = 4;

Returns
TypeDescription
int

The count of jsonValues.

getJsonValuesList()

public abstract List<String> getJsonValuesList()

the argument values, as JSON

repeated string json_values = 4;

Returns
TypeDescription
java.util.List<java.lang.String>

A list containing the jsonValues.

getPrecondition()

public abstract Precondition getPrecondition()

precondition in call, if any

.google.firestore.v1.Precondition precondition = 2;

Returns
TypeDescription
com.google.firestore.v1.Precondition

The precondition.

getPreconditionOrBuilder()

public abstract PreconditionOrBuilder getPreconditionOrBuilder()

precondition in call, if any

.google.firestore.v1.Precondition precondition = 2;

Returns
TypeDescription
com.google.firestore.v1.PreconditionOrBuilder

getRequest()

public abstract CommitRequest getRequest()

expected rquest

.google.firestore.v1.CommitRequest request = 5;

Returns
TypeDescription
com.google.firestore.v1.CommitRequest

The request.

getRequestOrBuilder()

public abstract CommitRequestOrBuilder getRequestOrBuilder()

expected rquest

.google.firestore.v1.CommitRequest request = 5;

Returns
TypeDescription
com.google.firestore.v1.CommitRequestOrBuilder

hasPrecondition()

public abstract boolean hasPrecondition()

precondition in call, if any

.google.firestore.v1.Precondition precondition = 2;

Returns
TypeDescription
boolean

Whether the precondition field is set.

hasRequest()

public abstract boolean hasRequest()

expected rquest

.google.firestore.v1.CommitRequest request = 5;

Returns
TypeDescription
boolean

Whether the request field is set.