update abstract method

Future<Container> update(
  1. ServiceCall call,
  2. Container request
)

Implementation

$async.Future<$1.Container> update(
    $grpc.ServiceCall call, $1.Container request);