Hi Josh,
I am using Java client library v201509(which Google provided). As per java client, to fetch operand call is mutateResult[index].getOperand() and to getErrorList, call is mutateResult[index].getErrorList(). However, both are null and operation was successful.
As per xsd schema file, to fetch operand the call should have been mutateResult[index].getResult() which is not there in java file.
The mutateResult which I have referred earlier is obtained by using mutateResponse.getMutateResults().
The same used to work earlier. Am I making mistake somewhere?
Thanks,
Kainesh