At the end of this task it will be possible to configure the bigtable::Table class with a policy to control which RPC operations can be retried based on their status codes. The default policy should only retry operations that fail with grpc::StatusCode::ABORTED, grpc::StatusCode::UNAVAILABLE, or grpc::StatusCode::DEADLINE_EXCEEDED.