public interface BatchWriteResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.rpc.Status |
getStatus(int index)
The status of applying the writes.
|
int |
getStatusCount()
The status of applying the writes.
|
List<com.google.rpc.Status> |
getStatusList()
The status of applying the writes.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder(int index)
The status of applying the writes.
|
List<? extends com.google.rpc.StatusOrBuilder> |
getStatusOrBuilderList()
The status of applying the writes.
|
WriteResult |
getWriteResults(int index)
The result of applying the writes.
|
int |
getWriteResultsCount()
The result of applying the writes.
|
List<WriteResult> |
getWriteResultsList()
The result of applying the writes.
|
WriteResultOrBuilder |
getWriteResultsOrBuilder(int index)
The result of applying the writes.
|
List<? extends WriteResultOrBuilder> |
getWriteResultsOrBuilderList()
The result of applying the writes.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
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;
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;
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;
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;
List<com.google.rpc.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;
com.google.rpc.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;
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;
List<? extends com.google.rpc.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;
com.google.rpc.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;
Copyright © 2023 Google LLC. All rights reserved.