upsertValue method

ResponseFuture<ConfigurationValue> upsertValue(
  1. ConfigurationValue request, {
  2. CallOptions? options,
})

Implementation

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