129130131132133134135136
handleApplicationError(e); } catch (InvalidProtocolBufferException e) { throw new AppIdentityServiceFailureException(e.getMessage()); } GetServiceAccountNameResponse response = responseBuilder.build(); return response.getServiceAccountName(); }