public final class BatchWriteResponse extends GeneratedMessageV3 implements BatchWriteResponseOrBuilder
The response from
Firestore.BatchWrite.
Protobuf type google.firestore.v1.BatchWriteResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
WRITE_RESULTS_FIELD_NUMBER
public static final int WRITE_RESULTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static BatchWriteResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BatchWriteResponse.Builder newBuilder()
newBuilder(BatchWriteResponse prototype)
public static BatchWriteResponse.Builder newBuilder(BatchWriteResponse prototype)
public static BatchWriteResponse parseDelimitedFrom(InputStream input)
public static BatchWriteResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BatchWriteResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchWriteResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BatchWriteResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchWriteResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchWriteResponse parseFrom(CodedInputStream input)
public static BatchWriteResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchWriteResponse parseFrom(InputStream input)
public static BatchWriteResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BatchWriteResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchWriteResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BatchWriteResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public BatchWriteResponse getDefaultInstanceForType()
getParserForType()
public Parser<BatchWriteResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getStatus(int index)
public Status getStatus(int index)
The status of applying the writes.
This i-th write status corresponds to the i-th write in the
request.
repeated .google.rpc.Status status = 2;
Parameter |
Name |
Description |
index |
int
|
Returns |
Type |
Description |
com.google.rpc.Status |
|
getStatusCount()
public int getStatusCount()
The status of applying the writes.
This i-th write status corresponds to the i-th write in the
request.
repeated .google.rpc.Status status = 2;
Returns |
Type |
Description |
int |
|
getStatusList()
public List<Status> getStatusList()
The status of applying the writes.
This i-th write status corresponds to the i-th write in the
request.
repeated .google.rpc.Status status = 2;
Returns |
Type |
Description |
List<com.google.rpc.Status> |
|
getStatusOrBuilder(int index)
public StatusOrBuilder getStatusOrBuilder(int index)
The status of applying the writes.
This i-th write status corresponds to the i-th write in the
request.
repeated .google.rpc.Status status = 2;
Parameter |
Name |
Description |
index |
int
|
Returns |
Type |
Description |
com.google.rpc.StatusOrBuilder |
|
getStatusOrBuilderList()
public List<? extends StatusOrBuilder> getStatusOrBuilderList()
The status of applying the writes.
This i-th write status corresponds to the i-th write in the
request.
repeated .google.rpc.Status status = 2;
Returns |
Type |
Description |
List<? extends com.google.rpc.StatusOrBuilder> |
|
getWriteResults(int index)
public WriteResult getWriteResults(int index)
The result of applying the writes.
This i-th write result corresponds to the i-th write in the
request.
repeated .google.firestore.v1.WriteResult write_results = 1;
Parameter |
Name |
Description |
index |
int
|
getWriteResultsCount()
public int getWriteResultsCount()
The result of applying the writes.
This i-th write result corresponds to the i-th write in the
request.
repeated .google.firestore.v1.WriteResult write_results = 1;
Returns |
Type |
Description |
int |
|
getWriteResultsList()
public List<WriteResult> getWriteResultsList()
The result of applying the writes.
This i-th write result corresponds to the i-th write in the
request.
repeated .google.firestore.v1.WriteResult write_results = 1;
getWriteResultsOrBuilder(int index)
public WriteResultOrBuilder getWriteResultsOrBuilder(int index)
The result of applying the writes.
This i-th write result corresponds to the i-th write in the
request.
repeated .google.firestore.v1.WriteResult write_results = 1;
Parameter |
Name |
Description |
index |
int
|
getWriteResultsOrBuilderList()
public List<? extends WriteResultOrBuilder> getWriteResultsOrBuilderList()
The result of applying the writes.
This i-th write result corresponds to the i-th write in the
request.
repeated .google.firestore.v1.WriteResult write_results = 1;
Returns |
Type |
Description |
List<? extends com.google.firestore.v1.WriteResultOrBuilder> |
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BatchWriteResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BatchWriteResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public BatchWriteResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides