Class TestDefinition.CreateTest

public static final class TestDefinition.CreateTest extends GeneratedMessageV3 implements TestDefinition.CreateTestOrBuilder

Call to DocumentRef.Create.

Protobuf type google.cloud.conformance.firestore.v1.CreateTest

Inheritance

java.lang.Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > com.google.protobuf.GeneratedMessageV3 > TestDefinition.CreateTest

Fields

DOC_REF_PATH_FIELD_NUMBER

public static final int DOC_REF_PATH_FIELD_NUMBER
Field Value
TypeDescription
int

IS_ERROR_FIELD_NUMBER

public static final int IS_ERROR_FIELD_NUMBER
Field Value
TypeDescription
int

JSON_DATA_FIELD_NUMBER

public static final int JSON_DATA_FIELD_NUMBER
Field Value
TypeDescription
int

REQUEST_FIELD_NUMBER

public static final int REQUEST_FIELD_NUMBER
Field Value
TypeDescription
int

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objjava.lang.Object
Returns
TypeDescription
boolean
Overrides
com.google.protobuf.AbstractMessage.equals(java.lang.Object)

getDefaultInstance()

public static TestDefinition.CreateTest getDefaultInstance()
Returns
TypeDescription
TestDefinition.CreateTest

getDefaultInstanceForType()

public TestDefinition.CreateTest getDefaultInstanceForType()
Returns
TypeDescription
TestDefinition.CreateTest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
com.google.protobuf.Descriptors.Descriptor

getDocRefPath()

public String getDocRefPath()

The path of the doc, e.g. "projects/projectID/databases/(default)/documents/C/d"

string doc_ref_path = 1;

Returns
TypeDescription
java.lang.String

The docRefPath.

getDocRefPathBytes()

public ByteString getDocRefPathBytes()

The path of the doc, e.g. "projects/projectID/databases/(default)/documents/C/d"

string doc_ref_path = 1;

Returns
TypeDescription
com.google.protobuf.ByteString

The bytes for docRefPath.

getIsError()

public boolean getIsError()

If true, the call should result in an error without generating a request. If this is true, request should not be set.

bool is_error = 4;

Returns
TypeDescription
boolean

The isError.

getJsonData()

public String getJsonData()

The data passed to Create, as JSON. The strings "Delete" and "ServerTimestamp" denote the two special sentinel values. Values that could be interpreted as integers (i.e. digit strings) should be treated as integers.

string json_data = 2;

Returns
TypeDescription
java.lang.String

The jsonData.

getJsonDataBytes()

public ByteString getJsonDataBytes()

The data passed to Create, as JSON. The strings "Delete" and "ServerTimestamp" denote the two special sentinel values. Values that could be interpreted as integers (i.e. digit strings) should be treated as integers.

string json_data = 2;

Returns
TypeDescription
com.google.protobuf.ByteString

The bytes for jsonData.

getParserForType()

public Parser<TestDefinition.CreateTest> getParserForType()
Returns
TypeDescription
com.google.protobuf.Parser<CreateTest>
Overrides
com.google.protobuf.GeneratedMessageV3.getParserForType()

getRequest()

public CommitRequest getRequest()

The request that the call should generate.

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

Returns
TypeDescription
com.google.firestore.v1.CommitRequest

The request.

getRequestOrBuilder()

public CommitRequestOrBuilder getRequestOrBuilder()

The request that the call should generate.

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

Returns
TypeDescription
com.google.firestore.v1.CommitRequestOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides
com.google.protobuf.GeneratedMessageV3.getSerializedSize()

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
com.google.protobuf.UnknownFieldSet
Overrides
com.google.protobuf.GeneratedMessageV3.getUnknownFields()

hasRequest()

public boolean hasRequest()

The request that the call should generate.

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

Returns
TypeDescription
boolean

Whether the request field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides
com.google.protobuf.AbstractMessage.hashCode()

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetFieldAccessorTable()

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides
com.google.protobuf.GeneratedMessageV3.isInitialized()

newBuilder()

public static TestDefinition.CreateTest.Builder newBuilder()
Returns
TypeDescription
TestDefinition.CreateTest.Builder

newBuilder(TestDefinition.CreateTest prototype)

public static TestDefinition.CreateTest.Builder newBuilder(TestDefinition.CreateTest prototype)
Parameter
NameDescription
prototypeTestDefinition.CreateTest
Returns
TypeDescription
TestDefinition.CreateTest.Builder

newBuilderForType()

public TestDefinition.CreateTest.Builder newBuilderForType()
Returns
TypeDescription
TestDefinition.CreateTest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TestDefinition.CreateTest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentcom.google.protobuf.GeneratedMessageV3.BuilderParent
Returns
TypeDescription
TestDefinition.CreateTest.Builder
Overrides
com.google.protobuf.GeneratedMessageV3.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedcom.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Returns
TypeDescription
java.lang.Object
Overrides
com.google.protobuf.GeneratedMessageV3.newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)

parseDelimitedFrom(InputStream input)

public static TestDefinition.CreateTest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputjava.io.InputStream
Returns
TypeDescription
TestDefinition.CreateTest
Exceptions
TypeDescription
java.io.IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TestDefinition.CreateTest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputjava.io.InputStream
extensionRegistrycom.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
TestDefinition.CreateTest
Exceptions
TypeDescription
java.io.IOException

parseFrom(byte[] data)

public static TestDefinition.CreateTest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
TestDefinition.CreateTest
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TestDefinition.CreateTest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistrycom.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
TestDefinition.CreateTest
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteString data)

public static TestDefinition.CreateTest parseFrom(ByteString data)
Parameter
NameDescription
datacom.google.protobuf.ByteString
Returns
TypeDescription
TestDefinition.CreateTest
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TestDefinition.CreateTest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
datacom.google.protobuf.ByteString
extensionRegistrycom.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
TestDefinition.CreateTest
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TestDefinition.CreateTest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputcom.google.protobuf.CodedInputStream
Returns
TypeDescription
TestDefinition.CreateTest
Exceptions
TypeDescription
java.io.IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TestDefinition.CreateTest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputcom.google.protobuf.CodedInputStream
extensionRegistrycom.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
TestDefinition.CreateTest
Exceptions
TypeDescription
java.io.IOException

parseFrom(InputStream input)

public static TestDefinition.CreateTest parseFrom(InputStream input)
Parameter
NameDescription
inputjava.io.InputStream
Returns
TypeDescription
TestDefinition.CreateTest
Exceptions
TypeDescription
java.io.IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TestDefinition.CreateTest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputjava.io.InputStream
extensionRegistrycom.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
TestDefinition.CreateTest
Exceptions
TypeDescription
java.io.IOException

parseFrom(ByteBuffer data)

public static TestDefinition.CreateTest parseFrom(ByteBuffer data)
Parameter
NameDescription
datajava.nio.ByteBuffer
Returns
TypeDescription
TestDefinition.CreateTest
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TestDefinition.CreateTest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
datajava.nio.ByteBuffer
extensionRegistrycom.google.protobuf.ExtensionRegistryLite
Returns
TypeDescription
TestDefinition.CreateTest
Exceptions
TypeDescription
com.google.protobuf.InvalidProtocolBufferException

parser()

public static Parser<TestDefinition.CreateTest> parser()
Returns
TypeDescription
com.google.protobuf.Parser<CreateTest>

toBuilder()

public TestDefinition.CreateTest.Builder toBuilder()
Returns
TypeDescription
TestDefinition.CreateTest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputcom.google.protobuf.CodedOutputStream
Overrides
com.google.protobuf.GeneratedMessageV3.writeTo(com.google.protobuf.CodedOutputStream)
Exceptions
TypeDescription
java.io.IOException