update method

ResponseFuture<Container> update(
  1. Container request, {
  2. CallOptions? options,
})

Containers: Update Container

Implementation

$grpc.ResponseFuture<$1.Container> update(
  $1.Container request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$update, request, options: options);
}