partialSuccess property

  1. @TagNumber.new(5)
bool get partialSuccess

Optional. Whether valid entries should be written even if some other entries fail due to INVALID_ARGUMENT or PERMISSION_DENIED errors. If any entry is not written, then the response status is the error associated with one of the failed entries and the response includes error details keyed by the entries' zero-based index in the entries.write method.

Implementation

@$pb.TagNumber(5)
$core.bool get partialSuccess => $_getBF(4);
  1. @TagNumber.new(5)
set partialSuccess (bool value)

Implementation

@$pb.TagNumber(5)
set partialSuccess($core.bool value) => $_setBool(4, value);